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