From 97cc263b28d8e1ecc564308fbb5a01dcbdc2dbb2 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:43:05 +0100 Subject: [PATCH] fix: goolden-fleece license --- licenses/license-engine.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/licenses/license-engine.sh b/licenses/license-engine.sh index 42a5951..38715f7 100755 --- a/licenses/license-engine.sh +++ b/licenses/license-engine.sh @@ -73,6 +73,7 @@ APPROVED_MODULES=( 'github.com/jmespath/go-jmespath' # Apache-2.0 https://github.com/jmespath/go-jmespath/blob/master/LICENSE 'github.com/ory/keto/proto/ory/keto/opl/v1alpha1' # Apache-2.0 - submodule of keto 'github.com/ory/keto/proto/ory/keto/relation_tuples/v1alpha2' # Apache-2.0 - submodule of keto + "golden-fleece@1.0.9" # MIT: https://github.com/Rich-Harris/golden-fleece/blob/master/LICENSE ) # These lines in the output should be ignored (plain text, no regex).