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