|
16 | 16 | "The Apache Software License, Version 2.0", |
17 | 17 | "Apache License (v2.0)", |
18 | 18 | "Apache License 2.0", |
| 19 | + "Apache License, 2.0", |
19 | 20 | "Apache License Version 2.0", |
20 | 21 | "Apache License, Version 2.0", |
21 | 22 | "Apache Public License 2.0", |
|
26 | 27 | "Apache 2 Style License" |
27 | 28 | ] |
28 | 29 | }, |
| 30 | + { |
| 31 | + "exp": "(Apache-2.0 OR LGPL-2.1-only)", |
| 32 | + "names": [ |
| 33 | + "SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1", |
| 34 | + "Apache-2.0 OR LGPL-2.1" |
| 35 | + ] |
| 36 | + }, |
29 | 37 | { |
30 | 38 | "exp": "BSD-2-Clause", |
31 | 39 | "names": [ |
|
49 | 57 | "Eclipse Distribution License (New BSD License)", |
50 | 58 | "New BSD License", |
51 | 59 | "Modified BSD License", |
| 60 | + "Modified BSD", |
52 | 61 | "Revised BSD", |
53 | 62 | "Revised BSD License", |
54 | 63 | "The New BSD License", |
55 | 64 | "3-Clause BSD License", |
56 | 65 | "BSD 3-clause New License", |
57 | 66 | "BSD License", |
| 67 | + "BSD License 3", |
58 | 68 | "Eclipse Distribution License - v 1.0", |
59 | 69 | "Eclipse Distribution License v. 1.0", |
60 | 70 | "Eclipse Distribution License v1.0" |
|
91 | 101 | ] |
92 | 102 | }, |
93 | 103 | { |
94 | | - "exp": "CDDL-1.1", |
| 104 | + "exp": "(CDDL-1.1 OR GPL-2.0-only)", |
95 | 105 | "names": [ |
96 | | - "CDDL 1.1", |
97 | | - "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1", |
98 | | - "Common Development and Distribution License (CDDL) v1.1" |
| 106 | + "Dual license consisting of the CDDL v1.1 and GPL v2" |
99 | 107 | ] |
100 | 108 | }, |
101 | 109 | { |
102 | | - "exp": "(CDDL-1.1 OR GPL-2.0-only)", |
| 110 | + "exp": "CDDL-1.1", |
103 | 111 | "names": [ |
104 | | - "Dual license consisting of the CDDL v1.1 and GPL v2" |
| 112 | + "CDDL 1.1", |
| 113 | + "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1", |
| 114 | + "Common Development and Distribution License (CDDL) v1.1" |
105 | 115 | ] |
106 | 116 | }, |
107 | 117 | { |
|
113 | 123 | "Eclipse Public License, Version 1.0", |
114 | 124 | "Eclipse Public License - v 1.0", |
115 | 125 | "Eclipse Public License - v1.0", |
116 | | - "Eclipse Public License (EPL), Version 1.0" |
| 126 | + "Eclipse Public License (EPL), Version 1.0", |
| 127 | + "EPL 1.0" |
117 | 128 | ] |
118 | 129 | }, |
119 | 130 | { |
|
164 | 175 | "GPL2 w/ CPE", |
165 | 176 | "GPLv2+CE", |
166 | 177 | "GPLv2 with classpath exception", |
167 | | - "GPLv2 license, includes the CLASSPATH exception" |
| 178 | + "GPLv2 license, includes the CLASSPATH exception", |
| 179 | + "GNU General Public License, Version 2 with the Classpath Exception", |
| 180 | + "GNU General Public License, version 2 with the GNU Classpath Exception", |
| 181 | + "The GNU General Public License (GPL), Version 2, With Classpath Exception" |
168 | 182 | ] |
169 | 183 | }, |
170 | 184 | { |
|
193 | 207 | "LGPL-2.1", |
194 | 208 | "LGPL2.1", |
195 | 209 | "GNU Lesser General Public License Version 2.1, February 1999", |
196 | | - "GNU Library or Lesser General Public License (LGPL) V2.1" |
| 210 | + "GNU Library or Lesser General Public License (LGPL) V2.1", |
| 211 | + "GNU Lesser General Public License (LGPL), Version 2.1" |
197 | 212 | ] |
198 | 213 | }, |
199 | 214 | { |
200 | 215 | "exp": "LGPL-2.1-or-later", |
201 | 216 | "names": [ |
202 | 217 | "GNU Lesser General Public License (LGPL), version 2.1 or later", |
203 | 218 | "GNU Lesser General Public License v2.1 or later", |
204 | | - "LGPL, v2.1 or later" |
| 219 | + "LGPL, v2.1 or later", |
| 220 | + "GNU Library General Public License v2.1 or later" |
205 | 221 | ] |
206 | 222 | }, |
207 | 223 | { |
|
236 | 252 | { |
237 | 253 | "exp": "MPL-1.0", |
238 | 254 | "names": [ |
239 | | - "Mozilla Public License" |
| 255 | + "MPL 1.0", |
| 256 | + "Mozilla Public License", |
| 257 | + "Mozilla Public License Version 1.0" |
240 | 258 | ] |
241 | 259 | }, |
242 | 260 | { |
243 | 261 | "exp": "MPL-1.1", |
244 | 262 | "names": [ |
245 | | - "MPL 1.1" |
| 263 | + "MPL 1.1", |
| 264 | + "Mozilla Public License Version 1.1" |
246 | 265 | ] |
247 | 266 | }, |
248 | 267 | { |
249 | 268 | "exp": "MPL-2.0", |
250 | 269 | "names": [ |
251 | | - "MPL 2.0" |
| 270 | + "MPL 2.0", |
| 271 | + "Mozilla Public License Version 2.0" |
252 | 272 | ] |
253 | 273 | }, |
254 | 274 | { |
|
267 | 287 | { |
268 | 288 | "exp": "W3C", |
269 | 289 | "names": [ |
270 | | - "The W3C Software License" |
| 290 | + "The W3C Software License", |
| 291 | + "W3C license" |
271 | 292 | ] |
272 | 293 | } |
273 | 294 | ] |
0 commit comments