From e290d0131ff9b8f6e5c066b19e724861632f181f Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:22:12 +0100 Subject: [PATCH] fix: correct link and add notice file (#1185) #### What this PR does / why we need it correct link and add notice file --- CONTRIBUTING.md | 2 +- NOTICE | 18 ++++++++++++++++++ README.md | 3 +-- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 NOTICE diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4eed9f1ae4..080a1f7920 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ We welcome many different types of contributions. -Please refer to the [Contributing Guide in the Community repository](https://github.com/open-component-model/community/blob/main/CONTRIBUTING.md) for more information on how to get support from maintainers, find work to contribute, the Pull Request checklist, the Pull Request process, and other useful information on how to contribute to OCM. +Please refer to the [Contributing Guide in the Community repository](https://github.com/open-component-model/.github/blob/main/CONTRIBUTING.md) for more information on how to get support from maintainers, find work to contribute, the Pull Request checklist, the Pull Request process, and other useful information on how to contribute to OCM. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..d7051158e6 --- /dev/null +++ b/NOTICE @@ -0,0 +1,18 @@ +# THIRD-PARTY LIBRARIES + +## MPL-2.0 + +This project statically links the following [Mozilla Public License 2.0 (MPL-2.0)](https://www.mozilla.org/en-US/MPL/2.0/) libraries. +The list contains the Go module path and the version of the library used. + +- github.com/hashicorp/errwrap-v1.1.0 +- github.com/hashicorp/go-cleanhttp-v0.5.2 +- github.com/hashicorp/go-multierror-v1.1.1 +- github.com/hashicorp/go-retryablehttp-v0.7.7 +- github.com/hashicorp/go-rootcerts-v1.0.2 +- github.com/hashicorp/go-secure-stdlib/strutil-configutil/v0.1.5 +- github.com/hashicorp/hcl-v1.0.1-vault-5 +- github.com/hashicorp/vault-client-go-v0.4.3 +- github.com/letsencrypt/boulder-v0.0.0-20241010192615-6692160cedfa + +Modifications to original MPL-2.0 files will be documented and made available. diff --git a/README.md b/README.md index d0025805a8..1dcc523f01 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,9 @@ Install the latest release with - [Homebrew](#homebrew) - [NixOS](#nixos) - [AUR](#aur) -- [Container](#container) +- [Docker and Podman](#container) - [Chocolatey](#chocolatey) - [Winget](#winget) -- [GitHub Releases](https://github.com/open-component-model/ocm/releases/latest) ### Bash