This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch matrei-patch-1 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 21fa0ef33f863d91752870e2b99e95e51230dae4 Author: Mattias Reichel <[email protected]> AuthorDate: Wed Oct 29 13:30:11 2025 +0100 fix: BSD-2-Clause license URL Updated the URL for the BSD-2-Clause license to the correct link. --- .../src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy b/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy index 75479c7568..6f3d7b9eea 100644 --- a/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy +++ b/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy @@ -67,7 +67,7 @@ class SbomPlugin implements Plugin<Project> { ], 'BSD-2-Clause': [ id : 'BSD-2-Clause', - url: 'https://opensource.org/license/bsd-3-clause/' + url: 'https://opensource.org/license/bsd-2-clause/' ], 'BSD-3-Clause': [ id : 'BSD-3-Clause',
