Skip to content

Commit a98c596

Browse files
committed
add license-abbrev.edn
1 parent 936f241 commit a98c596

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
;; Map of "name found in the wild" => abbreviated name
2+
;; not exhaustive, just trying to catch 80%
3+
;; useful resource: https://github.com/spdx/license-list-data
4+
{"3-Clause BSD License" "BSD-3-Clause-Attribution"
5+
"Apache 2.0" "Apache-2.0"
6+
"Apache License 2.0" "Apache-2.0"
7+
"Apache License Version 2.0" "Apache-2.0"
8+
"Apache License, Version 2.0" "Apache-2.0"
9+
"Apache Software License - Version 2.0" "Apache-2.0"
10+
"Apache v2" "Apache-2.0"
11+
"BSD 3-Clause License" "BSD-3-Clause-Attribution"
12+
"Eclipse Public License" "EPL-1.0"
13+
"Eclipse Public License (EPL)" "EPL-1.0"
14+
"Eclipse Public License - v 1.0" "EPL-1.0"
15+
"Eclipse Public License 1.0" "EPL-1.0"
16+
"Eclipse Public License, Version 1.0" "EPL-1.0"
17+
"Eclipse Public License 2.0" "EPL-2.0"
18+
"Eclipse Public License version 2" "EPL-2.0"
19+
"GNU Affero General Public License (AGPL) version 3.0" "AGPL-3.0"
20+
"GNU General Public License, version 2 (GPL2), with the classpath exception" "GPL-2.0-with-classpath-exception"
21+
"GNU General Public License, version 2 with the GNU Classpath Exception" "GPL-2.0-with-classpath-exception"
22+
"GNU General Public License, version 2" "GPL-2.0"
23+
"GNU Lesser General Public License (LGPL)" "LGPL"
24+
"JSON License" "JSON"
25+
"MIT License" "MIT"
26+
"MIT license" "MIT"
27+
"Mozilla Public License" "MPL"
28+
"The Apache Software License, Version 2.0" "Apache-2.0"
29+
"The BSD 3-Clause License (BSD3)" "BSD-3-Clause-Attribution"
30+
"The MIT License" "MIT"}

0 commit comments

Comments
 (0)