OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/l2_ch_filter.c versions 1.18 and 1.19
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/l2_ch_filter.c 1.18 -> 1.19

--- l2_ch_filter.c       2002/07/30 19:08:24     1.18
+++ l2_ch_filter.c       2003/01/06 11:41:51     1.19
@@ -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
@@ -66,7 +67,7 @@
 {
     l2_ch_filter_t *cfg = (l2_ch_filter_t *)ctx->vp;
     l2_env_t *env;
-    l2_param_t pa[4]; 
+    l2_param_t pa[4];
     l2_result_t rv;
     const char *szError;
     int nErrorOffset;
@@ -81,7 +82,7 @@
     if ((rv = l2_util_setparams(env, pa, fmt, ap)) != L2_OK)
         return rv;
 
-    /* translate regular expression into finite state machine */ 
+    /* translate regular expression into finite state machine */
     if (cfg->szRegex != NULL) {
         /* compile regular expression into FSM */
         opt = 0;

CVSTrac 2.0.1