root/tags/lgt291/LICENSE

Revision 2, 4.7 KB (checked in by pmoura, 7 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1The Artistic License
2
3Preamble
4
5The intent of this document is to state the conditions under which a
6Package may be copied, such that the Copyright Holder maintains some
7semblance of artistic control over the development of the package, while
8giving the users of the package the right to use and distribute the
9Package in a more-or-less customary fashion, plus the right to make
10reasonable modifications.
11
12Definitions:
13
14-  "Package" refers to the collection of files distributed by the
15Copyright Holder, and derivatives of that collection of files created
16through textual modification.
17
18-  "Standard Version" refers to such a Package if it has not been
19modified, or has been modified in accordance with the wishes of the
20Copyright Holder.
21
22-  "Copyright Holder" is whoever is named in the copyright or copyrights
23for the package.
24
25-  "You" is you, if you're thinking about copying or distributing this
26Package.
27
28-  "Reasonable copying fee" is whatever you can justify on the basis of
29media cost, duplication charges, time of people involved, and so on.
30(You will not be required to justify it to the Copyright Holder, but
31only to the computing community at large as a market that must bear the
32fee.)
33
34-  "Freely Available" means that no fee is charged for the item itself,
35though there may be fees involved in handling the item. It also means
36that recipients of the item may redistribute it under the same
37conditions they received it.
38
391. You may make and give away verbatim copies of the source form of the
40Standard Version of this Package without restriction, provided that you
41duplicate all of the original copyright notices and associated
42disclaimers.
43
442. You may apply bug fixes, portability fixes and other modifications
45derived from the Public Domain or from the Copyright Holder. A Package
46modified in such a way shall still be considered the Standard Version.
47
483. You may otherwise modify your copy of this Package in any way,
49provided that you insert a prominent notice in each changed file stating
50how and when you changed that file, and provided that you do at least
51ONE of the following:
52
53a) place your modifications in the Public Domain or otherwise make them
54Freely Available, such as by posting said modifications to Usenet or an
55equivalent medium, or placing the modifications on a major archive site
56such as ftp.uu.net, or by allowing the Copyright Holder to include your
57modifications in the Standard Version of the Package.
58
59b) use the modified Package only within your corporation or
60organization.
61
62c) rename any non-standard executables so the names do not conflict with
63standard executables, which must also be provided, and provide a
64separate manual page for each non-standard executable that clearly
65documents how it differs from the Standard Version.
66
67d) make other distribution arrangements with the Copyright Holder.
68
694. You may distribute the programs of this Package in object code or
70executable form, provided that you do at least ONE of the following:
71
72a) distribute a Standard Version of the executables and library files,
73together with instructions (in the manual page or equivalent) on where
74to get the Standard Version.
75
76b) accompany the distribution with the machine-readable source of the
77Package with your modifications.
78
79c) accompany any non-standard executables with their corresponding
80Standard Version executables, giving the non-standard executables
81non-standard names, and clearly documenting the differences in manual
82pages (or equivalent), together with instructions on where to get the
83Standard Version.
84
85d) make other distribution arrangements with the Copyright Holder.
86
875. You may charge a reasonable copying fee for any distribution of this
88Package. You may charge any fee you choose for support of this Package.
89You may not charge a fee for this Package itself. However, you may
90distribute this Package in aggregate with other (possibly commercial)
91programs as part of a larger (possibly commercial) software distribution
92provided that you do not advertise this Package as a product of your
93own.
94
956. The scripts and library files supplied as input to or produced as
96output from the programs of this Package do not automatically fall under
97the copyright of this Package, but belong to whomever generated them,
98and may be sold commercially, and may be aggregated with this Package.
99
1007. C or perl subroutines supplied by you and linked into this Package
101shall not be considered part of this Package.
102
1038. The name of the Copyright Holder may not be used to endorse or
104promote products derived from this software without specific prior
105written permission.
106
1079. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
108WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
109MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
110
111The End
Note: See TracBrowser for help on using the browser.