/itexToMML

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