We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa604f commit 78fccb9Copy full SHA for 78fccb9
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy
@@ -79,10 +79,6 @@ class SbomPlugin implements Plugin<Project> {
79
id : 'CC0-1.0',
80
url: 'https://creativecommons.org/publicdomain/zero/1.0/'
81
],
82
- 'LGPL-2.1-only': [
83
- id : 'LGPL-2.1-only',
84
- url: 'https://spdx.org/licenses/LGPL-2.1-only.html'
85
- ],
86
// Variant of Apache 1.1 license. Approved by legal LEGAL-707
87
'OpenSymphony': [
88
// id is optional and the opensymphony license doesn't have an SPDX id
0 commit comments