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