-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathdefault-license-normalizer-bundle.json
More file actions
107 lines (107 loc) · 11.8 KB
/
Copy pathdefault-license-normalizer-bundle.json
File metadata and controls
107 lines (107 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"bundles" : [
{ "bundleName" : "Apache-1.0", "licenseName" : "Apache Software License, Version 1.0", "licenseUrl" : "https://www.apache.org/licenses/LICENSE-1.0" },
{ "bundleName" : "Apache-1.1", "licenseName" : "Apache Software License, Version 1.1", "licenseUrl" : "https://www.apache.org/licenses/LICENSE-1.1" },
{ "bundleName" : "Apache-2.0", "licenseName" : "Apache License, Version 2.0", "licenseUrl" : "https://www.apache.org/licenses/LICENSE-2.0" },
{ "bundleName" : "0BSD", "licenseName" : "BSD Zero Clause License", "licenseUrl" : "https://opensource.org/licenses/0BSD" },
{ "bundleName" : "BSD-2-Clause", "licenseName" : "The 2-Clause BSD License", "licenseUrl" : "https://opensource.org/licenses/BSD-2-Clause" },
{ "bundleName" : "BSD-3-Clause", "licenseName" : "The 3-Clause BSD License", "licenseUrl" : "https://opensource.org/licenses/BSD-3-Clause" },
{ "bundleName" : "CC0-1.0", "licenseName" : "Creative Commons Legal Code", "licenseUrl" : "https://creativecommons.org/publicdomain/zero/1.0/legalcode" },
{ "bundleName" : "CDDL-1.0", "licenseName" : "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0", "licenseUrl" : "https://oss.oracle.com/licenses/CDDL" },
{ "bundleName" : "CDDL-1.1", "licenseName" : "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1", "licenseUrl" : "https://oss.oracle.com/licenses/CDDL-1.1" },
{ "bundleName" : "CPL-1.0", "licenseName" : "Common Public License - v 1.0", "licenseUrl" : "https://www.eclipse.org/legal/cpl-v10.html" },
{ "bundleName" : "EPL-1.0", "licenseName" : "Eclipse Public License - v 1.0", "licenseUrl" : "https://www.eclipse.org/legal/epl-v10.html" },
{ "bundleName" : "EPL-2.0", "licenseName" : "Eclipse Public License - v 2.0", "licenseUrl" : "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt" },
{ "bundleName" : "FSL-1.1-ALv2", "licenseName" : "Functional Source License, Version 1.1, ALv2 Future License", "licenseUrl" : "https://fsl.software/FSL-1.1-ALv2.template.md" },
{ "bundleName" : "FSL-1.1-MIT", "licenseName" : "Functional Source License, Version 1.1, MIT Future License", "licenseUrl" : "https://fsl.software/FSL-1.1-MIT.template.md" },
{ "bundleName" : "GPL-1.0-only", "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 1", "licenseUrl" : "https://www.gnu.org/licenses/gpl-1.0" },
{ "bundleName" : "GPL-2.0-only", "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 2", "licenseUrl" : "https://www.gnu.org/licenses/gpl-2.0" },
{ "bundleName" : "GPL-2.0-only WITH Universal-FOSS-exception-1.0", "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 2 + Universal FOSS Exception, Version 1.0", "licenseUrl" : "https://www.mysql.com/about/legal/licensing/oem/" },
{ "bundleName" : "GPL-2.0-only WITH Classpath-exception-2.0", "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 2 + Classpath Exception", "licenseUrl" : "https://openjdk.java.net/legal/gplv2+ce.html" },
{ "bundleName" : "GPL-3.0-only", "licenseName" : "GNU GENERAL PUBLIC LICENSE, Version 3", "licenseUrl" : "https://www.gnu.org/licenses/gpl-3.0" },
{ "bundleName" : "LGPL-2.1-only", "licenseName" : "GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1", "licenseUrl" : "https://www.gnu.org/licenses/lgpl-2.1" },
{ "bundleName" : "LGPL-3.0-only", "licenseName" : "GNU LESSER GENERAL PUBLIC LICENSE, Version 3", "licenseUrl" : "https://www.gnu.org/licenses/lgpl-3.0" },
{ "bundleName" : "MIT", "licenseName" : "MIT License", "licenseUrl" : "https://opensource.org/licenses/MIT" },
{ "bundleName" : "MIT-0", "licenseName" : "MIT No Attribution License", "licenseUrl" : "https://opensource.org/license/mit-0" },
{ "bundleName" : "MPL-1.1", "licenseName" : "Mozilla Public License Version 1.1", "licenseUrl" : "https://www.mozilla.org/en-US/MPL/1.1" },
{ "bundleName" : "MPL-2.0", "licenseName" : "Mozilla Public License, Version 2.0", "licenseUrl" : "https://www.mozilla.org/en-US/MPL/2.0" },
{ "bundleName" : "Public-Domain", "licenseName" : "PUBLIC DOMAIN", "licenseUrl" : "" }
],
"transformationRules" : [
{ "bundleName" : "Apache-1.0", "licenseNamePattern" : ".*Apache (Software )?License.*1\\.0.*" },
{ "bundleName" : "Apache-1.0", "licenseFileContentPattern" : ".*Apache Software License, Version 1\\.0.*" },
{ "bundleName" : "Apache-1.0", "licenseNamePattern" : ".*Apache (Software )?License.*1\\.1.*" },
{ "bundleName" : "Apache-1.1", "licenseFileContentPattern" : ".*Apache Software License, Version 1\\.1.*" },
{ "bundleName" : "Apache-2.0", "licenseNamePattern" : ".*Apache (Software )?License.*2.*" },
{ "bundleName" : "Apache-2.0", "licenseNamePattern" : ".*?Apache[- _]2.*" },
{ "bundleName" : "Apache-2.0", "licenseNamePattern" : "ASL 2\\.0" },
{ "bundleName" : "Apache-2.0", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/Apache-2\\.0.*" },
{ "bundleName" : "Apache-2.0", "licenseUrlPattern" : ".*www\\.apache\\.org/licenses/LICENSE-2\\.0.*" },
{ "bundleName" : "Apache-2.0", "licenseFileContentPattern" : ".*Apache License,?( Version)? 2.*" },
{ "bundleName" : "0BSD", "licenseNamePattern" : "BSD Zero Clause License" },
{ "bundleName" : "0BSD", "licenseNamePattern" : "BSD$" },
{ "bundleName" : "0BSD", "licenseNamePattern" : "BSD[- ]clause.*" },
{ "bundleName" : "0BSD", "licenseNamePattern" : "BSD[- ]license.*" },
{ "bundleName" : "BSD-2-Clause", "licenseNamePattern" : ".*BSD[- ]2-clause.*" },
{ "bundleName" : "BSD-2-Clause", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/BSD-2-Clause" },
{ "bundleName" : "BSD-2-Clause", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/bsd-license(\\.php)?" },
{ "bundleName" : "BSD-3-Clause", "licenseNamePattern" : ".*BSD[- ]3-clause.*" },
{ "bundleName" : "BSD-3-Clause", "licenseNamePattern" : ".*?(The )New BSD License.*" },
{ "bundleName" : "BSD-3-Clause", "licenseNamePattern" : ".*?Modified BSD License.*" },
{ "bundleName" : "BSD-3-Clause", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/BSD-3-Clause" },
{ "bundleName" : "BSD-3-Clause", "licenseNamePattern" : "Eclipse Distribution License.*(v|version)\\.?\\s?1(\\.0)?", "transformUrl" : false },
{ "bundleName" : "BSD-3-Clause", "licenseUrlPattern" : ".*http.?://(www\\.)?eclipse\\.org/org.*/edl-.?1\\.?0.*", "transformUrl" : false },
{ "bundleName" : "CC0-1.0", "licenseNamePattern" : "Creative Commons Legal Code.*" },
{ "bundleName" : "CC0-1.0", "licenseNamePattern" : "CC0([- ]1(\\.0)?)?" },
{ "bundleName" : "CC0-1.0", "licenseUrlPattern" : ".*(www\\.)?creativecommons\\.org/publicdomain/zero/1\\.0/" },
{ "bundleName" : "CDDL-1.0", "licenseNamePattern" : "Common Development and Distribution( License)?( \\(CDDL\\),?)? (version )?(.?\\s?)?1\\.0" },
{ "bundleName" : "CDDL-1.0", "licenseNamePattern" : ".*CDDL.*1\\.0" },
{ "bundleName" : "CDDL-1.0", "licenseFileContentPattern" : ".*CDDL.*1\\.0" },
{ "bundleName" : "CDDL-1.0", "licenseUrlPattern" : ".*CDDL.*1\\.0" },
{ "bundleName" : "CDDL-1.1", "licenseNamePattern" : "Common Development and Distribution( License)?( \\(CDDL\\),?)? (version )?(.?\\s?)?1\\.1" },
{ "bundleName" : "CDDL-1.1", "licenseNamePattern" : ".*CDDL.*1\\.1" },
{ "bundleName" : "CDDL-1.1", "licenseUrlPattern" : ".*CDDL.*1\\.1" },
{ "bundleName" : "CDDL-1.1", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/CDDL-1\\.1" },
{ "bundleName" : "CPL-1.0", "licenseNamePattern" : "Common Public License.*(v|version)\\.?\\s?1(\\.?0)?" },
{ "bundleName" : "EPL-1.0", "licenseNamePattern" : "Eclipse Publi(c|sh) License.*(v|version)\\.?\\s?1(\\.?0)?" },
{ "bundleName" : "EPL-1.0", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/EPL-1\\.0" },
{ "bundleName" : "EPL-1.0", "licenseUrlPattern" : ".*http.?://www\\.eclipse\\.org/(legal|org.*)/epl-.?1\\.?0.*" },
{ "bundleName" : "EPL-2.0", "licenseNamePattern" : "Eclipse Public License.*(v|version)\\.?\\s?2(\\.?0)?" },
{ "bundleName" : "EPL-2.0", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/EPL-2\\.0" },
{ "bundleName" : "EPL-2.0", "licenseUrlPattern" : ".*http.?://www\\.eclipse\\.org/(legal|org.*)/epl-.?2\\.?0.*" },
{ "bundleName" : "EPL-2.0", "licenseUrlPattern" : ".*http.?://projects\\.eclipse\\.org/.*/epl-.?2\\.?0.*" },
{ "bundleName" : "GPL-1.0-only", "licenseNamePattern" : ".*GNU GENERAL PUBLIC LICENSE.*1.*" },
{ "bundleName" : "GPL-2.0-only", "licenseNamePattern" : ".*GNU GENERAL PUBLIC LICENSE.*2.*" },
{ "bundleName" : "GPL-2.0-only", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/GPL-2\\.0" },
{ "bundleName" : "GPL-2.0-only WITH Universal-FOSS-exception-1.0", "licenseNamePattern" : ".*GNU General Public License, v(ersion )?2.*Universal FOSS Exception.*" },
{ "bundleName" : "GPL-2.0-only WITH Classpath-exception-2.0", "licenseNamePattern" : "GNU General Public License, version 2.*classpath exception" },
{ "bundleName" : "GPL-2.0-only WITH Classpath-exception-2.0", "licenseNamePattern" : "GNU General Public License, version 2.*cp?e" },
{ "bundleName" : "GPL-2.0-only WITH Classpath-exception-2.0", "licenseNamePattern" : "GPL2 w/ CPE" },
{ "bundleName" : "GPL-2.0-only WITH Classpath-exception-2.0", "licenseNamePattern" : "GPL-2\\.0 WITH Classpath-Exception-2\\.0" },
{ "bundleName" : "GPL-2.0-only WITH Classpath-exception-2.0", "licenseUrlPattern" : ".*(www\\.)gnu\\.org/software/classpath/license.html" },
{ "bundleName" : "GPL-3.0-only", "licenseNamePattern" : ".*GNU GENERAL PUBLIC LICENSE.*3.*" },
{ "bundleName" : "GPL-3.0-only", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/GPL-3\\.0" },
{ "bundleName" : "LGPL-2.1-only", "licenseNamePattern" : ".*GNU LESSER GENERAL PUBLIC LICENSE.*2\\.1.*" },
{ "bundleName" : "LGPL-2.1-only", "licenseNamePattern" : "LGPL 2\\.1" },
{ "bundleName" : "LGPL-2.1-only", "licenseNamePattern" : "LGPL.*(v|version)\\.?\\s?2\\.1" },
{ "bundleName" : "LGPL-2.1-only", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/LGPL-2\\.1" },
{ "bundleName" : "LGPL-2.1-only", "licenseUrlPattern" : ".*(www\\.)?gnu\\.org/licenses(/old-licenses)?/lgpl-2\\.1(\\.(html|txt))?" },
{ "bundleName" : "LGPL-2.1-only", "licenseUrlPattern" : ".*(www\\.)?repository.jboss.org/licenses/lgpl-2.1\\.txt" },
{ "bundleName" : "LGPL-3.0-only", "licenseNamePattern" : ".*GNU LESSER GENERAL PUBLIC LICENSE.*3.*" },
{ "bundleName" : "LGPL-3.0-only", "licenseNamePattern" : "lgplv?3" },
{ "bundleName" : "LGPL-3.0-only", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/LGPL-3\\.0" },
{ "bundleName" : "LGPL-3.0-only", "licenseUrlPattern" : ".*(www\\.)?gnu\\.org/licenses(/old-licenses)?/lgpl(-3)?(\\.(html|txt))?" },
{ "bundleName" : "MIT", "licenseNamePattern" : "(The\\s)?MIT(\\slicen[cs]e)?(\\s\\(MIT\\))?" },
{ "bundleName" : "MIT", "licenseNamePattern" : "(The\\s)?Bouncy Castle Licen[cs]e", "transformUrl" : false },
{ "bundleName" : "MIT", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/MIT(\\.php)?" },
{ "bundleName" : "MIT-0", "licenseNamePattern" : "(The\\s)?MIT No Attribution(\\slicen[cs]e)?(\\s\\(MIT[-]?0\\))?" },
{ "bundleName" : "MPL-1.1", "licenseNamePattern" : ".*Mozilla Public License.*1\\.1.*" },
{ "bundleName" : "MPL-1.1", "licenseNamePattern" : "MPL 1\\.1" },
{ "bundleName" : "MPL-1.1", "licenseUrlPattern" : ".*(www\\.)mozilla\\.org/.*MPL/1\\.1/?" },
{ "bundleName" : "MPL-2.0", "licenseNamePattern" : ".*Mozilla Public License.*2\\.*" },
{ "bundleName" : "MPL-2.0", "licenseUrlPattern" : ".*(www\\.)?opensource\\.org/licenses/MPL-2\\.0" },
{ "bundleName" : "MPL-2.0", "licenseUrlPattern" : ".*(www\\.)mozilla\\.org/.*MPL/2\\.0/?" },
{ "bundleName" : "Public-Domain", "licenseNamePattern" : "((public)\\s(domain)).*", "transformUrl" : false },
{ "bundleName" : "Public-Domain", "licenseFileContentPattern" : ".*((Public)\\s(Domain)).*", "transformUrl" : false }
]
}