Update of /cvsroot/ldapsh/ldapsh
In directory sc8-pr-cvs1:/tmp/cvs-serv22395
Modified Files:
ldapsh
Log Message:
Added Peder & James as authors
Index: ldapsh
===================================================================
RCS file: /cvsroot/ldapsh/ldapsh/ldapsh,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ldapsh 28 Aug 2003 23:19:57 -0000 1.21
--- ldapsh 28 Aug 2003 23:52:35 -0000 1.22
***************
*** 911,916 ****
sub version() {
! printf STDERR "LDAP Shell (ldapsh) by Rafael Corvalan.\nCVS File ID: %s\nShell release: %s\nhttp://ldapsh.sourceforge.net/\n",
! '$Id$', $RELEASE;
}
--- 911,921 ----
sub version() {
! printf STDERR <<'EOF'
! LDAP Shell (ldapsh) by Rafael Corvalan, Peder O. Klingenberg and James Devenish.
! CVS File ID: %s
! Shell release: %s
! http://ldapsh.sourceforge.net/
! EOF
! , '$Id$', $RELEASE;
}
***************
*** 2280,2286 ****
Z<>
! =head1 AUTHOR
! Rafael Corvalan (e-mail E<lt>rco...@us...E<gt>). Please report any bugs, or post any suggestions directly to my e-mail address.
--- 2285,2309 ----
Z<>
! =head1 AUTHORS
! By chronological contribution:
!
! =over 8
!
! =item * Rafael Corvalan (E<lt>rco...@us...E<gt>)
!
! =item * Peder O. Klingenberg
!
! =item * James Devenish
!
! =back
!
! =head1 FEEDBACK
!
! Please report bugs to the mailing list E<lt>lda...@li...E<gt> or through E<lt>http://sourceforge.net/tracker/?group_id=54115&atid=472731E<gt>.
!
! Send comments and suggestions to the above mailing list.
!
! Post Feature Requests to E<lt>http://sourceforge.net/tracker/?group_id=54115&atid=472734E<gt>.
|