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