ossp-pkg/shiela/shiela.pl 1.17 -> 1.18
--- shiela.pl 2002/12/21 09:20:27 1.17
+++ shiela.pl 2002/12/21 09:42:57 1.18
@@ -1,11 +1,12 @@
#!@PERL@ -w
##
-## Shiela - CVS Access Control and Logging Facility
+## OSSP shiela - CVS Access Control and Logging Facility
## Copyright (c) 2000-2002 Ralf S. Engelschall <rse@engelschall.com>
+## Copyright (c) 2000-2002 The OSSP Project <http://www.ossp.org/>
##
-## This file is part of Shiela, an access control and logging
+## This file is part of OSSP shiela, an access control and logging
## facility for Concurrent Versions System (CVS) repositories
-## which can be found at http://www.ossp.org/pkg/shiela/.
+## which can be found at http://www.ossp.org/pkg/tool/shiela/.
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
@@ -22,7 +23,7 @@
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
## USA, or contact Ralf S. Engelschall <rse@engelschall.com>.
##
-## shiela: Shiela control program (syntax: Perl)
+## shiela.pl: control program (syntax: Perl)
##
my $version = '0.9.3 (21-Dec-2002)';
|
|