7759 Perl modules update
[unleashed-userland.git] / components / perl / xml-simple / xml-simple.license
bloba52b7ff42d11c5aeb0c786a9b88d46022bffef7e
1 Oracle elects to have this file available under and governed by
2 the Artistic License (see below for full license text).
3 However, the following notice accompanied the original version of this file:
5 COPYRIGHT
7   Copyright 1999-2004 Grant McLean <grantm@cpan.org>
9   This library is free software; you can redistribute it
10   and/or modify it under the same terms as Perl itself.
12 ----------------------
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of either:
17         a) the GNU General Public License as published by the Free
18         Software Foundation; either version 1, or (at your option) any
19         later version, or
21         b) the "Artistic License" which comes with this Kit.
23 This program is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
26 the GNU General Public License or the Artistic License for more details.
28 You should have received a copy of the Artistic License with this
29 Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
31 You should also have received a copy of the GNU General Public License
32 along with this program in the file named "Copying". If not, write to the
33 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34 Boston, MA 02110-1301, USA or visit their web page on the internet at
35 http://www.gnu.org/copyleft/gpl.html.
37 =======================================================================
39 Copyright (c) 1986 - 2010, Larry Wall and others
41                          The "Artistic License"
43                                 Preamble
45 The intent of this document is to state the conditions under which a
46 Package may be copied, such that the Copyright Holder maintains some
47 semblance of artistic control over the development of the package,
48 while giving the users of the package the right to use and distribute
49 the Package in a more-or-less customary fashion, plus the right to make
50 reasonable modifications.
52 Definitions:
54         "Package" refers to the collection of files distributed by the
55         Copyright Holder, and derivatives of that collection of files
56         created through textual modification.
58         "Standard Version" refers to such a Package if it has not been
59         modified, or has been modified in accordance with the wishes
60         of the Copyright Holder as specified below.
62         "Copyright Holder" is whoever is named in the copyright or
63         copyrights for the package.
65         "You" is you, if you're thinking about copying or distributing
66         this Package.
68         "Reasonable copying fee" is whatever you can justify on the
69         basis of media cost, duplication charges, time of people involved,
70         and so on.  (You will not be required to justify it to the
71         Copyright Holder, but only to the computing community at large
72         as a market that must bear the fee.)
74         "Freely Available" means that no fee is charged for the item
75         itself, though there may be fees involved in handling the item.
76         It also means that recipients of the item may redistribute it
77         under the same conditions they received it.
79 1. You may make and give away verbatim copies of the source form of the
80 Standard Version of this Package without restriction, provided that you
81 duplicate all of the original copyright notices and associated disclaimers.
83 2. You may apply bug fixes, portability fixes and other modifications
84 derived from the Public Domain or from the Copyright Holder.  A Package
85 modified in such a way shall still be considered the Standard Version.
87 3. You may otherwise modify your copy of this Package in any way, provided
88 that you insert a prominent notice in each changed file stating how and
89 when you changed that file, and provided that you do at least ONE of the
90 following:
92     a) place your modifications in the Public Domain or otherwise make them
93     Freely Available, such as by posting said modifications to Usenet or
94     an equivalent medium, or placing the modifications on a major archive
95     site such as uunet.uu.net, or by allowing the Copyright Holder to include
96     your modifications in the Standard Version of the Package.
98     b) use the modified Package only within your corporation or organization.
100     c) rename any non-standard executables so the names do not conflict
101     with standard executables, which must also be provided, and provide
102     a separate manual page for each non-standard executable that clearly
103     documents how it differs from the Standard Version.
105     d) make other distribution arrangements with the Copyright Holder.
107 4. You may distribute the programs of this Package in object code or
108 executable form, provided that you do at least ONE of the following:
110     a) distribute a Standard Version of the executables and library files,
111     together with instructions (in the manual page or equivalent) on where
112     to get the Standard Version.
114     b) accompany the distribution with the machine-readable source of
115     the Package with your modifications.
117     c) give non-standard executables non-standard names, and clearly
118     document the differences in manual pages (or equivalent), together
119     with instructions on where to get the Standard Version.
121     d) make other distribution arrangements with the Copyright Holder.
123 5. You may charge a reasonable copying fee for any distribution of this
124 Package.  You may charge any fee you choose for support of this
125 Package.  You may not charge a fee for this Package itself.  However,
126 you may distribute this Package in aggregate with other (possibly
127 commercial) programs as part of a larger (possibly commercial) software
128 distribution provided that you do not advertise this Package as a
129 product of your own.  You may embed this Package's interpreter within
130 an executable of yours (by linking); this shall be construed as a mere
131 form of aggregation, provided that the complete Standard Version of the
132 interpreter is so embedded.
134 6. The scripts and library files supplied as input to or produced as
135 output from the programs of this Package do not automatically fall
136 under the copyright of this Package, but belong to whoever generated
137 them, and may be sold commercially, and may be aggregated with this
138 Package.  If such scripts or library files are aggregated with this
139 Package via the so-called "undump" or "unexec" methods of producing a
140 binary executable image, then distribution of such an image shall
141 neither be construed as a distribution of this Package nor shall it
142 fall under the restrictions of Paragraphs 3 and 4, provided that you do
143 not represent such an executable image as a Standard Version of this
144 Package.
146 7. C subroutines (or comparably compiled subroutines in other
147 languages) supplied by you and linked into this Package in order to
148 emulate subroutines and variables of the language defined by this
149 Package shall not be considered part of this Package, but are the
150 equivalent of input as in Paragraph 6, provided these subroutines do
151 not change the language in any way that would cause it to fail the
152 regression tests for the language.
154 8. Aggregation of this Package with a commercial distribution is always
155 permitted provided that the use of this Package is embedded; that is,
156 when no overt attempt is made to make this Package's interfaces visible
157 to the end user of the commercial distribution.  Such use shall not be
158 construed as a distribution of this Package.
160 9. The name of the Copyright Holder may not be used to endorse or promote
161 products derived from this software without specific prior written permission.
163 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
164 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
165 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
167                                 The End