Skip to content

Commit

Permalink
Add license exceptions for hashicorp errwrap and go-multierror
Browse files Browse the repository at this point in the history
These have CNCF license exceptions.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed May 7, 2024
1 parent f1df3b4 commit 62ebda1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .lichen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ override:
licenses: ["Apache-2.0"]
- path: "sigs.k8s.io/yaml"
licenses: ["Apache-2.0", "MIT"]

# Check https://github.com/cncf/foundation/blob/main/license-exceptions/CNCF-licensing-exceptions.csv
exceptions:
licenseNotPermitted:
- path: "github.com/hashicorp/errwrap"
licenses: ["MPL-2.0"]
- path: "github.com/hashicorp/go-multierror"
licenses: ["MPL-2.0"]

0 comments on commit 62ebda1

Please sign in to comment.