components/perl_modules/xml-sax/xml-sax.license
branchs11-update
changeset 2649 79b6c91e7f81
equal deleted inserted replaced
2648:282079e8bab1 2649:79b6c91e7f81
       
     1 Per the terms of the Perl licensing scheme, Oracle elects to license this file 
       
     2 under the Artistic License (see below for full license text).  Additionally, 
       
     3 the following notices accompanying the original version of this file are 
       
     4 reproduced verbatim and are not intended to alter Oracle's licensing election 
       
     5 above:
       
     6 
       
     7 XM ::SAX is dual licensed under the same terms as Perl itself.
       
     8 
       
     9 This means at your choice, either the Perl Artistic License, or
       
    10 the GNU GPL version 1 or higher.
       
    11 
       
    12 =======================================================================
       
    13 
       
    14 Copyright (c) 1986 - 2010, Larry Wall and others
       
    15 
       
    16 			 The "Artistic License"
       
    17 
       
    18 				Preamble
       
    19 
       
    20 The intent of this document is to state the conditions under which a
       
    21 Package may be copied, such that the Copyright Holder maintains some
       
    22 semblance of artistic control over the development of the package,
       
    23 while giving the users of the package the right to use and distribute
       
    24 the Package in a more-or-less customary fashion, plus the right to make
       
    25 reasonable modifications.
       
    26 
       
    27 Definitions:
       
    28 
       
    29 	"Package" refers to the collection of files distributed by the
       
    30 	Copyright Holder, and derivatives of that collection of files
       
    31 	created through textual modification.
       
    32 
       
    33 	"Standard Version" refers to such a Package if it has not been
       
    34 	modified, or has been modified in accordance with the wishes
       
    35 	of the Copyright Holder as specified below.
       
    36 
       
    37 	"Copyright Holder" is whoever is named in the copyright or
       
    38 	copyrights for the package.
       
    39 
       
    40 	"You" is you, if you're thinking about copying or distributing
       
    41 	this Package.
       
    42 
       
    43 	"Reasonable copying fee" is whatever you can justify on the
       
    44 	basis of media cost, duplication charges, time of people involved,
       
    45 	and so on.  (You will not be required to justify it to the
       
    46 	Copyright Holder, but only to the computing community at large
       
    47 	as a market that must bear the fee.)
       
    48 
       
    49 	"Freely Available" means that no fee is charged for the item
       
    50 	itself, though there may be fees involved in handling the item.
       
    51 	It also means that recipients of the item may redistribute it
       
    52 	under the same conditions they received it.
       
    53 
       
    54 1. You may make and give away verbatim copies of the source form of the
       
    55 Standard Version of this Package without restriction, provided that you
       
    56 duplicate all of the original copyright notices and associated disclaimers.
       
    57 
       
    58 2. You may apply bug fixes, portability fixes and other modifications
       
    59 derived from the Public Domain or from the Copyright Holder.  A Package
       
    60 modified in such a way shall still be considered the Standard Version.
       
    61 
       
    62 3. You may otherwise modify your copy of this Package in any way, provided
       
    63 that you insert a prominent notice in each changed file stating how and
       
    64 when you changed that file, and provided that you do at least ONE of the
       
    65 following:
       
    66 
       
    67     a) place your modifications in the Public Domain or otherwise make them
       
    68     Freely Available, such as by posting said modifications to Usenet or
       
    69     an equivalent medium, or placing the modifications on a major archive
       
    70     site such as uunet.uu.net, or by allowing the Copyright Holder to include
       
    71     your modifications in the Standard Version of the Package.
       
    72 
       
    73     b) use the modified Package only within your corporation or organization.
       
    74 
       
    75     c) rename any non-standard executables so the names do not conflict
       
    76     with standard executables, which must also be provided, and provide
       
    77     a separate manual page for each non-standard executable that clearly
       
    78     documents how it differs from the Standard Version.
       
    79 
       
    80     d) make other distribution arrangements with the Copyright Holder.
       
    81 
       
    82 4. You may distribute the programs of this Package in object code or
       
    83 executable form, provided that you do at least ONE of the following:
       
    84 
       
    85     a) distribute a Standard Version of the executables and library files,
       
    86     together with instructions (in the manual page or equivalent) on where
       
    87     to get the Standard Version.
       
    88 
       
    89     b) accompany the distribution with the machine-readable source of
       
    90     the Package with your modifications.
       
    91 
       
    92     c) give non-standard executables non-standard names, and clearly
       
    93     document the differences in manual pages (or equivalent), together
       
    94     with instructions on where to get the Standard Version.
       
    95 
       
    96     d) make other distribution arrangements with the Copyright Holder.
       
    97 
       
    98 5. You may charge a reasonable copying fee for any distribution of this
       
    99 Package.  You may charge any fee you choose for support of this
       
   100 Package.  You may not charge a fee for this Package itself.  However,
       
   101 you may distribute this Package in aggregate with other (possibly
       
   102 commercial) programs as part of a larger (possibly commercial) software
       
   103 distribution provided that you do not advertise this Package as a
       
   104 product of your own.  You may embed this Package's interpreter within
       
   105 an executable of yours (by linking); this shall be construed as a mere
       
   106 form of aggregation, provided that the complete Standard Version of the
       
   107 interpreter is so embedded.
       
   108 
       
   109 6. The scripts and library files supplied as input to or produced as
       
   110 output from the programs of this Package do not automatically fall
       
   111 under the copyright of this Package, but belong to whoever generated
       
   112 them, and may be sold commercially, and may be aggregated with this
       
   113 Package.  If such scripts or library files are aggregated with this
       
   114 Package via the so-called "undump" or "unexec" methods of producing a
       
   115 binary executable image, then distribution of such an image shall
       
   116 neither be construed as a distribution of this Package nor shall it
       
   117 fall under the restrictions of Paragraphs 3 and 4, provided that you do
       
   118 not represent such an executable image as a Standard Version of this
       
   119 Package.
       
   120 
       
   121 7. C subroutines (or comparably compiled subroutines in other
       
   122 languages) supplied by you and linked into this Package in order to
       
   123 emulate subroutines and variables of the language defined by this
       
   124 Package shall not be considered part of this Package, but are the
       
   125 equivalent of input as in Paragraph 6, provided these subroutines do
       
   126 not change the language in any way that would cause it to fail the
       
   127 regression tests for the language.
       
   128 
       
   129 8. Aggregation of this Package with a commercial distribution is always
       
   130 permitted provided that the use of this Package is embedded; that is,
       
   131 when no overt attempt is made to make this Package's interfaces visible
       
   132 to the end user of the commercial distribution.  Such use shall not be
       
   133 construed as a distribution of this Package.
       
   134 
       
   135 9. The name of the Copyright Holder may not be used to endorse or promote
       
   136 products derived from this software without specific prior written permission.
       
   137 
       
   138 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
       
   139 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
       
   140 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
       
   141 
       
   142 				The End