From 8183e1ddf51e77f6ffafb65bb2334cd81057991e Mon Sep 17 00:00:00 2001 From: Gerald Morrison Date: Wed, 11 Dec 2024 11:45:08 +0100 Subject: [PATCH 1/5] correct link and add notice file --- CONTRIBUTING.md | 2 +- NOTICE.md | 18 ++++++++++++++++++ README.md | 26 ++++++++++++++++++-------- 3 files changed, 37 insertions(+), 9 deletions(-) create mode 100644 NOTICE.md 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.md b/NOTICE.md new file mode 100644 index 0000000000..d7051158e6 --- /dev/null +++ b/NOTICE.md @@ -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..06283acb28 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,24 @@ The OCI and OCM support can be found in packages Install the latest release with -- [Bash](#bash) -- [Homebrew](#homebrew) -- [NixOS](#nixos) -- [AUR](#aur) -- [Container](#container) -- [Chocolatey](#chocolatey) -- [Winget](#winget) -- [GitHub Releases](https://github.com/open-component-model/ocm/releases/latest) +- [Open Component Model](#open-component-model) + - [OCM Specifications](#ocm-specifications) + - [OCM Library](#ocm-library) + - [OCM CLI](#ocm-cli) + - [Installation](#installation) + - [Bash](#bash) + - [Homebrew](#homebrew) + - [NixOS](#nixos) + - [AUR](#aur) + - [Container](#container) + - [Build and run it yourself](#build-and-run-it-yourself) + - [Chocolatey](#chocolatey) + - [Winget](#winget) + - [Examples](#examples) + - [GPG Public Key](#gpg-public-key) + - [Contributing](#contributing) + - [Release Process](#release-process) + - [Licensing](#licensing) ### Bash From 7ad5edd1f9ebaade07efe1b91175d07e175684b1 Mon Sep 17 00:00:00 2001 From: Gerald Morrison Date: Wed, 11 Dec 2024 11:48:11 +0100 Subject: [PATCH 2/5] correct toc --- README.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 06283acb28..6a1db38320 100644 --- a/README.md +++ b/README.md @@ -48,25 +48,13 @@ The OCI and OCM support can be found in packages ## Installation Install the latest release with - -- [Open Component Model](#open-component-model) - - [OCM Specifications](#ocm-specifications) - - [OCM Library](#ocm-library) - - [OCM CLI](#ocm-cli) - - [Installation](#installation) - - [Bash](#bash) - - [Homebrew](#homebrew) - - [NixOS](#nixos) - - [AUR](#aur) - - [Container](#container) - - [Build and run it yourself](#build-and-run-it-yourself) - - [Chocolatey](#chocolatey) - - [Winget](#winget) - - [Examples](#examples) - - [GPG Public Key](#gpg-public-key) - - [Contributing](#contributing) - - [Release Process](#release-process) - - [Licensing](#licensing) + - [Bash](#bash) + - [Homebrew](#homebrew) + - [NixOS](#nixos) + - [AUR](#aur) + - [Docker and Podman](#container) + - [Chocolatey](#chocolatey) + - [Winget](#winget) ### Bash From e6ea9f274924a47aeb3b10f171c96faa0cc08c13 Mon Sep 17 00:00:00 2001 From: Gerald Morrison Date: Wed, 11 Dec 2024 11:50:07 +0100 Subject: [PATCH 3/5] correct ident --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a1db38320..cf39abdf54 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ The OCI and OCM support can be found in packages ## Installation Install the latest release with - - [Bash](#bash) - - [Homebrew](#homebrew) - - [NixOS](#nixos) - - [AUR](#aur) - - [Docker and Podman](#container) - - [Chocolatey](#chocolatey) - - [Winget](#winget) +- [Bash](#bash) +- [Homebrew](#homebrew) +- [NixOS](#nixos) +- [AUR](#aur) +- [Docker and Podman](#container) +- [Chocolatey](#chocolatey) +- [Winget](#winget) ### Bash From aaba176aa7434648255d1a69f2b1b69212d76f7d Mon Sep 17 00:00:00 2001 From: Gerald Morrison Date: Wed, 11 Dec 2024 11:52:09 +0100 Subject: [PATCH 4/5] blank line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf39abdf54..1dcc523f01 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ The OCI and OCM support can be found in packages ## Installation Install the latest release with + - [Bash](#bash) - [Homebrew](#homebrew) - [NixOS](#nixos) From f176854827246e395ab4e597cd65fe6f4f844dc6 Mon Sep 17 00:00:00 2001 From: Gerald Morrison Date: Wed, 11 Dec 2024 12:06:55 +0100 Subject: [PATCH 5/5] change file name --- NOTICE.md => NOTICE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename NOTICE.md => NOTICE (100%) diff --git a/NOTICE.md b/NOTICE similarity index 100% rename from NOTICE.md rename to NOTICE