|
14 | 14 | "bsd-3": "BSD-3-Clause", |
15 | 15 | "bsd 3-clause": "BSD-3-Clause", |
16 | 16 | "3-clause bsd": "BSD-3-Clause", |
| 17 | + "bsd clause 3": "BSD-3-Clause", |
| 18 | + "bsd 3 clause": "BSD-3-Clause", |
| 19 | + "bsd 3-clause license": "BSD-3-Clause", |
| 20 | + "bds-3": "BSD-3-Clause", |
17 | 21 | "bsd 2-clause": "BSD-2-Clause", |
18 | 22 | "bsd license 2.0": "BSD-2-Clause", |
19 | 23 | # Apache variants |
20 | 24 | "apache": "Apache-2.0", |
21 | 25 | "apache 2": "Apache-2.0", |
| 26 | + "apache-2": "Apache-2.0", |
22 | 27 | "apache2": "Apache-2.0", |
23 | 28 | "apache2.0": "Apache-2.0", |
24 | 29 | "apache 2.0": "Apache-2.0", |
| 30 | + "apache 2.0 license": "Apache-2.0", |
25 | 31 | "apache license 2.0": "Apache-2.0", |
26 | 32 | "apache license, version 2.0": "Apache-2.0", |
| 33 | + "apache-2.0 license": "Apache-2.0", |
| 34 | + "alv2": "Apache-2.0", |
27 | 35 | # GPL variants |
28 | 36 | "gplv2": "GPL-2.0-only", |
29 | 37 | "gpl-2": "GPL-2.0-only", |
|
42 | 50 | "lgplv2.1": "LGPL-2.1-or-later", |
43 | 51 | "lgpl-2": "LGPL-2.1-or-later", |
44 | 52 | "lgpl-2.1": "LGPL-2.1-or-later", |
| 53 | + "lgpl v2.1": "LGPL-2.1-or-later", |
45 | 54 | "lgplv3": "LGPL-3.0-only", |
46 | 55 | "lgpl-3": "LGPL-3.0-only", |
47 | 56 | "lgpl-3.0": "LGPL-3.0-only", |
| 57 | + "lgpl-v3": "LGPL-3.0-only", |
48 | 58 | "LGPL (amcl)": "LGPL-2.1-or-later", |
| 59 | + "gnu lesser public license 2.1": "LGPL-2.1-only", |
49 | 60 | # Mozilla/MPL variants |
50 | 61 | "mozilla": "MPL-2.0", |
51 | 62 | "mpl": "MPL-2.0", |
| 63 | + "mpl-2.0 license": "MPL-2.0", |
| 64 | + "mozilla public license 2.0": "MPL-2.0", |
52 | 65 | "mozilla public license version 1.1": "MPL-1.1", |
53 | 66 | # Eclipse variants |
54 | 67 | "eclipse public license 2.0": "EPL-2.0", |
|
63 | 76 | "zlib license": "Zlib", |
64 | 77 | # Creative Commons |
65 | 78 | "cc by-nc-sa 4.0": "CC-BY-NC-SA-4.0", |
| 79 | + "cc0": "CC0-1.0", |
66 | 80 | "creative commons zero v1.0 universal": "CC0-1.0", |
| 81 | + "creative commons attribution-noncommercial-noderivatives 4.0 international public license": "CC-BY-NC-ND-4.0", |
67 | 82 | "creative commons": "CC0-1.0", # The version is an assumption |
68 | 83 | # Public Domain (choosing Unlicense as more appropriate for code) |
69 | 84 | "public domain": "Unlicense", |
|
0 commit comments