]> 4ch.mooo.com Git - test.git/blob - license
modified: config.php
[test.git] / license
1 This license is a free software license, compatible with the GNU General
2 Public License (GPL).  It is the minimal set of changes needed to correct
3 the vagueness of the Original Artistic License.
4
5 Text'ified by Randy McDowell (stainless@users.sourceforge.net).
6
7
8                      - The Clarified Artistic License -
9
10 i. Preamble
11
12     The intent of this document is to state the conditions under which a
13     Package may be copied, such that the Copyright Holder maintains some
14     semblance of artistic control over the development of the package, while
15     giving the users of the package the right to use and distribute the
16     Package in a more-or-less customary fashion, plus the right to make
17     reasonable modifications.
18
19 ii. Definitions:
20
21     "Package" refers to the collection of files distributed by the Copyright
22     Holder, and derivatives of that collection of files created through
23     textual modification. 
24
25     "Standard Version" refers to such a Package if it has not been modified,
26     or has been modified in accordance with the wishes of the Copyright
27     Holder as specified below. 
28
29     "Copyright Holder" is whoever is named in the copyright or copyrights
30     for the package. 
31
32     "You" is you, if you're thinking about copying or distributing this
33     Package.
34
35     "Distribution fee" is a fee you charge for providing a copy of this
36     Package to another party. 
37
38     "Freely Available" means that no fee is charged for the right to use the
39     item, though there may be fees involved in handling the item.  It also
40     means that recipients of the item may redistribute it under the same
41     conditions they received it.
42
43 iii. Context
44
45     1. You may make and give away verbatim copies of the source form of the
46        Standard Version of this Package without restriction, provided that
47        you duplicate all of the original copyright notices and associated
48        disclaimers.
49
50     2. You may apply bug fixes, portability fixes and other modifications
51        derived from the Public Domain, or those made Freely Available, or
52        from the Copyright Holder.  A Package modified in such a way shall
53        still be considered the Standard Version. 
54
55     3. You may otherwise modify your copy of this Package in any way,
56        provided that you insert a prominent notice in each changed file
57        stating how and when you changed that file, and provided that you do
58        at least ONE of the following:
59
60        a) place your modifications in the Public Domain or otherwise make
61           them Freely Available, such as by posting said modifications to
62           Usenet or an equivalent medium, or placing the modifications on a
63           major network archive site allowing unrestricted access to them,
64           or by allowing the Copyright Holder to include your modifications
65           in the Standard Version of the Package.
66
67        b) use the modified Package only within your corporation or
68           organization.
69
70        c) rename any non-standard executables so the names do not conflict
71           with standard executables, which must also be provided, and
72           provide a separate manual page for each non-standard executable
73           that clearly documents how it differs from the Standard Version. 
74
75        d) make other distribution arrangements with the Copyright Holder.
76
77        e) permit and encourge anyone who receives a copy of the modified
78           Package permission to make your modifications Freely Available in
79           some specific way.
80
81     4. You may distribute the programs of this Package in object code or
82        executable form, provided that you do at least ONE of the following: 
83
84        a) distribute a Standard Version of the executables and library
85           files, together with instructions (in the manual page or
86           equivalent) on where to get the Standard Version. 
87
88        b) accompany the distribution with the machine-readable source of the
89           Package with your modifications. 
90
91        c) give non-standard executables non-standard names, and clearly
92           document the differences in manual pages (or equivalent), together
93           with instructions on where to get the Standard Version. 
94
95        d) make other distribution arrangements with the Copyright Holder.
96
97        e) offer the machine-readable source of the Package, with your
98           modifications, by mail order. 
99
100     5. You may charge a distribution fee for any distribution of this
101        Package.  If you offer support for this Package, you may charge any
102        fee you choose for that support.  You may not charge a license fee
103        for the right to use this Package itself.  You may distribute this
104        Package in aggregate with other (possibly commercial and possibly
105        nonfree) programs as part of a larger (possibly commercial and
106        possibly nonfree) software distribution, and charge license fees for
107        other parts of that software distribution, provided that you do not
108        advertise this Package as a product of your own.  If the Package
109        includes an interpreter, You may embed this Package's interpreter
110        within an executable of yours (by linking); this shall be construed
111        as a mere form of aggregation, provided that the complete Standard
112        Version of the interpreter is so embedded.
113
114     6. The scripts and library files supplied as input to or produced as
115        output from the programs of this Package do not automatically fall
116        under the copyright of this Package, but belong to whoever generated
117        them, and may be sold commercially, and may be aggregated with this
118        Package.  If such scripts or library files are aggregated with this
119        Package via the so-called "undump" or "unexec" methods of producing a
120        binary executable image, then distribution of such an image shall
121        neither be construed as a distribution of this Package nor shall it
122        fall under the restrictions of Paragraphs 3 and 4, provided that you
123        do not represent such an executable image as a Standard Version of
124        this Package. 
125
126     7. C subroutines (or comparably compiled subroutines in other languages)
127        supplied by you and linked into this Package in order to emulate
128        subroutines and variables of the language defined by this Package
129        shall not be considered part of this Package, but are the equivalent
130        of input as in Paragraph 6, provided these subroutines do not change
131        the language in any way that would cause it to fail the regression
132        tests for the language.
133
134     8. Aggregation of the Standard Version of the Package with a commercial
135        distribution is always permitted provided that the use of this
136        Package is embedded; that is, when no overt attempt is made to make
137        this Package's interfaces visible to the end user of the commercial
138        distribution.  Such use shall not be construed as a distribution of
139        this Package.
140
141     9. The name of the Copyright Holder may not be used to endorse or
142        promote products derived from this software without specific prior
143        written permission.
144
145    10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
146        WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
147        MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.