From fae0d1a0f0e514865679323e459c53580677e26c Mon Sep 17 00:00:00 2001 From: Adam Farley Date: Fri, 26 Apr 2024 10:10:54 +0100 Subject: [PATCH] dependency_data files do not need licenses (#3772) ...on the basis that they only contain version strings, jar names, and SHAs that are obtained from external sources. Signed-off-by: Adam Farley Co-authored-by: Martijn Verburg --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index a346f887f..48cd41bf1 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -46,5 +46,6 @@ header: - 'sbin/*.template' - '.github/linters/*' - 'cyclonedx-lib/getDependencies' + - 'cyclonedx-lib/dependency_data/**' - 'makejdk-any-platform.1' - 'serverTimestamp.properties'