Skip to content

Commit e7247e0

Browse files
committed
simple-license-mapping: Separate ambiguous mappings
As agreed upon in the ORT Community meeting of November 24, 2022 [1]. [1]: https://github.com/oss-review-toolkit/ort/wiki/Community-Meeting#2022-11-24 Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 209370a commit e7247e0

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

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

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,44 @@
1717

1818
# Sort the entries below via IntelliJ's "Edit" -> "Sort Lines".
1919
---
20-
AFLv2.1: AFL-2.1
20+
21+
# Ambiguous mappings (mapping reason not obvious without additional information)
2122
ALv2: Apache-2.0
23+
ASL: Apache-2.0
24+
Apache-style: Apache-2.0
25+
Apache: Apache-2.0
26+
BSD-like: BSD-3-Clause
27+
BSD-style: BSD-3-Clause
28+
BSD: BSD-3-Clause
29+
GPL: GPL-2.0-or-later
30+
MPL: MPL-2.0
31+
afl: AFL-3.0
32+
agpl: AGPL-3.0-or-later
33+
apache-license: Apache-2.0
34+
bsd-license: BSD-3-Clause
35+
bsd-licensed: BSD-3-Clause
36+
cddl: CDDL-1.0
37+
efl: EFL-2.0
38+
epl: EPL-1.0
39+
eupl: EUPL-1.0
40+
fdl: GFDL-1.3-or-later
41+
gfdl: GFDL-1.3-or-later
42+
gpl-license: GPL-2.0-or-later
43+
psf: PSF-2.0
44+
psfl: PSF-2.0
45+
python: Python-2.0
46+
47+
# Non-ambiguous mappings
48+
AFLv2.1: AFL-2.1
2249
APACHEv2: Apache-2.0
2350
APL2: Apache-2.0
2451
APLv2.0: Apache-2.0
25-
ASL: Apache-2.0
2652
Apache-2: Apache-2.0
27-
Apache-style: Apache-2.0
2853
Apache2.0: Apache-2.0
2954
Apache2: Apache-2.0
30-
Apache: Apache-2.0
3155
BSD-3: BSD-3-Clause
32-
BSD-like: BSD-3-Clause
33-
BSD-style: BSD-3-Clause
3456
BSD2: BSD-2-Clause
3557
BSD3: BSD-3-Clause
36-
BSD: BSD-3-Clause
3758
Boost: BSL-1.0
3859
Bouncy: MIT
3960
CC0: CC0-1.0
@@ -43,7 +64,6 @@ EDL-1.0: BSD-3-Clause
4364
FreeBSD: BSD-2-Clause-Views
4465
GPL-2: GPL-2.0-only
4566
GPL2: GPL-2.0-only
46-
GPL: GPL-2.0-or-later
4767
GPLv2+: GPL-2.0-or-later
4868
GPLv2: GPL-2.0-only
4969
GPLv3+: GPL-3.0-or-later
@@ -58,7 +78,6 @@ LGPLv3+: LGPL-3.0-or-later
5878
LGPLv3: LGPL-3.0-only
5979
MIT-like: MIT
6080
MIT-style: MIT
61-
MPL: MPL-2.0
6281
MPLv2.0: MPL-2.0
6382
MPLv2: MPL-2.0
6483
ODBL: ODbL-1.0
@@ -70,39 +89,24 @@ afl-2: AFL-2.0
7089
afl2.0: AFL-2.0
7190
afl2.1: AFL-2.1
7291
afl2: AFL-2.0
73-
afl: AFL-3.0
74-
agpl: AGPL-3.0-or-later
75-
apache-license: Apache-2.0
7692
bouncy-license: MIT
77-
bsd-license: BSD-3-Clause
78-
bsd-licensed: BSD-3-Clause
7993
bsl1.0: BSL-1.0
8094
bsl: BSL-1.0
8195
cddl1.0: CDDL-1.0
8296
cddl1.1: CDDL-1.1
83-
cddl: CDDL-1.0
8497
cpal: CPAL-1.0
85-
efl: EFL-2.0
8698
epl1.0: EPL-1.0
8799
epl2.0: EPL-2.0
88-
epl: EPL-1.0
89100
eupl1.0: EUPL-1.0
90101
eupl1.1: EUPL-1.1
91102
eupl1.2: EUPL-1.2
92-
eupl: EUPL-1.0
93-
fdl: GFDL-1.3-or-later
94-
gfdl: GFDL-1.3-or-later
95-
gpl-license: GPL-2.0-or-later
96103
gpl3: GPL-3.0-only
97104
isc-license: ISC
98105
mit-license: MIT
99106
mit-licensed: MIT
100107
mpl-2: MPL-2.0
101108
mpl2.0: MPL-2.0
102109
mpl2: MPL-2.0
103-
psf: PSF-2.0
104-
psfl: PSF-2.0
105-
python: Python-2.0
106110
w3cl: W3C
107111
wtf: WTFPL
108112
zope: ZPL-2.1

0 commit comments

Comments
 (0)