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