ossp-pkg/shiela/configure.ac 1.1 -> 1.2
--- configure.ac 2002/08/19 19:10:37 1.1
+++ configure.ac 2002/12/21 09:42:57 1.2
@@ -1,3 +1,29 @@
+##
+## 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 OSSP shiela, an access control and logging
+## facility for Concurrent Versions System (CVS) repositories
+## 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
+## as published by the Free Software Foundation; either version
+## 2.0 of the License, or (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+## General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this file; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+## USA, or contact Ralf S. Engelschall <rse@engelschall.com>.
+##
+## configure.ac: auto-configuration source (syntax: Autoconf)
+##
AC_PREREQ(2.53)
AC_INIT
@@ -5,6 +31,7 @@
V=`./shtool version -ltxt -dlong VERSION`
./shtool echo -e "Configuring %BOSSP shiela%b, Version %B${V}%b"
echo "Copyright (c) 2000-2002 Ralf S. Engelschall <rse@engelschall.com>"
+echo "Copyright (c) 2000-2002 The OSSP Project <http://www.ossp.org/>"
AC_MSG_CHECKING(for Perl program)
AC_ARG_WITH(perl,dnl
|
|