Skip to content

Commit 397aaf5

Browse files
committed
declared-license-mapping: Remove conflicting BSD license mappings
It does not make sense to map "BSD License" and "The BSD License" differently. In fact, the version cannot be told in either case. So simply remove both mappings. As an example why the version cannot be assumed, take [1] where "The BSD License" is supposed to mean BSD-3-Clause instead of BSD-2-Clause. [1] https://repo1.maven.org/maven2/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 40fcdf4 commit 397aaf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spdx-utils/src/main/resources/declared-license-mapping.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"BSD Licence 3": BSD-3-Clause
7979
"BSD License 3": BSD-3-Clause
8080
"BSD License for HSQL": BSD-3-Clause
81-
"BSD License": BSD-3-Clause
8281
"BSD New license": BSD-3-Clause
8382
"BSD New": BSD-3-Clause
8483
"BSD Three Clause License": BSD-3-Clause
@@ -387,7 +386,6 @@
387386
"The Apache Software License, Version 2.0": Apache-2.0
388387
"The BSD 2-Clause License": BSD-2-Clause
389388
"The BSD 3-Clause License": BSD-3-Clause
390-
"The BSD License": BSD-2-Clause
391389
"The BSD Software License": BSD-2-Clause
392390
"The Eclipse Public License Version 1.0": EPL-1.0
393391
"The GNU General Public License (GPL), Version 2, With Classpath Exception": GPL-2.0-only WITH Classpath-exception-2.0

0 commit comments

Comments
 (0)