This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new e222144c tweak checkLicense
e222144c is described below
commit e222144c65c97d1d24b07c9ebd8a64351de14ceb
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 12 15:18:03 2024 +1000
tweak checkLicense
---
gradle/allowed-licenses.json | 3 +++
gradle/license-normalizer-bundle.json | 2 --
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gradle/allowed-licenses.json b/gradle/allowed-licenses.json
index c89a0255..367d838a 100644
--- a/gradle/allowed-licenses.json
+++ b/gradle/allowed-licenses.json
@@ -41,6 +41,9 @@
},
{
"moduleLicense": "Bouncy Castle License"
+ },
+ {
+ "moduleLicense": "Bouncy Castle Licence"
}
]
}
\ No newline at end of file
diff --git a/gradle/license-normalizer-bundle.json
b/gradle/license-normalizer-bundle.json
index 5004e061..43eef923 100644
--- a/gradle/license-normalizer-bundle.json
+++ b/gradle/license-normalizer-bundle.json
@@ -3,7 +3,6 @@
{ "bundleName" : "Apache-1.1", "licenseName" : "Apache Software License,
Version 1.1", "licenseUrl" : "https://www.apache.org/licenses/LICENSE-1.1" },
{ "bundleName" : "Apache-2.0", "licenseName" : "Apache License, Version
2.0", "licenseUrl" : "https://www.apache.org/licenses/LICENSE-2.0" },
{ "bundleName" : "0BSD", "licenseName" : "BSD Zero Clause License",
"licenseUrl" : "https://opensource.org/licenses/0BSD" },
- { "bundleName" : "BouncyCastle", "licenseName" : "Bouncy Castle License",
"licenseUrl" : "https://www.bouncycastle.org/license.html" },
{ "bundleName" : "BSD-2-Clause", "licenseName" : "The 2-Clause BSD
License", "licenseUrl" : "https://opensource.org/licenses/BSD-2-Clause" },
{ "bundleName" : "BSD-3-Clause", "licenseName" : "The 3-Clause BSD
License", "licenseUrl" : "https://opensource.org/licenses/BSD-3-Clause" },
{ "bundleName" : "CC0-1.0", "licenseName" : "Creative Commons Legal Code",
"licenseUrl" : "https://creativecommons.org/publicdomain/zero/1.0/legalcode" },
@@ -38,7 +37,6 @@
{ "bundleName" : "LGPL-2.1-only", "licenseUrlPattern" :
".*www\\.gnu\\.org/licenses/old-licenses/lgpl-2\\.1\\.html" },
{ "bundleName" : "Apache-2.0", "licenseFileContentPattern" : ".*Apache
License,?( Version)? 2.*" },
{ "bundleName" : "Apache-1.1", "licenseFileContentPattern" : ".*Apache
Software License, Version 1\\.1.*" },
- { "bundleName" : "BouncyCastle", "licenseFileContentPattern" : "Bouncy
Castle Licen(c|s)e" },
{ "bundleName" : "CC0-1.0", "licenseNamePattern" : "CC0(( |-)1(\\.0)?)?" },
{ "bundleName" : "CC0-1.0", "licenseUrlPattern" :
".*(www\\.)?creativecommons\\.org/publicdomain/zero/1\\.0/" },
{ "bundleName" : "CDDL-1.0", "licenseFileContentPattern" : ".*CDDL.*1\\.0"
},