Skip to content

Commit a96dfba

Browse files
Lukáš Vasekbilak
authored andcommitted
#640 Added license names to license-mapping.json
Signed-off-by: Lukáš Vasek <[email protected]>
1 parent b0bdc50 commit a96dfba

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

src/main/resources/license-mapping.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"Apache-2.0 License",
2727
"Apache License version 2.0",
2828
"Apache 2 Style License",
29-
"ASF 2.0"
29+
"ASF 2.0",
30+
"AL 2.0"
3031
]
3132
},
3233
{
@@ -153,7 +154,8 @@
153154
"GNU General Public License (GPL) version 2",
154155
"GNU General Public License (GPL) version 2.0",
155156
"GNU General Public License v2",
156-
"GNU General Public License v2.0"
157+
"GNU General Public License v2.0",
158+
"GPL v2"
157159
]
158160
},
159161
{
@@ -172,7 +174,14 @@
172174
"GPLv2+CE",
173175
"GPLv2 with classpath exception",
174176
"GPLv2 license, includes the CLASSPATH exception",
175-
"GNU General Public License, version 2, with the Classpath Exception"
177+
"GNU General Public License, version 2, with the Classpath Exception",
178+
"GNU General Public License, version 2 with the GNU Classpath Exception"
179+
]
180+
},
181+
{
182+
"exp": "GPL-3.0-only",
183+
"names": [
184+
"GENERAL PUBLIC LICENSE, version 3 (GPL-3.0)"
176185
]
177186
},
178187
{
@@ -222,7 +231,8 @@
222231
"LGPL3.0",
223232
"GNU Lesser General Public License (LGPL), version 3",
224233
"GNU Lesser General Public License (LGPL), version 3.0",
225-
"GNU Lesser General Public License v3.0"
234+
"GNU Lesser General Public License v3.0",
235+
"GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0)"
226236
]
227237
},
228238
{
@@ -251,7 +261,8 @@
251261
{
252262
"exp": "MPL-1.1",
253263
"names": [
254-
"MPL 1.1"
264+
"MPL 1.1",
265+
"Mozilla Public License Version 1.1"
255266
]
256267
},
257268
{

0 commit comments

Comments
 (0)