Changeset 10064 for README

Show
Ignore:
Timestamp:
04/24/06 05:38:56 (3 years ago)
Author:
audreyt
Message:

* README: Per dduncan++ and obra++'s suggestion, make it clear

I'm just disclaiming the compilation-copyright, and the
next-release-goal of changing src/ to public domain does
not touch any other subdirectories, which are still assumed
to be in A2b5+GPL unless explictly noted by the author.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r10059 r10064  
    1212===================================================================== 
    1313 
    14 COPYRIGHT DISCAIMER 
    15 -------------------- 
     14COMPILATION COPYRIGHT DISCAIMER 
     15------------------------------- 
    1616 
    1717The author disclaims copyright for the compilation of the Pugs distribution. 
     
    2525The Pugs distribution contains copyrighted contributions from third-party 
    2626projects, under their own licenses cited below. 
     27 
     28COPYRIGHTED WORKS FROM THE PUGS PROJECT 
     29--------------------------------------- 
     30 
     31Currently, all subdirectories under the top-level directory is copyrighted 
     32by their respective authors, under their own license disclaimer. 
     33 
     34Apart from explicitly declared licenses, you can redistribute them and/or 
     35modify them under the terms of either: 
     36 
     37    a) the GNU General Public License, version 2, or 
     38    b) the Artistic License, version 2.0beta5. 
     39 
     40Please see the "GPL-2" and "Artistic-2.0b5" files under the "LICENSE" directory 
     41for the full license text. 
     42 
     43(In the next release, the author would like contributions under the src/ 
     44directory, which forms the main "pugs" executable, to be under public domain as 
     45well, but this is still an on-going process.) 
    2746 
    2847COPYRIGHTED WORKS FROM THIRD-PARTY PROJECTS