LICENSE.txt 6.4 KB

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