1use strict;
2use warnings;
3package Software::License::Artistic_2_0;
4$Software::License::Artistic_2_0::VERSION = '0.104001';
5use parent 'Software::License';
6# ABSTRACT: The Artistic License 2.0
7
8sub name { 'The Artistic License 2.0 (GPL Compatible)' }
9sub url  { 'http://www.perlfoundation.org/artistic_license_2_0' }
10sub meta_name  { 'artistic_2' }
11sub meta2_name { 'artistic_2' }
12sub spdx_expression { 'Artistic-2.0' }
13
141;
15
16=pod
17
18=encoding UTF-8
19
20=head1 NAME
21
22Software::License::Artistic_2_0 - The Artistic License 2.0
23
24=head1 VERSION
25
26version 0.104001
27
28=head1 AUTHOR
29
30Ricardo Signes <rjbs@semiotic.systems>
31
32=head1 COPYRIGHT AND LICENSE
33
34This software is copyright (c) 2021 by Ricardo Signes.
35
36This is free software; you can redistribute it and/or modify it under
37the same terms as the Perl 5 programming language system itself.
38
39=cut
40
41__DATA__
42__LICENSE__
43		       The Artistic License 2.0
44
45	    Copyright (c) 2000-2006, The Perl Foundation.
46
47     Everyone is permitted to copy and distribute verbatim copies
48      of this license document, but changing it is not allowed.
49
50Preamble
51
52This license establishes the terms under which a given free software
53Package may be copied, modified, distributed, and/or redistributed.
54The intent is that the Copyright Holder maintains some artistic
55control over the development of that Package while still keeping the
56Package available as open source and free software.
57
58You are always permitted to make arrangements wholly outside of this
59license directly with the Copyright Holder of a given Package.  If the
60terms of this license do not permit the full use that you propose to
61make of the Package, you should contact the Copyright Holder and seek
62a different licensing arrangement.
63
64Definitions
65
66    "Copyright Holder" means the individual(s) or organization(s)
67    named in the copyright notice for the entire Package.
68
69    "Contributor" means any party that has contributed code or other
70    material to the Package, in accordance with the Copyright Holder's
71    procedures.
72
73    "You" and "your" means any person who would like to copy,
74    distribute, or modify the Package.
75
76    "Package" means the collection of files distributed by the
77    Copyright Holder, and derivatives of that collection and/or of
78    those files. A given Package may consist of either the Standard
79    Version, or a Modified Version.
80
81    "Distribute" means providing a copy of the Package or making it
82    accessible to anyone else, or in the case of a company or
83    organization, to others outside of your company or organization.
84
85    "Distributor Fee" means any fee that you charge for Distributing
86    this Package or providing support for this Package to another
87    party.  It does not mean licensing fees.
88
89    "Standard Version" refers to the Package if it has not been
90    modified, or has been modified only in ways explicitly requested
91    by the Copyright Holder.
92
93    "Modified Version" means the Package, if it has been changed, and
94    such changes were not explicitly requested by the Copyright
95    Holder.
96
97    "Original License" means this Artistic License as Distributed with
98    the Standard Version of the Package, in its current version or as
99    it may be modified by The Perl Foundation in the future.
100
101    "Source" form means the source code, documentation source, and
102    configuration files for the Package.
103
104    "Compiled" form means the compiled bytecode, object code, binary,
105    or any other form resulting from mechanical transformation or
106    translation of the Source form.
107
108
109Permission for Use and Modification Without Distribution
110
111(1)  You are permitted to use the Standard Version and create and use
112Modified Versions for any purpose without restriction, provided that
113you do not Distribute the Modified Version.
114
115
116Permissions for Redistribution of the Standard Version
117
118(2)  You may Distribute verbatim copies of the Source form of the
119Standard Version of this Package in any medium without restriction,
120either gratis or for a Distributor Fee, provided that you duplicate
121all of the original copyright notices and associated disclaimers.  At
122your discretion, such verbatim copies may or may not include a
123Compiled form of the Package.
124
125(3)  You may apply any bug fixes, portability changes, and other
126modifications made available from the Copyright Holder.  The resulting
127Package will still be considered the Standard Version, and as such
128will be subject to the Original License.
129
130
131Distribution of Modified Versions of the Package as Source
132
133(4)  You may Distribute your Modified Version as Source (either gratis
134or for a Distributor Fee, and with or without a Compiled form of the
135Modified Version) provided that you clearly document how it differs
136from the Standard Version, including, but not limited to, documenting
137any non-standard features, executables, or modules, and provided that
138you do at least ONE of the following:
139
140    (a)  make the Modified Version available to the Copyright Holder
141    of the Standard Version, under the Original License, so that the
142    Copyright Holder may include your modifications in the Standard
143    Version.
144
145    (b)  ensure that installation of your Modified Version does not
146    prevent the user installing or running the Standard Version. In
147    addition, the Modified Version must bear a name that is different
148    from the name of the Standard Version.
149
150    (c)  allow anyone who receives a copy of the Modified Version to
151    make the Source form of the Modified Version available to others
152    under
153
154	(i)  the Original License or
155
156	(ii)  a license that permits the licensee to freely copy,
157	modify and redistribute the Modified Version using the same
158	licensing terms that apply to the copy that the licensee
159	received, and requires that the Source form of the Modified
160	Version, and of any works derived from it, be made freely
161	available in that license fees are prohibited but Distributor
162	Fees are allowed.
163
164
165Distribution of Compiled Forms of the Standard Version
166or Modified Versions without the Source
167
168(5)  You may Distribute Compiled forms of the Standard Version without
169the Source, provided that you include complete instructions on how to
170get the Source of the Standard Version.  Such instructions must be
171valid at the time of your distribution.  If these instructions, at any
172time while you are carrying out such distribution, become invalid, you
173must provide new instructions on demand or cease further distribution.
174If you provide valid instructions or cease distribution within thirty
175days after you become aware that the instructions are invalid, then
176you do not forfeit any of your rights under this license.
177
178(6)  You may Distribute a Modified Version in Compiled form without
179the Source, provided that you comply with Section 4 with respect to
180the Source of the Modified Version.
181
182
183Aggregating or Linking the Package
184
185(7)  You may aggregate the Package (either the Standard Version or
186Modified Version) with other packages and Distribute the resulting
187aggregation provided that you do not charge a licensing fee for the
188Package.  Distributor Fees are permitted, and licensing fees for other
189components in the aggregation are permitted. The terms of this license
190apply to the use and Distribution of the Standard or Modified Versions
191as included in the aggregation.
192
193(8) You are permitted to link Modified and Standard Versions with
194other works, to embed the Package in a larger work of your own, or to
195build stand-alone binary or bytecode versions of applications that
196include the Package, and Distribute the result without restriction,
197provided the result does not expose a direct interface to the Package.
198
199
200Items That are Not Considered Part of a Modified Version
201
202(9) Works (including, but not limited to, modules and scripts) that
203merely extend or make use of the Package, do not, by themselves, cause
204the Package to be a Modified Version.  In addition, such works are not
205considered parts of the Package itself, and are not subject to the
206terms of this license.
207
208
209General Provisions
210
211(10)  Any use, modification, and distribution of the Standard or
212Modified Versions is governed by this Artistic License. By using,
213modifying or distributing the Package, you accept this license. Do not
214use, modify, or distribute the Package, if you do not accept this
215license.
216
217(11)  If your Modified Version has been derived from a Modified
218Version made by someone other than you, you are nevertheless required
219to ensure that your Modified Version complies with the requirements of
220this license.
221
222(12)  This license does not grant you the right to use any trademark,
223service mark, tradename, or logo of the Copyright Holder.
224
225(13)  This license includes the non-exclusive, worldwide,
226free-of-charge patent license to make, have made, use, offer to sell,
227sell, import and otherwise transfer the Package with respect to any
228patent claims licensable by the Copyright Holder that are necessarily
229infringed by the Package. If you institute patent litigation
230(including a cross-claim or counterclaim) against any party alleging
231that the Package constitutes direct or contributory patent
232infringement, then this Artistic License to you shall terminate on the
233date that such litigation is filed.
234
235(14)  Disclaimer of Warranty:
236THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
237IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
238WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
239NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
240LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
241BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
242DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
243ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
244