Show
Ignore:
Timestamp:
09/05/08 11:49:25 (4 months ago)
Author:
deveiant
Message:
  • Updated build system and license
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/rakefile-work/LICENSE

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