0aa090ab2096d6b1a3430c54298bf3e7acd16521
[p5sagit/p5-mst-13.2.git] / pod / perlartistic.pod
1 =pod
2
3 =head1 The "Artistic License"
4
5 This document includes the Perl Artistic License, one of the two
6 alternatives licenses under which Perl can be redistributed and/or
7 modified.  See also the GNU General Public License L<perlgpl>.
8
9 =head2 Preamble
10
11 The intent of this document is to state the conditions under which a
12 Package may be copied, such that the Copyright Holder maintains some
13 semblance of artistic control over the development of the package,
14 while giving the users of the package the right to use and distribute
15 the Package in a more-or-less customary fashion, plus the right to make
16 reasonable modifications.
17
18 Definitions:
19
20 =over 5
21
22 =item Package
23
24         "Package" refers to the collection of files distributed by the
25         Copyright Holder, and derivatives of that collection of files
26         created through textual modification.
27
28 =item Standard Version
29
30         "Standard Version" refers to such a Package if it has not been
31         modified, or has been modified in accordance with the wishes
32         of the Copyright Holder as specified below.
33
34 =item Copyright Holder
35
36         "Copyright Holder" is whoever is named in the copyright or
37         copyrights for the package.
38
39 =item You
40
41         "You" is you, if you're thinking about copying or distributing
42         this Package.
43
44 =item Reasonable copying fee
45
46         "Reasonable copying fee" is whatever you can justify on the
47         basis of media cost, duplication charges, time of people involved,
48         and so on.  (You will not be required to justify it to the
49         Copyright Holder, but only to the computing community at large
50         as a market that must bear the fee.)
51
52 =item Freely Available
53
54         "Freely Available" means that no fee is charged for the item
55         itself, though there may be fees involved in handling the item.
56         It also means that recipients of the item may redistribute it
57         under the same conditions they received it.
58
59 =back
60
61 =over 4
62
63 =item 1.
64
65 You may make and give away verbatim copies of the source form of the
66 Standard Version of this Package without restriction, provided that you
67 duplicate all of the original copyright notices and associated disclaimers.
68
69 =item 2.
70
71 You may apply bug fixes, portability fixes and other modifications
72 derived from the Public Domain or from the Copyright Holder.  A Package
73 modified in such a way shall still be considered the Standard Version.
74
75 =item 3.
76
77 You may otherwise modify your copy of this Package in any way, provided
78 that you insert a prominent notice in each changed file stating how and
79 when you changed that file, and provided that you do at least ONE of the
80 following:
81
82 =over 4
83
84 =item *
85
86     a) place your modifications in the Public Domain or otherwise make them
87     Freely Available, such as by posting said modifications to Usenet or
88     an equivalent medium, or placing the modifications on a major archive
89     site such as uunet.uu.net, or by allowing the Copyright Holder to include
90     your modifications in the Standard Version of the Package.
91
92 =item *
93
94     b) use the modified Package only within your corporation or organization.
95
96 =item *
97
98     c) rename any non-standard executables so the names do not conflict
99     with standard executables, which must also be provided, and provide
100     a separate manual page for each non-standard executable that clearly
101     documents how it differs from the Standard Version.
102
103 =item *
104
105     d) make other distribution arrangements with the Copyright Holder.
106
107 =back
108
109 =item 4.
110
111 You may distribute the programs of this Package in object code or
112 executable form, provided that you do at least ONE of the following:
113
114 =over 4
115
116 =item *
117
118     a) distribute a Standard Version of the executables and library files,
119     together with instructions (in the manual page or equivalent) on where
120     to get the Standard Version.
121
122 =item *
123
124     b) accompany the distribution with the machine-readable source of
125     the Package with your modifications.
126
127 =item *
128
129     c) give non-standard executables non-standard names, and clearly
130     document the differences in manual pages (or equivalent), together
131     with instructions on where to get the Standard Version.
132
133 =item *
134
135     d) make other distribution arrangements with the Copyright Holder.
136
137 =back
138
139 =item 5.
140
141 You may charge a reasonable copying fee for any distribution of this
142 Package.  You may charge any fee you choose for support of this
143 Package.  You may not charge a fee for this Package itself.  However,
144 you may distribute this Package in aggregate with other (possibly
145 commercial) programs as part of a larger (possibly commercial) software
146 distribution provided that you do not advertise this Package as a
147 product of your own.  You may embed this Package's interpreter within
148 an executable of yours (by linking); this shall be construed as a mere
149 form of aggregation, provided that the complete Standard Version of the
150 interpreter is so embedded.
151
152 =item 6.
153
154 The scripts and library files supplied as input to or produced as
155 output from the programs of this Package do not automatically fall
156 under the copyright of this Package, but belong to whoever generated
157 them, and may be sold commercially, and may be aggregated with this
158 Package.  If such scripts or library files are aggregated with this
159 Package via the so-called "undump" or "unexec" methods of producing a
160 binary executable image, then distribution of such an image shall
161 neither be construed as a distribution of this Package nor shall it
162 fall under the restrictions of Paragraphs 3 and 4, provided that you do
163 not represent such an executable image as a Standard Version of this
164 Package.
165
166 =item 7.
167
168 C subroutines (or comparably compiled subroutines in other
169 languages) supplied by you and linked into this Package in order to
170 emulate subroutines and variables of the language defined by this
171 Package shall not be considered part of this Package, but are the
172 equivalent of input as in Paragraph 6, provided these subroutines do
173 not change the language in any way that would cause it to fail the
174 regression tests for the language.
175
176 =item 8.
177
178 Aggregation of this Package with a commercial distribution is always
179 permitted provided that the use of this Package is embedded; that is,
180 when no overt attempt is made to make this Package's interfaces visible
181 to the end user of the commercial distribution.  Such use shall not be
182 construed as a distribution of this Package.
183
184 =item 9.
185
186 The name of the Copyright Holder may not be used to endorse or promote
187 products derived from this software without specific prior written permission.
188
189 =item 10.
190
191 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
192 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
193 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
194
195 =back
196
197 The End
198
199 =cut