Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct-link #1183

Closed
wants to merge 13 commits into from
Closed
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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.
18 changes: 18 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Additionally, OCM provides a generic solution for how to:

The [`ocm` CLI](docs/reference/ocm.md) may also be used to interact with OCM mechanisms. It makes it easy to create component versions and embed them in build processes.

The code for the CLI can be found in [package `cmds/ocm`](cmds/ocm).
The code for the CLI can be found in [package `cmds/ocm`](cmds/ocm).

The OCI and OCM support can be found in packages
[`api/oci`](api/oci) and [`api/ocm`](api/ocm).
Expand All @@ -54,6 +54,7 @@ Install the latest release with
- [NixOS](#nixos)
- [AUR](#aur)
- [Container](#container)
- [Build and run it yourself](#build-and-run-it-yourself)
- [Chocolatey](#chocolatey)
- [Winget](#winget)
- [GitHub Releases](https://github.com/open-component-model/ocm/releases/latest)
Expand Down
Loading