THIRD-PARTY OPEN-SOURCE NOTICES
================================

power-hmc-exporter is built on the following open-source Go modules,
each distributed under its own license. Nothing in the End-User License
Agreement (LICENSE) supersedes or restricts your rights under these
licenses.

The full text of each license is available in the source repository of
the corresponding project.

---

github.com/prometheus/client_golang
  Copyright (c) The Prometheus Authors.
  License: Apache License 2.0
  Source: https://github.com/prometheus/client_golang

github.com/prometheus/client_model
  Copyright (c) The Prometheus Authors.
  License: Apache License 2.0
  Source: https://github.com/prometheus/client_model

github.com/prometheus/common
  Copyright (c) The Prometheus Authors.
  License: Apache License 2.0
  Source: https://github.com/prometheus/common

github.com/prometheus/procfs
  Copyright (c) The Prometheus Authors.
  License: Apache License 2.0
  Source: https://github.com/prometheus/procfs

github.com/beorn7/perks
  Copyright (c) 2013 Blake Mizerany.
  License: MIT
  Source: https://github.com/beorn7/perks

github.com/cespare/xxhash/v2
  Copyright (c) 2016 Caleb Spare.
  License: MIT
  Source: https://github.com/cespare/xxhash

github.com/munnerz/goautoneg
  Copyright (c) 2011 Open Knowledge Foundation Ltd.
  License: BSD-3-Clause
  Source: https://github.com/munnerz/goautoneg

go.yaml.in/yaml/v2 (formerly gopkg.in/yaml.v2)
  Copyright (c) 2006-2010 Kirill Simonov; Copyright (c) 2011-2019 Canonical Ltd.
  License: Apache License 2.0 and MIT
  Source: https://github.com/go-yaml/yaml

golang.org/x/sys
  Copyright (c) The Go Authors.
  License: BSD-3-Clause
  Source: https://cs.opensource.google/go/x/sys

google.golang.org/protobuf
  Copyright (c) The Go Authors.
  License: BSD-3-Clause
  Source: https://github.com/protocolbuffers/protobuf-go

---

The Go standard library is distributed under a BSD-3-Clause license:
https://go.dev/LICENSE
