1 Except where explicitly stated otherwise within the contents of a file,
2 this distribution and all the files in it are Copyright (C) 1996-1999
3 by Brad Appleton. All rights reserved.
5 Pod-Parser is free software; you can redistribute it and/or modify it
6 under the terms of the Artistic License distributed with Perl version
7 5.000 or (at your option) any later version. Please refer to the
8 Artistic License that came with your Perl distribution for more
9 details. If your version of Perl was not distributed under the
10 terms of the Artistic License, than you may distribute Pod-Parser
11 under the same terms as Perl itself.
13 The Artistic License should have been included in your distribution of
14 Perl. It resides in the file named "Artistic" at the top-level of the
15 Perl source tree (where Perl was downloaded/unpacked -- ask your
16 system administrator if you dont know where this is). Alternatively,
17 the current version of the Artistic License distributed with Perl can
18 be viewed on-line on the World-Wide Web (WWW) from the following URL:
20 http://www.perl.com/perl/misc/Artistic.html
22 The latest version of Perl can be obtained on the World-Wide web (WWW)
23 from the following URL:
25 http://www.perl.com/CPAN/src/latest.tar.gz
28 This software is distributed in the hope that it will be useful, but
29 is provided "AS IS" WITHOUT WARRANTY OF ANY KIND, either expressed or
30 implied, INCLUDING, without limitation, the implied warranties of
31 MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE.
33 The ENTIRE RISK as to the quality and performance of the software
34 IS WITH YOU (the holder of the software). Should the software prove
35 defective, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
38 IN NO EVENT WILL ANY COPYRIGHT HOLDER OR ANY OTHER PARTY WHO MAY CREATE,
39 MODIFY, OR DISTRIBUTE THE SOFTWARE BE LIABLE OR RESPONSIBLE TO YOU OR TO
40 ANY OTHER ENTITY FOR ANY KIND OF DAMAGES (no matter how awful - not even
41 if they arise from known or unknown flaws in the software).
43 Please refer to the Artistic License that came with your Perl
44 distribution for more details.
47 ===========================================================================
49 The "Artistic License"
53 The intent of this document is to state the conditions under which a
54 Package may be copied, such that the Copyright Holder maintains some
55 semblance of artistic control over the development of the package,
56 while giving the users of the package the right to use and distribute
57 the Package in a more-or-less customary fashion, plus the right to make
58 reasonable modifications.
62 "Package" refers to the collection of files distributed by the
63 Copyright Holder, and derivatives of that collection of files
64 created through textual modification.
66 "Standard Version" refers to such a Package if it has not been
67 modified, or has been modified in accordance with the wishes
68 of the Copyright Holder as specified below.
70 "Copyright Holder" is whoever is named in the copyright or
71 copyrights for the package.
73 "You" is you, if you're thinking about copying or distributing
76 "Reasonable copying fee" is whatever you can justify on the
77 basis of media cost, duplication charges, time of people involved,
78 and so on. (You will not be required to justify it to the
79 Copyright Holder, but only to the computing community at large
80 as a market that must bear the fee.)
82 "Freely Available" means that no fee is charged for the item
83 itself, though there may be fees involved in handling the item.
84 It also means that recipients of the item may redistribute it
85 under the same conditions they received it.
87 1. You may make and give away verbatim copies of the source form of the
88 Standard Version of this Package without restriction, provided that you
89 duplicate all of the original copyright notices and associated disclaimers.
91 2. You may apply bug fixes, portability fixes and other modifications
92 derived from the Public Domain or from the Copyright Holder. A Package
93 modified in such a way shall still be considered the Standard Version.
95 3. You may otherwise modify your copy of this Package in any way, provided
96 that you insert a prominent notice in each changed file stating how and
97 when you changed that file, and provided that you do at least ONE of the
100 a) place your modifications in the Public Domain or otherwise make them
101 Freely Available, such as by posting said modifications to Usenet or
102 an equivalent medium, or placing the modifications on a major archive
103 site such as uunet.uu.net, or by allowing the Copyright Holder to include
104 your modifications in the Standard Version of the Package.
106 b) use the modified Package only within your corporation or organization.
108 c) rename any non-standard executables so the names do not conflict
109 with standard executables, which must also be provided, and provide
110 a separate manual page for each non-standard executable that clearly
111 documents how it differs from the Standard Version.
113 d) make other distribution arrangements with the Copyright Holder.
115 4. 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:
118 a) distribute a Standard Version of the executables and library files,
119 together with instructions (in the manual page or equivalent) on where
120 to get the Standard Version.
122 b) accompany the distribution with the machine-readable source of
123 the Package with your modifications.
125 c) give non-standard executables non-standard names, and clearly
126 document the differences in manual pages (or equivalent), together
127 with instructions on where to get the Standard Version.
129 d) make other distribution arrangements with the Copyright Holder.
131 5. You may charge a reasonable copying fee for any distribution of this
132 Package. You may charge any fee you choose for support of this
133 Package. You may not charge a fee for this Package itself. However,
134 you may distribute this Package in aggregate with other (possibly
135 commercial) programs as part of a larger (possibly commercial) software
136 distribution provided that you do not advertise this Package as a
137 product of your own. You may embed this Package's interpreter within
138 an executable of yours (by linking); this shall be construed as a mere
139 form of aggregation, provided that the complete Standard Version of the
140 interpreter is so embedded.
142 6. The scripts and library files supplied as input to or produced as
143 output from the programs of this Package do not automatically fall
144 under the copyright of this Package, but belong to whoever generated
145 them, and may be sold commercially, and may be aggregated with this
146 Package. If such scripts or library files are aggregated with this
147 Package via the so-called "undump" or "unexec" methods of producing a
148 binary executable image, then distribution of such an image shall
149 neither be construed as a distribution of this Package nor shall it
150 fall under the restrictions of Paragraphs 3 and 4, provided that you do
151 not represent such an executable image as a Standard Version of this
154 7. C subroutines (or comparably compiled subroutines in other
155 languages) supplied by you and linked into this Package in order to
156 emulate subroutines and variables of the language defined by this
157 Package shall not be considered part of this Package, but are the
158 equivalent of input as in Paragraph 6, provided these subroutines do
159 not change the language in any way that would cause it to fail the
160 regression tests for the language.
162 8. Aggregation of this Package with a commercial distribution is always
163 permitted provided that the use of this Package is embedded; that is,
164 when no overt attempt is made to make this Package's interfaces visible
165 to the end user of the commercial distribution. Such use shall not be
166 construed as a distribution of this Package.
168 9. The name of the Copyright Holder may not be used to endorse or promote
169 products derived from this software without specific prior written permission.
171 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
172 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
173 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.