From: Chris R. <chr...@us...> - 2003-05-07 10:48:05
|
Update of /cvsroot/perl-ldap/ldap/lib/Net In directory sc8-pr-cvs1:/tmp/cvs-serv9193 Modified Files: LDAPI.pm Log Message: Changed literal < and >s, updated copyrights Index: LDAPI.pm =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAPI.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- LDAPI.pm 6 May 2003 16:36:54 -0000 1.1 +++ LDAPI.pm 7 May 2003 10:48:02 -0000 1.2 @@ -1,7 +1,7 @@ -# Copyright (c) 2000-2002 Chris Ridd <chr...@me...> and -# Graham Barr <gb...@po...>. All rights reserved. This program is -# free software; you can redistribute it and/or modify it under the -# same terms as Perl itself. +# Copyright (c) 2003 Derrik Pates <dp...@ds...> and Graham Barr +# <gb...@po...>. All rights reserved. This program is free +# software; you can redistribute it and/or modify it under the same +# terms as Perl itself. package Net::LDAPI; @Net::LDAPI::ISA = ( 'Net::LDAP' ); @@ -69,13 +69,13 @@ =head1 AUTHOR -Derrik Pates <dp...@ds...> +Derrik Pates E<lt>dp...@ds...E<gt> =head1 COPYRIGHT -Original code Copyright (c) 2000-2002, Chris Ridd and Graham Barr. All -rights reserved. This library is free software; you can redistribute it -and/or modify it under the same terms as Perl itself. +Original code Copyright (c) 2003, Derrik Pates and Graham Barr. All +rights reserved. This library is free software; you can redistribute +it and/or modify it under the same terms as Perl itself. =cut |