From: Ken M. <kma...@us...> - 2008-07-20 21:47:42
|
Update of /cvsroot/perl-xml/XML-Grove In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16261 Modified Files: COPYING ChangeLog Log Message: * COPYING: Use same license statement as used in individual modules (same terms as perl). Index: COPYING =================================================================== RCS file: /cvsroot/perl-xml/XML-Grove/COPYING,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- COPYING 2 Apr 1998 19:30:20 -0000 1.1.1.1 +++ COPYING 20 Jul 2008 21:47:49 -0000 1.2 @@ -1,22 +1,3 @@ Copyright (C) 1998 Ken MacLeod. All rights reserved. - -XML-Grove is free software; you can redistribute it and/or modify it -under the terms of the Artistic License distributed with Perl version -5.000 or (at your option) any later version. Please refer to the -Artistic License that came with your Perl distribution for more -details. - -The Artistic License should have been included in your distribution of -Perl. It resides in the file named "Artistic" at the top-level of the -Perl source tree (where Perl was downloaded/unpacked -- ask your -system administrator if you dont know where this is). Alternatively, -the current version of the Artistic License distributed with Perl can -be viewed on-line on the World-Wide Web (WWW) from the following URL: - - http://www.perl.com/perl/misc/Artistic.html - -The latest version of Perl can be obtained on the World-Wide web (WWW) -from the following URL: - - http://www.perl.com/CPAN/src/latest.tar.gz - +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. Index: ChangeLog =================================================================== RCS file: /cvsroot/perl-xml/XML-Grove/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- ChangeLog 1 Mar 2000 20:57:36 -0000 1.42 +++ ChangeLog 20 Jul 2008 21:47:49 -0000 1.43 @@ -1,3 +1,8 @@ +2008-07-20 Ken MacLeod <ke...@bi...> + + * COPYING: Use same license statement as used in individual + modules (same terms as perl). + 2000-03-01 Ken MacLeod <ke...@bi...> * README: change references from PerlSAX to just SAX |