[lwatch-cvs] files/src acolors.c, 1.11, 1.12 acolors.h, 1.6, 1.7 control.c, 1.20, 1.21 control.h, 1
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2009-03-21 10:54:40
|
Update of /cvsroot/lwatch/files/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13293/files/src Modified Files: acolors.c acolors.h control.c control.h defaults.h lwatch.c lwatch.conf settings.c settings.h strpcre.c strpcre.h yparse.h yparse.l Log Message: Update (C) Copyright notices. Index: yparse.h =================================================================== RCS file: /cvsroot/lwatch/files/src/yparse.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** yparse.h 10 Nov 2003 01:15:05 -0000 1.2 --- yparse.h 21 Mar 2009 10:54:34 -0000 1.3 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: settings.c =================================================================== RCS file: /cvsroot/lwatch/files/src/settings.c,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** settings.c 28 Feb 2009 16:40:23 -0000 1.34 --- settings.c 21 Mar 2009 10:54:34 -0000 1.35 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or *************** *** 59,63 **** char *usage[]={ "Log Watcher, the log colourize tool, version " VERSION, ! "Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>", "http://sourceforge.net/projects/lwatch", "", --- 59,63 ---- char *usage[]={ "Log Watcher, the log colourize tool, version " VERSION, ! "Copyright (C) 2002-2009 by Artur R. Czechowski <ar...@he...>", "http://sourceforge.net/projects/lwatch", "", Index: yparse.l =================================================================== RCS file: /cvsroot/lwatch/files/src/yparse.l,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** yparse.l 26 Jun 2005 21:49:54 -0000 1.29 --- yparse.l 21 Mar 2009 10:54:34 -0000 1.30 *************** *** 7,11 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 7,11 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: settings.h =================================================================== RCS file: /cvsroot/lwatch/files/src/settings.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** settings.h 28 Feb 2009 16:18:39 -0000 1.14 --- settings.h 21 Mar 2009 10:54:34 -0000 1.15 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: lwatch.c =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.c,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** lwatch.c 28 Feb 2009 16:18:39 -0000 1.27 --- lwatch.c 21 Mar 2009 10:54:34 -0000 1.28 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: strpcre.c =================================================================== RCS file: /cvsroot/lwatch/files/src/strpcre.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** strpcre.c 28 Feb 2009 16:18:39 -0000 1.29 --- strpcre.c 21 Mar 2009 10:54:34 -0000 1.30 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: acolors.h =================================================================== RCS file: /cvsroot/lwatch/files/src/acolors.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** acolors.h 7 Apr 2003 14:51:41 -0000 1.6 --- acolors.h 21 Mar 2009 10:54:34 -0000 1.7 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: control.h =================================================================== RCS file: /cvsroot/lwatch/files/src/control.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** control.h 28 Feb 2009 16:18:39 -0000 1.9 --- control.h 21 Mar 2009 10:54:34 -0000 1.10 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: strpcre.h =================================================================== RCS file: /cvsroot/lwatch/files/src/strpcre.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** strpcre.h 10 Nov 2003 01:15:05 -0000 1.6 --- strpcre.h 21 Mar 2009 10:54:34 -0000 1.7 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: control.c =================================================================== RCS file: /cvsroot/lwatch/files/src/control.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** control.c 28 Feb 2009 16:18:39 -0000 1.20 --- control.c 21 Mar 2009 10:54:34 -0000 1.21 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: lwatch.conf =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** lwatch.conf 17 Aug 2004 07:40:52 -0000 1.27 --- lwatch.conf 21 Mar 2009 10:54:34 -0000 1.28 *************** *** 4,7 **** --- 4,9 ---- # $Source$ # Format of this file is described in manual + # That file is public domain. You can use, copy, modify, distribute + # and sell it. # This configuration file has syntax version 1. Index: acolors.c =================================================================== RCS file: /cvsroot/lwatch/files/src/acolors.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** acolors.c 13 Jan 2004 14:10:33 -0000 1.11 --- acolors.c 21 Mar 2009 10:54:34 -0000 1.12 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or Index: defaults.h =================================================================== RCS file: /cvsroot/lwatch/files/src/defaults.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** defaults.h 7 Apr 2003 14:51:41 -0000 1.8 --- defaults.h 21 Mar 2009 10:54:34 -0000 1.9 *************** *** 3,7 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 3,7 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002-2009 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or |