Skip to content

Commit 8c64fcc

Browse files
committed
feat(curations): Add a mapping for a "GNU LPGL 3" typo
See [1]. [1]: https://github.com/SonarSource/sonar-scanner-gradle/blob/master/LICENSE.txt Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent ff5b6b2 commit 8c64fcc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: "Maven:org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:"
2+
curations:
3+
comment: |
4+
The library is licensed under LGPL-3.0-only, see:
5+
https://github.com/SonarSource/sonar-scanner-gradle/blob/master/LICENSE.txt
6+
declared_license_mapping:
7+
"GNU LPGL 3": "LGPL-3.0-only"

0 commit comments

Comments
 (0)