licensee 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/licensee/version.rb +1 -1
- data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +694 -0
- data/vendor/choosealicense.com/_licenses/apache-2.0.txt +237 -0
- data/vendor/choosealicense.com/_licenses/artistic-2.0.txt +228 -0
- data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +53 -0
- data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +55 -0
- data/vendor/choosealicense.com/_licenses/epl-1.0.txt +240 -0
- data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +375 -0
- data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +707 -0
- data/vendor/choosealicense.com/_licenses/lgpl-2.1.txt +537 -0
- data/vendor/choosealicense.com/_licenses/lgpl-3.0.txt +198 -0
- data/vendor/choosealicense.com/_licenses/mit.txt +49 -0
- data/vendor/choosealicense.com/_licenses/mpl-2.0.txt +391 -0
- metadata +43 -19
- checksums.yaml +0 -7
@@ -0,0 +1,237 @@
|
|
1
|
+
---
|
2
|
+
title: Apache License 2.0
|
3
|
+
category: Apache
|
4
|
+
layout: license
|
5
|
+
permalink: /licenses/apache-2.0/
|
6
|
+
redirect_from: /licenses/apache/
|
7
|
+
|
8
|
+
featured: true
|
9
|
+
|
10
|
+
description: A permissive license that also provides an express grant of patent rights from contributors to users.
|
11
|
+
|
12
|
+
note: The Apache Foundation recommends taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice at the very end of the license in the appendix.
|
13
|
+
|
14
|
+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
|
15
|
+
|
16
|
+
source: http://www.apache.org/licenses/LICENSE-2.0.html
|
17
|
+
|
18
|
+
required:
|
19
|
+
- include-copyright
|
20
|
+
- document-changes
|
21
|
+
|
22
|
+
permitted:
|
23
|
+
- commercial-use
|
24
|
+
- modifications
|
25
|
+
- distribution
|
26
|
+
- sublicense
|
27
|
+
- patent-grant
|
28
|
+
|
29
|
+
- private-use
|
30
|
+
|
31
|
+
forbidden:
|
32
|
+
- trademark-use
|
33
|
+
- no-liability
|
34
|
+
|
35
|
+
---
|
36
|
+
|
37
|
+
Apache License
|
38
|
+
Version 2.0, January 2004
|
39
|
+
http://www.apache.org/licenses/
|
40
|
+
|
41
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
42
|
+
|
43
|
+
1. Definitions.
|
44
|
+
|
45
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
46
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
47
|
+
|
48
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
49
|
+
the copyright owner that is granting the License.
|
50
|
+
|
51
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
52
|
+
other entities that control, are controlled by, or are under common
|
53
|
+
control with that entity. For the purposes of this definition,
|
54
|
+
"control" means (i) the power, direct or indirect, to cause the
|
55
|
+
direction or management of such entity, whether by contract or
|
56
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
57
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
58
|
+
|
59
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
60
|
+
exercising permissions granted by this License.
|
61
|
+
|
62
|
+
"Source" form shall mean the preferred form for making modifications,
|
63
|
+
including but not limited to software source code, documentation
|
64
|
+
source, and configuration files.
|
65
|
+
|
66
|
+
"Object" form shall mean any form resulting from mechanical
|
67
|
+
transformation or translation of a Source form, including but
|
68
|
+
not limited to compiled object code, generated documentation,
|
69
|
+
and conversions to other media types.
|
70
|
+
|
71
|
+
"Work" shall mean the work of authorship, whether in Source or
|
72
|
+
Object form, made available under the License, as indicated by a
|
73
|
+
copyright notice that is included in or attached to the work
|
74
|
+
(an example is provided in the Appendix below).
|
75
|
+
|
76
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
77
|
+
form, that is based on (or derived from) the Work and for which the
|
78
|
+
editorial revisions, annotations, elaborations, or other modifications
|
79
|
+
represent, as a whole, an original work of authorship. For the purposes
|
80
|
+
of this License, Derivative Works shall not include works that remain
|
81
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
82
|
+
the Work and Derivative Works thereof.
|
83
|
+
|
84
|
+
"Contribution" shall mean any work of authorship, including
|
85
|
+
the original version of the Work and any modifications or additions
|
86
|
+
to that Work or Derivative Works thereof, that is intentionally
|
87
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
88
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
89
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
90
|
+
means any form of electronic, verbal, or written communication sent
|
91
|
+
to the Licensor or its representatives, including but not limited to
|
92
|
+
communication on electronic mailing lists, source code control systems,
|
93
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
94
|
+
Licensor for the purpose of discussing and improving the Work, but
|
95
|
+
excluding communication that is conspicuously marked or otherwise
|
96
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
97
|
+
|
98
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
99
|
+
on behalf of whom a Contribution has been received by Licensor and
|
100
|
+
subsequently incorporated within the Work.
|
101
|
+
|
102
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
103
|
+
this License, each Contributor hereby grants to You a perpetual,
|
104
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
105
|
+
copyright license to reproduce, prepare Derivative Works of,
|
106
|
+
publicly display, publicly perform, sublicense, and distribute the
|
107
|
+
Work and such Derivative Works in Source or Object form.
|
108
|
+
|
109
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
110
|
+
this License, each Contributor hereby grants to You a perpetual,
|
111
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
112
|
+
(except as stated in this section) patent license to make, have made,
|
113
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
114
|
+
where such license applies only to those patent claims licensable
|
115
|
+
by such Contributor that are necessarily infringed by their
|
116
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
117
|
+
with the Work to which such Contribution(s) was submitted. If You
|
118
|
+
institute patent litigation against any entity (including a
|
119
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
120
|
+
or a Contribution incorporated within the Work constitutes direct
|
121
|
+
or contributory patent infringement, then any patent licenses
|
122
|
+
granted to You under this License for that Work shall terminate
|
123
|
+
as of the date such litigation is filed.
|
124
|
+
|
125
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
126
|
+
Work or Derivative Works thereof in any medium, with or without
|
127
|
+
modifications, and in Source or Object form, provided that You
|
128
|
+
meet the following conditions:
|
129
|
+
|
130
|
+
(a) You must give any other recipients of the Work or
|
131
|
+
Derivative Works a copy of this License; and
|
132
|
+
|
133
|
+
(b) You must cause any modified files to carry prominent notices
|
134
|
+
stating that You changed the files; and
|
135
|
+
|
136
|
+
(c) You must retain, in the Source form of any Derivative Works
|
137
|
+
that You distribute, all copyright, patent, trademark, and
|
138
|
+
attribution notices from the Source form of the Work,
|
139
|
+
excluding those notices that do not pertain to any part of
|
140
|
+
the Derivative Works; and
|
141
|
+
|
142
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
143
|
+
distribution, then any Derivative Works that You distribute must
|
144
|
+
include a readable copy of the attribution notices contained
|
145
|
+
within such NOTICE file, excluding those notices that do not
|
146
|
+
pertain to any part of the Derivative Works, in at least one
|
147
|
+
of the following places: within a NOTICE text file distributed
|
148
|
+
as part of the Derivative Works; within the Source form or
|
149
|
+
documentation, if provided along with the Derivative Works; or,
|
150
|
+
within a display generated by the Derivative Works, if and
|
151
|
+
wherever such third-party notices normally appear. The contents
|
152
|
+
of the NOTICE file are for informational purposes only and
|
153
|
+
do not modify the License. You may add Your own attribution
|
154
|
+
notices within Derivative Works that You distribute, alongside
|
155
|
+
or as an addendum to the NOTICE text from the Work, provided
|
156
|
+
that such additional attribution notices cannot be construed
|
157
|
+
as modifying the License.
|
158
|
+
|
159
|
+
You may add Your own copyright statement to Your modifications and
|
160
|
+
may provide additional or different license terms and conditions
|
161
|
+
for use, reproduction, or distribution of Your modifications, or
|
162
|
+
for any such Derivative Works as a whole, provided Your use,
|
163
|
+
reproduction, and distribution of the Work otherwise complies with
|
164
|
+
the conditions stated in this License.
|
165
|
+
|
166
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
167
|
+
any Contribution intentionally submitted for inclusion in the Work
|
168
|
+
by You to the Licensor shall be under the terms and conditions of
|
169
|
+
this License, without any additional terms or conditions.
|
170
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
171
|
+
the terms of any separate license agreement you may have executed
|
172
|
+
with Licensor regarding such Contributions.
|
173
|
+
|
174
|
+
6. Trademarks. This License does not grant permission to use the trade
|
175
|
+
names, trademarks, service marks, or product names of the Licensor,
|
176
|
+
except as required for reasonable and customary use in describing the
|
177
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
178
|
+
|
179
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
180
|
+
agreed to in writing, Licensor provides the Work (and each
|
181
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
182
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
183
|
+
implied, including, without limitation, any warranties or conditions
|
184
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
185
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
186
|
+
appropriateness of using or redistributing the Work and assume any
|
187
|
+
risks associated with Your exercise of permissions under this License.
|
188
|
+
|
189
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
190
|
+
whether in tort (including negligence), contract, or otherwise,
|
191
|
+
unless required by applicable law (such as deliberate and grossly
|
192
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
193
|
+
liable to You for damages, including any direct, indirect, special,
|
194
|
+
incidental, or consequential damages of any character arising as a
|
195
|
+
result of this License or out of the use or inability to use the
|
196
|
+
Work (including but not limited to damages for loss of goodwill,
|
197
|
+
work stoppage, computer failure or malfunction, or any and all
|
198
|
+
other commercial damages or losses), even if such Contributor
|
199
|
+
has been advised of the possibility of such damages.
|
200
|
+
|
201
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
202
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
203
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
204
|
+
or other liability obligations and/or rights consistent with this
|
205
|
+
License. However, in accepting such obligations, You may act only
|
206
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
207
|
+
of any other Contributor, and only if You agree to indemnify,
|
208
|
+
defend, and hold each Contributor harmless for any liability
|
209
|
+
incurred by, or claims asserted against, such Contributor by reason
|
210
|
+
of your accepting any such warranty or additional liability.
|
211
|
+
|
212
|
+
END OF TERMS AND CONDITIONS
|
213
|
+
|
214
|
+
APPENDIX: How to apply the Apache License to your work.
|
215
|
+
|
216
|
+
To apply the Apache License to your work, attach the following
|
217
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
218
|
+
replaced with your own identifying information. (Don't include
|
219
|
+
the brackets!) The text should be enclosed in the appropriate
|
220
|
+
comment syntax for the file format. We also recommend that a
|
221
|
+
file or class name and description of purpose be included on the
|
222
|
+
same "printed page" as the copyright notice for easier
|
223
|
+
identification within third-party archives.
|
224
|
+
|
225
|
+
Copyright {yyyy} {name of copyright owner}
|
226
|
+
|
227
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
228
|
+
you may not use this file except in compliance with the License.
|
229
|
+
You may obtain a copy of the License at
|
230
|
+
|
231
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
232
|
+
|
233
|
+
Unless required by applicable law or agreed to in writing, software
|
234
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
235
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
236
|
+
See the License for the specific language governing permissions and
|
237
|
+
limitations under the License.
|
@@ -0,0 +1,228 @@
|
|
1
|
+
---
|
2
|
+
layout: license
|
3
|
+
title: Artistic License 2.0
|
4
|
+
category: Artistic
|
5
|
+
redirect_from: /licenses/artistic/
|
6
|
+
source: http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
|
7
|
+
permalink: /licenses/artistic-2.0/
|
8
|
+
|
9
|
+
description: Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.
|
10
|
+
|
11
|
+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
12
|
+
|
13
|
+
required:
|
14
|
+
- include-copyright
|
15
|
+
- document-changes
|
16
|
+
|
17
|
+
permitted:
|
18
|
+
- commercial-use
|
19
|
+
- modifications
|
20
|
+
- distribution
|
21
|
+
- sublicense
|
22
|
+
- private-use
|
23
|
+
|
24
|
+
forbidden:
|
25
|
+
- no-liability
|
26
|
+
- trademark-use
|
27
|
+
---
|
28
|
+
The Artistic License 2.0
|
29
|
+
|
30
|
+
Copyright (c) [year] [fullname]
|
31
|
+
|
32
|
+
Everyone is permitted to copy and distribute verbatim copies
|
33
|
+
of this license document, but changing it is not allowed.
|
34
|
+
|
35
|
+
Preamble
|
36
|
+
|
37
|
+
This license establishes the terms under which a given free software
|
38
|
+
Package may be copied, modified, distributed, and/or redistributed.
|
39
|
+
The intent is that the Copyright Holder maintains some artistic
|
40
|
+
control over the development of that Package while still keeping the
|
41
|
+
Package available as open source and free software.
|
42
|
+
|
43
|
+
You are always permitted to make arrangements wholly outside of this
|
44
|
+
license directly with the Copyright Holder of a given Package. If the
|
45
|
+
terms of this license do not permit the full use that you propose to
|
46
|
+
make of the Package, you should contact the Copyright Holder and seek
|
47
|
+
a different licensing arrangement.
|
48
|
+
|
49
|
+
Definitions
|
50
|
+
|
51
|
+
"Copyright Holder" means the individual(s) or organization(s)
|
52
|
+
named in the copyright notice for the entire Package.
|
53
|
+
|
54
|
+
"Contributor" means any party that has contributed code or other
|
55
|
+
material to the Package, in accordance with the Copyright Holder's
|
56
|
+
procedures.
|
57
|
+
|
58
|
+
"You" and "your" means any person who would like to copy,
|
59
|
+
distribute, or modify the Package.
|
60
|
+
|
61
|
+
"Package" means the collection of files distributed by the
|
62
|
+
Copyright Holder, and derivatives of that collection and/or of
|
63
|
+
those files. A given Package may consist of either the Standard
|
64
|
+
Version, or a Modified Version.
|
65
|
+
|
66
|
+
"Distribute" means providing a copy of the Package or making it
|
67
|
+
accessible to anyone else, or in the case of a company or
|
68
|
+
organization, to others outside of your company or organization.
|
69
|
+
|
70
|
+
"Distributor Fee" means any fee that you charge for Distributing
|
71
|
+
this Package or providing support for this Package to another
|
72
|
+
party. It does not mean licensing fees.
|
73
|
+
|
74
|
+
"Standard Version" refers to the Package if it has not been
|
75
|
+
modified, or has been modified only in ways explicitly requested
|
76
|
+
by the Copyright Holder.
|
77
|
+
|
78
|
+
"Modified Version" means the Package, if it has been changed, and
|
79
|
+
such changes were not explicitly requested by the Copyright
|
80
|
+
Holder.
|
81
|
+
|
82
|
+
"Original License" means this Artistic License as Distributed with
|
83
|
+
the Standard Version of the Package, in its current version or as
|
84
|
+
it may be modified by The Perl Foundation in the future.
|
85
|
+
|
86
|
+
"Source" form means the source code, documentation source, and
|
87
|
+
configuration files for the Package.
|
88
|
+
|
89
|
+
"Compiled" form means the compiled bytecode, object code, binary,
|
90
|
+
or any other form resulting from mechanical transformation or
|
91
|
+
translation of the Source form.
|
92
|
+
|
93
|
+
|
94
|
+
Permission for Use and Modification Without Distribution
|
95
|
+
|
96
|
+
(1) You are permitted to use the Standard Version and create and use
|
97
|
+
Modified Versions for any purpose without restriction, provided that
|
98
|
+
you do not Distribute the Modified Version.
|
99
|
+
|
100
|
+
|
101
|
+
Permissions for Redistribution of the Standard Version
|
102
|
+
|
103
|
+
(2) You may Distribute verbatim copies of the Source form of the
|
104
|
+
Standard Version of this Package in any medium without restriction,
|
105
|
+
either gratis or for a Distributor Fee, provided that you duplicate
|
106
|
+
all of the original copyright notices and associated disclaimers. At
|
107
|
+
your discretion, such verbatim copies may or may not include a
|
108
|
+
Compiled form of the Package.
|
109
|
+
|
110
|
+
(3) You may apply any bug fixes, portability changes, and other
|
111
|
+
modifications made available from the Copyright Holder. The resulting
|
112
|
+
Package will still be considered the Standard Version, and as such
|
113
|
+
will be subject to the Original License.
|
114
|
+
|
115
|
+
|
116
|
+
Distribution of Modified Versions of the Package as Source
|
117
|
+
|
118
|
+
(4) You may Distribute your Modified Version as Source (either gratis
|
119
|
+
or for a Distributor Fee, and with or without a Compiled form of the
|
120
|
+
Modified Version) provided that you clearly document how it differs
|
121
|
+
from the Standard Version, including, but not limited to, documenting
|
122
|
+
any non-standard features, executables, or modules, and provided that
|
123
|
+
you do at least ONE of the following:
|
124
|
+
|
125
|
+
(a) make the Modified Version available to the Copyright Holder
|
126
|
+
of the Standard Version, under the Original License, so that the
|
127
|
+
Copyright Holder may include your modifications in the Standard
|
128
|
+
Version.
|
129
|
+
|
130
|
+
(b) ensure that installation of your Modified Version does not
|
131
|
+
prevent the user installing or running the Standard Version. In
|
132
|
+
addition, the Modified Version must bear a name that is different
|
133
|
+
from the name of the Standard Version.
|
134
|
+
|
135
|
+
(c) allow anyone who receives a copy of the Modified Version to
|
136
|
+
make the Source form of the Modified Version available to others
|
137
|
+
under
|
138
|
+
|
139
|
+
(i) the Original License or
|
140
|
+
|
141
|
+
(ii) a license that permits the licensee to freely copy,
|
142
|
+
modify and redistribute the Modified Version using the same
|
143
|
+
licensing terms that apply to the copy that the licensee
|
144
|
+
received, and requires that the Source form of the Modified
|
145
|
+
Version, and of any works derived from it, be made freely
|
146
|
+
available in that license fees are prohibited but Distributor
|
147
|
+
Fees are allowed.
|
148
|
+
|
149
|
+
|
150
|
+
Distribution of Compiled Forms of the Standard Version
|
151
|
+
or Modified Versions without the Source
|
152
|
+
|
153
|
+
(5) You may Distribute Compiled forms of the Standard Version without
|
154
|
+
the Source, provided that you include complete instructions on how to
|
155
|
+
get the Source of the Standard Version. Such instructions must be
|
156
|
+
valid at the time of your distribution. If these instructions, at any
|
157
|
+
time while you are carrying out such distribution, become invalid, you
|
158
|
+
must provide new instructions on demand or cease further distribution.
|
159
|
+
If you provide valid instructions or cease distribution within thirty
|
160
|
+
days after you become aware that the instructions are invalid, then
|
161
|
+
you do not forfeit any of your rights under this license.
|
162
|
+
|
163
|
+
(6) You may Distribute a Modified Version in Compiled form without
|
164
|
+
the Source, provided that you comply with Section 4 with respect to
|
165
|
+
the Source of the Modified Version.
|
166
|
+
|
167
|
+
|
168
|
+
Aggregating or Linking the Package
|
169
|
+
|
170
|
+
(7) You may aggregate the Package (either the Standard Version or
|
171
|
+
Modified Version) with other packages and Distribute the resulting
|
172
|
+
aggregation provided that you do not charge a licensing fee for the
|
173
|
+
Package. Distributor Fees are permitted, and licensing fees for other
|
174
|
+
components in the aggregation are permitted. The terms of this license
|
175
|
+
apply to the use and Distribution of the Standard or Modified Versions
|
176
|
+
as included in the aggregation.
|
177
|
+
|
178
|
+
(8) You are permitted to link Modified and Standard Versions with
|
179
|
+
other works, to embed the Package in a larger work of your own, or to
|
180
|
+
build stand-alone binary or bytecode versions of applications that
|
181
|
+
include the Package, and Distribute the result without restriction,
|
182
|
+
provided the result does not expose a direct interface to the Package.
|
183
|
+
|
184
|
+
|
185
|
+
Items That are Not Considered Part of a Modified Version
|
186
|
+
|
187
|
+
(9) Works (including, but not limited to, modules and scripts) that
|
188
|
+
merely extend or make use of the Package, do not, by themselves, cause
|
189
|
+
the Package to be a Modified Version. In addition, such works are not
|
190
|
+
considered parts of the Package itself, and are not subject to the
|
191
|
+
terms of this license.
|
192
|
+
|
193
|
+
|
194
|
+
General Provisions
|
195
|
+
|
196
|
+
(10) Any use, modification, and distribution of the Standard or
|
197
|
+
Modified Versions is governed by this Artistic License. By using,
|
198
|
+
modifying or distributing the Package, you accept this license. Do not
|
199
|
+
use, modify, or distribute the Package, if you do not accept this
|
200
|
+
license.
|
201
|
+
|
202
|
+
(11) If your Modified Version has been derived from a Modified
|
203
|
+
Version made by someone other than you, you are nevertheless required
|
204
|
+
to ensure that your Modified Version complies with the requirements of
|
205
|
+
this license.
|
206
|
+
|
207
|
+
(12) This license does not grant you the right to use any trademark,
|
208
|
+
service mark, tradename, or logo of the Copyright Holder.
|
209
|
+
|
210
|
+
(13) This license includes the non-exclusive, worldwide,
|
211
|
+
free-of-charge patent license to make, have made, use, offer to sell,
|
212
|
+
sell, import and otherwise transfer the Package with respect to any
|
213
|
+
patent claims licensable by the Copyright Holder that are necessarily
|
214
|
+
infringed by the Package. If you institute patent litigation
|
215
|
+
(including a cross-claim or counterclaim) against any party alleging
|
216
|
+
that the Package constitutes direct or contributory patent
|
217
|
+
infringement, then this Artistic License to you shall terminate on the
|
218
|
+
date that such litigation is filed.
|
219
|
+
|
220
|
+
(14) Disclaimer of Warranty:
|
221
|
+
THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
|
222
|
+
IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
|
223
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
|
224
|
+
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
|
225
|
+
LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
|
226
|
+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
227
|
+
DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
|
228
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|