This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit ca71603ff530c40793fa2cb783c63c0e2693de69 Author: Pasquale Congiusti <[email protected]> AuthorDate: Thu Sep 21 09:45:22 2023 +0200 chore(ci): java licenses files Closes #4700 --- java/LICENSE | 1 + java/NOTICE | 1 + script/check_licenses.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/java/LICENSE b/java/LICENSE new file mode 120000 index 000000000..ea5b60640 --- /dev/null +++ b/java/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/java/NOTICE b/java/NOTICE new file mode 120000 index 000000000..7e1b82f6e --- /dev/null +++ b/java/NOTICE @@ -0,0 +1 @@ +../NOTICE \ No newline at end of file diff --git a/script/check_licenses.sh b/script/check_licenses.sh index 6ec23001c..c66e63da8 100755 --- a/script/check_licenses.sh +++ b/script/check_licenses.sh @@ -18,7 +18,7 @@ location=$(dirname $0) rootdir=$location/../ -denylist=("zz_generated" "zz_desc_generated" "vendor" "./.mvn/wrapper" "./docs/" "./.idea" "./build/" "./deploy/traits.yaml" "./pom.xml") +denylist=("zz_generated" "zz_desc_generated" "vendor" "./.mvn/wrapper" "./docs/" "./.idea" "./build/" "./deploy/traits.yaml" "./pom.xml" "./java/") cd $rootdir go build ./cmd/util/license-check/
