From 2053f2ad490006fcb9024f5faebdf00cbe4f7c78 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 8 Nov 2023 18:23:37 +0100 Subject: [PATCH] Override the ImageMagick license detection Instead of adding a blanket approval for the ImageMagick license (which technically can't be done without CNCF approval), override the detected licenses for sigs.k8s.io/yaml. The golang-lru exception is no longer needed, remove it. Signed-off-by: Stephen Kitt --- .lichen.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.lichen.yaml b/.lichen.yaml index cc9f3a090..a80c06f3c 100644 --- a/.lichen.yaml +++ b/.lichen.yaml @@ -15,16 +15,11 @@ allow: - "PostgreSQL" - "X11" - "Zlib" - - "ImageMagick" override: - path: "github.com/flynn/go-shlex" licenses: ["Apache-2.0"] - path: "../" licenses: ["Apache-2.0"] - -# https://github.com/cncf/foundation/tree/master/license-exceptions -exceptions: - licenseNotPermitted: - - path: "github.com/hashicorp/golang-lru" - licenses: ["MPL-2.0"] + - path: "sigs.k8s.io/yaml" + licenses: ["Apache-2.0", "MIT"]