ossp-pkg/l2/Makefile.in 1.46 -> 1.47
--- Makefile.in 2002/08/21 13:26:27 1.46
+++ Makefile.in 2003/01/06 11:41:51 1.47
@@ -1,9 +1,10 @@
##
-## 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
@@ -166,11 +167,11 @@
$(_MANPAGE)
l2-config.1: l2-config.pod l2_version.c
BASENAME="l2-config"; SEC=1; \
- NAME="L2"; ONELINE="Logging Library"; \
+ NAME="L2"; ONELINE="Flexible Logging"; \
$(_MANPAGE)
l2.3: l2.pod l2_version.c
BASENAME="l2"; SEC=3; \
- NAME="L2"; ONELINE="Logging Library"; \
+ NAME="L2"; ONELINE="Flexible Logging"; \
$(_MANPAGE)
# (minimalistic) test suite
|
|