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 9be8a191 minor refactor: Bouncy Castle License sometimes has
"License", sometimes "Licence"
9be8a191 is described below
commit 9be8a19152d19c55e047f78501aeba251a0bc47c
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 5 13:13:48 2024 +1000
minor refactor: Bouncy Castle License sometimes has "License", sometimes
"Licence"
---
gradle/allowed-licenses.json | 3 +++
gradle/license-normalizer-bundle.json | 2 ++
2 files changed, 5 insertions(+)
diff --git a/gradle/allowed-licenses.json b/gradle/allowed-licenses.json
index 0292779b..c89a0255 100644
--- a/gradle/allowed-licenses.json
+++ b/gradle/allowed-licenses.json
@@ -38,6 +38,9 @@
},
{
"moduleLicense": "MIT License"
+ },
+ {
+ "moduleLicense": "Bouncy Castle License"
}
]
}
\ No newline at end of file
diff --git a/gradle/license-normalizer-bundle.json
b/gradle/license-normalizer-bundle.json
index 43eef923..5004e061 100644
--- a/gradle/license-normalizer-bundle.json
+++ b/gradle/license-normalizer-bundle.json
@@ -3,6 +3,7 @@
{ "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" },
@@ -37,6 +38,7 @@
{ "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"
},