ossp-pkg/rc/configure.in 1.18 -> 1.19
--- configure.in 2002/04/24 16:49:08 1.18
+++ configure.in 2003/07/07 12:55:42 1.19
@@ -1,8 +1,8 @@
dnl ##
dnl ## OSSP rc - Run-command processor
-dnl ## Copyright (c) 2002 Ralf S. Engelschall
-dnl ## Copyright (c) 2002 Cable & Wireless Deutschland GmbH
-dnl ## Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
+dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall
+dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland GmbH
+dnl ## Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
dnl ##
dnl ## This file is part of OSSP rc, a portable Run-command processor
dnl ## which can be found at http://www.ossp.org/pkg/lib/rc/
@@ -35,8 +35,8 @@
dnl Announce the product and version
V=`./shtool version -lc -dlong rc_version.c`
./shtool echo -e "Configuring %BOSSP rc%b, version %B${V}%b"
-echo "Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>"
-echo "Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>"
+echo "Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>"
+echo "Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>"
dnl Process this file with autoconf
AC_INIT(rc.h)
|
|