From 62ebda1683ad80959a7f38d9355c1e0df2f6a93a Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 7 May 2024 15:28:25 +0200 Subject: [PATCH] Add license exceptions for hashicorp errwrap and go-multierror These have CNCF license exceptions. Signed-off-by: Stephen Kitt --- .lichen.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.lichen.yaml b/.lichen.yaml index a80c06f3c..a8be535dc 100644 --- a/.lichen.yaml +++ b/.lichen.yaml @@ -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"]