-
Notifications
You must be signed in to change notification settings - Fork 1
/
licenses.properties
136 lines (95 loc) · 4.92 KB
/
licenses.properties
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Known licenses
licenses = asl_20, bsd_2, bsd_3, cddl_10, cddl_10_gpl, cddl_11_gpl, cpl_10, \
epl_10, gpl_2, json, lgpl, lgpl_21, mit, mpl_11, mpl_20, public_domain
# Apache Software License, Version 2.0
asl_20.name = Apache Software License, Version 2.0
asl_20.name.1 = The Apache Software License, Version 2.0
asl_20.name.2 = Apache License, Version 2.0
asl_20.name.3 = Apache License Version 2.0
asl_20.name.3 = Apache License
asl_20.location = http://www.apache.org/licenses/LICENSE-2.0.txt
asl_20.location.1 = http://apache.org/licenses/LICENSE-2.0
asl_20.location.2 = http://www.opensource.org/licenses/apache2.0.php
# BSD 2-Clause License
bsd_2.name = BSD 2-Clause License
bsd_2.name.1 = New BSD License
bsd_2.location = http://opensource.org/licenses/bsd-license
bsd_2.location.1 = http://www.opensource.org/licenses/bsd-license.php
# BSD 3-Clause License
bsd_3.name = BSD 3-Clause License
bsd_3.name.1 = BSD License
bsd_3.name.2 = BSD
bsd_3.location = http://opensource.org/licenses/bsd-3-clause
bsd_3.location.1 = http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt
bsd_3.location.2 = http://asm.objectweb.org/license.html
# Common Development and Distribution License, Version 1.0
cddl_10.name = Common Development and Distribution License, Version 1.0
cddl_10.name.1 = CDDL
cddl_10.name.2 = Common Development and Distribution License (CDDL) v1.0
cddl_10.location = http://opensource.org/licenses/cddl-1.0
cddl_10.location.1 = http://www.sun.com/cddl
cddl_10.location.2 = http://glassfish.dev.java.net/public/CDDLv1.0.html
cddl_10.location.3 = https://glassfish.dev.java.net/public/CDDLv1.0.html
# Common Development and Distribution License, Version 1.0 (with "classpath" GPL exception)
cddl_10_gpl.name = Common Development and Distribution License, Version 1.0 (with "classpath" GPL exception)
cddl_10_gpl.name.1 = GPLv2+CE
cddl_10_gpl.location = https://glassfish.java.net/public/CDDL+GPL.html
cddl_10_gpl.location.1 = http://glassfish.java.net/public/CDDL+GPL.html
# Common Development and Distribution License, Version 1.1 (with "classpath" GPL exception)
cddl_11_gpl.name = Common Development and Distribution License, Version 1.1 (with "classpath" GPL exception)
cddl_11_gpl.name.1 = CDDL+GPL License
cddl_11_gpl.name.2 = CDDL + GPLv2 with classpath exception
cddl_11_gpl.location = https://glassfish.java.net/public/CDDL+GPL_1_1.html
cddl_11_gpl.location.1 = http://glassfish.java.net/public/CDDL+GPL_1_1.html
cddl_11_gpl.location.2 = http://glassfish.java.net/nonav/public/CDDL+GPL_1_1.html
cddl_11_gpl.location.3 = https://glassfish.java.net/nonav/public/CDDL+GPL_1_1.html
# Common Public License Version 1.0
cpl_10.name = Common Public License Version 1.0
cpl_10.name.1 = CPL 1.0
cpl_10.location = http://opensource.org/licenses/cpl1.0
cpl_10.location.1 = http://www.opensource.org/licenses/cpl1.0.txt
cpl_10.location.2 = http://glassfish.dev.java.net/public/CDDL+GPL.html
cpl_10.location.3 = https://glassfish.dev.java.net/public/CDDL+GPL.html
# Eclipse Public License, Version 1.0
epl_10.name = Eclipse Public License, Version 1.0
epl_10.name.1 = Eclipse Public License - v 1.0
epl_10.location = http://www.eclipse.org/legal/epl-v10.html
epl_10.location.1 = https://www.eclipse.org/legal/epl-v10.html
epl_10.location.2 = http://www.eclipse.org/org/documents/epl-v10.php
# GNU General Public License, Version 2
gpl_2.name = GNU General Public License, Version 2
gpl_2.name.1 = GPL v2
gpl_2.location = http://www.gnu.org/licenses/gpl-2.0.html
gpl_2.location.1 = http://www.gnu.org/licenses/gpl-2.0.txt
# JSON License
json.name = JSON License
json.location = http://www.json.org/license.html
# GNU Lesser General Public License
lgpl.name = GNU Lesser General Public License
lgpl.name.1 = THE GNU LESSER GENERAL PUBLIC LICENSE (version 1)
lgpl.location = http://www.gnu.org/licenses/lgpl.txt
lgpl.location.1 = http://www.gnu.org/licenses/lgpl.html
# GNU Lesser General Public License, Version 2.1
lgpl_21.name = GNU Lesser General Public License, Version 2.1
lgpl_21.location = http://www.gnu.org/licenses/lgpl-2.1.html
# MIT License
mit.name = MIT License
mit.name.1 = MIT
mit.name.2 = The MIT License
mit.location = http://opensource.org/licenses/mit
mit.location.1 = http://opensource.org/licenses/MIT
mit.location.2 = http://www.easymock.org/License.html
mit.location.3 = http://code.google.com/p/mockito/wiki/License
# Mozilla Public License 1.1
mpl_11.name = Mozilla Public License, Version 1.1
mpl_11.name.1 = MPL 1.1
mpl_11.location = http://www.mozilla.org/MPL/1.1/
mpl_11.location.1 = http://www.mozilla.org/MPL/MPL-1.1.txt
# Mozilla Public License 2.0
mpl_20.name = Mozilla Public License, Version 2.0
mpl_20.name.1 = MPL 2.0
mpl_20.location = http://www.mozilla.org/MPL/2.0/
mpl_20.location.1 = http://www.mozilla.org/MPL/2.0/index.txt
# Public Domain
public_domain.name = Public Domain
public_domain.location = http://en.wikipedia.org/wiki/Public_domain