ossp-pkg/l2/l2-config.in 1.6 -> 1.7
--- l2-config.in 2002/07/30 19:08:24 1.6
+++ l2-config.in 2003/01/06 11:41:51 1.7
@@ -1,10 +1,11 @@
#!/bin/sh
##
-## OSSP l2 - Logging Library
-## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
-## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
+## OSSP l2 - Flexible Logging
+## Copyright (c) 2001-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+## Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
##
-## This file is part of OSSP L2, a flexible logging library which
+## This file is part of OSSP l2, a flexible logging library which
## can be found at http://www.ossp.org/pkg/lib/l2/.
##
## Permission to use, copy, modify, and distribute this software for
@@ -25,10 +26,10 @@
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
-## l2-config.in: L2 library build utility
+## l2-config.in: library build utility
##
-DIFS='
+DIFS='
'
prefix="@prefix@"
@@ -81,7 +82,7 @@
exit 0
;;
--version|-v)
- echo "OSSP L2 $l2_version"
+ echo "OSSP l2 $l2_version"
exit 0
;;
--all)
|
|