Changeset 10049 for lib

Show
Ignore:
Timestamp:
04/21/06 09:27:25 (3 years ago)
Author:
audreyt
Message:

* Disclaim my copyright over compilation of any Pugs releases as well

as for compilation of this repisitory.

* Per Allison's suggestion, create a demonstratably legally separate

third-party/ directory to put all code derived form upstream projects.
All third-party parts under src/ will be moved here.

* Check in the first member of third-party: Text.Regex.Lazy, a full

Rule engine with .*+ and .*? control (modulo named captures and <ws>); we
just need a surface syntax for it to run Perl 6 rules. :)

(The PArrows approach I used before did not handle lazy streams

and wouldn't allow piecemeal conversion from our Parsec rules
into Rule rules.)

Location:
lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lib/Inline/Pugs.pm

    r10043 r10049  
    117117=head1 COPYRIGHT 
    118118 
    119 Copyright 2005 by Audrey Tang C<E<lt>audreyt@audreyt.orgE<gt>>. 
     119The author disclaims copyright to this source code.  In place of a legal 
     120notice, here is a blessing: 
    120121 
    121 This code is free software; you can redistribute it and/or modify it under 
    122 the terms of either: 
    123  
    124     a) the GNU General Public License, version 2, or 
    125     b) the Artistic License, version 2. 
    126  
    127 For the full license text, please see the F<GPL-2> and F<Artistic-2> files 
    128 under the F<LICENSE> directory in the Pugs distribution. 
     122    May you do good and not evil. 
     123    May you find forgiveness for yourself and forgive others. 
     124    May you share freely, never taking more than you give. 
    129125 
    130126=cut 
  • lib/Perl6/Pugs.pm

    r10043 r10049  
    8787Please submit bug reports to C<E<lt>pugsbugs@perl.orgE<gt>>. 
    8888 
     89=head1 AUTHORS 
     90 
     91Audrey Tang C<E<lt>audreyt@audreyt.orgE<gt>> 
     92 
    8993=head1 COPYRIGHT 
    9094 
    91 Copyright 2005, 2006 by Audrey Tang C<E<lt>audreyt@audreyt.orgE<gt>>. 
     95The author disclaims copyright to this source code.  In place of a legal 
     96notice, here is a blessing: 
    9297 
    93 This code is free software; you can redistribute it and/or modify it under 
    94 the terms of either: 
    95  
    96     a) the GNU General Public License, version 2, or 
    97     b) the Artistic License, version 2. 
    98  
    99 For the full license text, please see the F<GPL-2> and F<Artistic-2> files 
    100 under the F<LICENSE> directory in the Pugs distribution. 
     98    May you do good and not evil. 
     99    May you find forgiveness for yourself and forgive others. 
     100    May you share freely, never taking more than you give. 
    101101 
    102102=cut