ossp-pkg/l2/l2_spec.c 1.9 -> 1.10
--- l2_spec.c 2002/07/30 19:08:25 1.9
+++ l2_spec.c 2003/01/06 11:41:52 1.10
@@ -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
@@ -68,7 +69,7 @@
l2_spec_lex_init(&yyscan);
l2_spec_set_extra(&ctx, yyscan);
- /* establish our own context which is passed
+ /* establish our own context which is passed
through the parser and scanner */
ctx.yyscan = yyscan;
ctx.inputptr = specstr;
|
|