Artistic-License.txt
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:5k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. The Artistic License
  2. Preamble
  3. The intent of this document is to state the conditions under which a Package 
  4. may be copied, such that the Copyright Holder maintains some semblance of 
  5. artistic control over the development of the package, while giving the users of 
  6. the package the right to use and distribute the Package in a more-or-less 
  7. customary fashion, plus the right to make reasonable modifications.
  8. Definitions:
  9.   * "Package" refers to the collection of files distributed by the Copyright 
  10.     Holder, and derivatives of that collection of files created through textual 
  11.     modification. 
  12.   * "Standard Version" refers to such a Package if it has not been modified, 
  13.     or has been modified in accordance with the wishes of the Copyright Holder. 
  14.   * "Copyright Holder" is whoever is named in the copyright or copyrights for 
  15.     the package. 
  16.   * "You" is you, if you're thinking about copying or distributing this 
  17.     Package. 
  18.   * "Reasonable copying fee" is whatever you can justify on the basis of media 
  19.     cost, duplication charges, time of people involved, and so on. (You will not 
  20.     be required to justify it to the Copyright Holder, but only to the computing 
  21.     community at large as a market that must bear the fee.) 
  22.   * "Freely Available" means that no fee is charged for the item itself, 
  23.     though there may be fees involved in handling the item. It also means that 
  24.     recipients of the item may redistribute it under the same conditions they 
  25.     received it.
  26. 1. You may make and give away verbatim copies of the source form of the 
  27.    Standard Version of this Package without restriction, provided that you 
  28.    duplicate all of the original copyright notices and associated disclaimers.
  29. 2. You may apply bug fixes, portability fixes and other modifications derived 
  30.    from the Public Domain or from the Copyright Holder. A Package modified in such 
  31.    a way shall still be considered the Standard Version.
  32. 3. You may otherwise modify your copy of this Package in any way, provided 
  33.    that you insert a prominent notice in each changed file stating how and when you 
  34.    changed that file, and provided that you do at least ONE of the following:
  35.   a) place your modifications in the Public Domain or otherwise make them 
  36.      Freely Available, such as by posting said modifications to Usenet or an 
  37.      equivalent medium, or placing the modifications on a major archive site such 
  38.      as ftp.uu.net, or by allowing the Copyright Holder to include your 
  39.      modifications in the Standard Version of the Package.
  40.   
  41.   b) use the modified Package only within your corporation or 
  42.      organization.
  43.   
  44.   c) rename any non-standard executables so the names do not conflict with 
  45.      standard executables, which must also be provided, and provide a separate 
  46.      manual page for each non-standard executable that clearly documents how it 
  47.      differs from the Standard Version.
  48.   d) make other distribution arrangements with the Copyright Holder.
  49. 4. You may distribute the programs of this Package in object code or 
  50.    executable form, provided that you do at least ONE of the following:
  51.   a) distribute a Standard Version of the executables and library files, 
  52.      together with instructions (in the manual page or equivalent) on where to get 
  53.      the Standard Version.
  54.   
  55.   b) accompany the distribution with the machine-readable source of the 
  56.      Package with your modifications.
  57.   
  58.   c) accompany any non-standard executables with their corresponding Standard 
  59.      Version executables, giving the non-standard executables non-standard names, 
  60.      and clearly documenting the differences in manual pages (or equivalent), 
  61.      together with instructions on where to get the Standard Version.
  62.   
  63.   d) make other distribution arrangements with the Copyright Holder.
  64.   
  65. 5. You may charge a reasonable copying fee for any distribution of this 
  66.    Package. You may charge any fee you choose for support of this Package. You may 
  67.    not charge a fee for this Package itself. However, you may distribute this 
  68.    Package in aggregate with other (possibly commercial) programs as part of a 
  69.    larger (possibly commercial) software distribution provided that you do not 
  70.    advertise this Package as a product of your own.
  71. 6. The scripts and library files supplied as input to or produced as output 
  72.    from the programs of this Package do not automatically fall under the copyright 
  73.    of this Package, but belong to whomever generated them, and may be sold 
  74.    commercially, and may be aggregated with this Package.
  75. 7. C or perl subroutines supplied by you and linked into this Package shall 
  76.    not be considered part of this Package.
  77. 8. The name of the Copyright Holder may not be used to endorse or promote 
  78.    products derived from this software without specific prior written 
  79.    permission.
  80. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
  81.    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
  82.    MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  83. The End