| martin f. krafft | 9fd35ca | 2013-06-14 19:56:26 +0200 | [diff] [blame] | 1 | reclass is © 2007–2013 by martin f. krafft <madduck@madduck.net> | 
|  | 2 | Released under the terms of the Artistic Licence 2.0. | 
| martin f. krafft | 5ab2bf8 | 2013-08-26 12:53:27 +0200 | [diff] [blame] | 3 |  | 
|  | 4 | "The Artistic Licence 2.0" | 
|  | 5 | Copyright (c) 2000-2006, The Perl Foundation. | 
|  | 6 | http://www.perlfoundation.org/legal/licenses/artistic-2_0.html | 
|  | 7 |  | 
|  | 8 | Everyone is permitted to copy and distribute verbatim copies of this license | 
|  | 9 | document, but changing it is not allowed. | 
|  | 10 |  | 
|  | 11 | Preamble | 
|  | 12 | ~~~~~~~~ | 
|  | 13 | This license establishes the terms under which a given free software Package | 
|  | 14 | may be copied, modified, distributed, and/or redistributed. The intent is that | 
|  | 15 | the Copyright Holder maintains some artistic control over the development of | 
|  | 16 | that Package while still keeping the Package available as open source and free | 
|  | 17 | software. | 
|  | 18 |  | 
|  | 19 | You are always permitted to make arrangements wholly outside of this license | 
|  | 20 | directly with the Copyright Holder of a given Package. If the terms of this | 
|  | 21 | license do not permit the full use that you propose to make of the Package, | 
|  | 22 | you should contact the Copyright Holder and seek a different licensing | 
|  | 23 | arrangement. | 
|  | 24 |  | 
|  | 25 | Definitions | 
|  | 26 | ~~~~~~~~~~~ | 
|  | 27 | "Copyright Holder" means the individual(s) or organization(s) named in the | 
|  | 28 | copyright notice for the entire Package. | 
|  | 29 |  | 
|  | 30 | "Contributor" means any party that has contributed code or other material to | 
|  | 31 | the Package, in accordance with the Copyright Holder's procedures. | 
|  | 32 |  | 
|  | 33 | "You" and "your" means any person who would like to copy, distribute, or | 
|  | 34 | modify the Package. | 
|  | 35 |  | 
|  | 36 | "Package" means the collection of files distributed by the Copyright Holder, | 
|  | 37 | and derivatives of that collection and/or of those files. A given Package may | 
|  | 38 | consist of either the Standard Version, or a Modified Version. | 
|  | 39 |  | 
|  | 40 | "Distribute" means providing a copy of the Package or making it accessible to | 
|  | 41 | anyone else, or in the case of a company or organization, to others outside of | 
|  | 42 | your company or organization. | 
|  | 43 |  | 
|  | 44 | "Distributor Fee" means any fee that you charge for Distributing this Package | 
|  | 45 | or providing support for this Package to another party. It does not mean | 
|  | 46 | licensing fees. | 
|  | 47 |  | 
|  | 48 | "Standard Version" refers to the Package if it has not been modified, or has | 
|  | 49 | been modified only in ways explicitly requested by the Copyright Holder. | 
|  | 50 |  | 
|  | 51 | "Modified Version" means the Package, if it has been changed, and such changes | 
|  | 52 | were not explicitly requested by the Copyright Holder. | 
|  | 53 |  | 
|  | 54 | "Original License" means this Artistic License as Distributed with the | 
|  | 55 | Standard Version of the Package, in its current version or as it may be | 
|  | 56 | modified by The Perl Foundation in the future. | 
|  | 57 |  | 
|  | 58 | "Source" form means the source code, documentation source, and configuration | 
|  | 59 | files for the Package. | 
|  | 60 |  | 
|  | 61 | "Compiled" form means the compiled bytecode, object code, binary, or any other | 
|  | 62 | form resulting from mechanical transformation or translation of the Source | 
|  | 63 | form. | 
|  | 64 |  | 
|  | 65 | Permission for Use and Modification Without Distribution | 
|  | 66 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
|  | 67 | (1) You are permitted to use the Standard Version and create and use Modified | 
|  | 68 | Versions for any purpose without restriction, provided that you do not | 
|  | 69 | Distribute the Modified Version. | 
|  | 70 |  | 
|  | 71 | Permissions for Redistribution of the Standard Version | 
|  | 72 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
|  | 73 | (2) You may Distribute verbatim copies of the Source form of the Standard | 
|  | 74 | Version of this Package in any medium without restriction, either gratis or | 
|  | 75 | for a Distributor Fee, provided that you duplicate all of the original | 
|  | 76 | copyright notices and associated disclaimers. At your discretion, such | 
|  | 77 | verbatim copies may or may not include a Compiled form of the Package. | 
|  | 78 |  | 
|  | 79 | (3) You may apply any bug fixes, portability changes, and other modifications | 
|  | 80 | made available from the Copyright Holder. The resulting Package will still be | 
|  | 81 | considered the Standard Version, and as such will be subject to the Original | 
|  | 82 | License. | 
|  | 83 |  | 
|  | 84 | Distribution of Modified Versions of the Package as Source | 
|  | 85 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
|  | 86 | (4) You may Distribute your Modified Version as Source (either gratis or for | 
|  | 87 | a Distributor Fee, and with or without a Compiled form of the Modified | 
|  | 88 | Version) provided that you clearly document how it differs from the Standard | 
|  | 89 | Version, including, but not limited to, documenting any non-standard features, | 
|  | 90 | executables, or modules, and provided that you do at least ONE of the | 
|  | 91 | following: | 
|  | 92 |  | 
|  | 93 | (a) make the Modified Version available to the Copyright Holder of the | 
|  | 94 | Standard Version, under the Original License, so that the Copyright | 
|  | 95 | Holder may include your modifications in the Standard Version. | 
|  | 96 | (b) ensure that installation of your Modified Version does not prevent the | 
|  | 97 | user installing or running the Standard Version. In addition, the | 
|  | 98 | Modified Version must bear a name that is different from the name of | 
|  | 99 | the Standard Version. | 
|  | 100 | (c) allow anyone who receives a copy of the Modified Version to make the | 
|  | 101 | Source form of the Modified Version available to others under | 
|  | 102 | (i) the Original License or | 
|  | 103 | (ii) a license that permits the licensee to freely copy, modify and | 
|  | 104 | redistribute the Modified Version using the same licensing terms | 
|  | 105 | that apply to the copy that the licensee received, and requires | 
|  | 106 | that the Source form of the Modified Version, and of any works | 
|  | 107 | derived from it, be made freely available in that license fees | 
|  | 108 | are prohibited but Distributor Fees are allowed. | 
|  | 109 |  | 
|  | 110 | Distribution of Compiled Forms of the Standard Version or Modified Versions | 
|  | 111 | without the Source | 
|  | 112 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
|  | 113 | (5) You may Distribute Compiled forms of the Standard Version without the | 
|  | 114 | Source, provided that you include complete instructions on how to get the | 
|  | 115 | Source of the Standard Version. Such instructions must be valid at the time of | 
|  | 116 | your distribution. If these instructions, at any time while you are carrying | 
|  | 117 | out such distribution, become invalid, you must provide new instructions on | 
|  | 118 | demand or cease further distribution. If you provide valid instructions or | 
|  | 119 | cease distribution within thirty days after you become aware that the | 
|  | 120 | instructions are invalid, then you do not forfeit any of your rights under | 
|  | 121 | this license. | 
|  | 122 |  | 
|  | 123 | (6) You may Distribute a Modified Version in Compiled form without the Source, | 
|  | 124 | provided that you comply with Section 4 with respect to the Source of the | 
|  | 125 | Modified Version. | 
|  | 126 |  | 
|  | 127 | Aggregating or Linking the Package | 
|  | 128 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
|  | 129 | (7) You may aggregate the Package (either the Standard Version or Modified | 
|  | 130 | Version) with other packages and Distribute the resulting aggregation provided | 
|  | 131 | that you do not charge a licensing fee for the Package. Distributor Fees are | 
|  | 132 | permitted, and licensing fees for other components in the aggregation are | 
|  | 133 | permitted. The terms of this license apply to the use and Distribution of the | 
|  | 134 | Standard or Modified Versions as included in the aggregation. | 
|  | 135 |  | 
|  | 136 | (8) You are permitted to link Modified and Standard Versions with other works, | 
|  | 137 | to embed the Package in a larger work of your own, or to build stand-alone | 
|  | 138 | binary or bytecode versions of applications that include the Package, and | 
|  | 139 | Distribute the result without restriction, provided the result does not expose | 
|  | 140 | a direct interface to the Package. | 
|  | 141 |  | 
|  | 142 | Items That are Not Considered Part of a Modified Version | 
|  | 143 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
|  | 144 | (9) Works (including, but not limited to, modules and scripts) that merely | 
|  | 145 | extend or make use of the Package, do not, by themselves, cause the Package to | 
|  | 146 | be a Modified Version. In addition, such works are not considered parts of the | 
|  | 147 | Package itself, and are not subject to the terms of this license. | 
|  | 148 |  | 
|  | 149 | General Provisions | 
|  | 150 | ~~~~~~~~~~~~~~~~~~ | 
|  | 151 | (10) Any use, modification, and distribution of the Standard or Modified | 
|  | 152 | Versions is governed by this Artistic License. By using, modifying or | 
|  | 153 | distributing the Package, you accept this license. Do not use, modify, or | 
|  | 154 | distribute the Package, if you do not accept this license. | 
|  | 155 |  | 
|  | 156 | (11) If your Modified Version has been derived from a Modified Version made by | 
|  | 157 | someone other than you, you are nevertheless required to ensure that your | 
|  | 158 | Modified Version complies with the requirements of this license. | 
|  | 159 |  | 
|  | 160 | (12) This license does not grant you the right to use any trademark, service | 
|  | 161 | mark, tradename, or logo of the Copyright Holder. | 
|  | 162 |  | 
|  | 163 | (13) This license includes the non-exclusive, worldwide, free-of-charge patent | 
|  | 164 | license to make, have made, use, offer to sell, sell, import and otherwise | 
|  | 165 | transfer the Package with respect to any patent claims licensable by the | 
|  | 166 | Copyright Holder that are necessarily infringed by the Package. If you | 
|  | 167 | institute patent litigation (including a cross-claim or counterclaim) against | 
|  | 168 | any party alleging that the Package constitutes direct or contributory patent | 
|  | 169 | infringement, then this Artistic License to you shall terminate on the date | 
|  | 170 | that such litigation is filed. | 
|  | 171 |  | 
|  | 172 | (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER | 
|  | 173 | AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE | 
|  | 174 | IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR | 
|  | 175 | NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. | 
|  | 176 | UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR | 
|  | 177 | ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY | 
|  | 178 | OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | 
|  | 179 | DAMAGE. |