[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-dev] [PATCH] update ossec-hids license to gplv3 everywhere



The gplv2 and gplv3 licenses are incompatible and as such can not
coexist within the same project if source files of different licenses
are built together. Daniel previously said that the project was going
to be relicensed to gplv3 and has been slowly been updating the
headers when modifying them.

This patch fixes the licensing issue for good. It was a simple up to
date cvs as of 13Sept2007 @ 20:00 PST and I ran the following
commands:

$ grep -lr 'License (version 2)' . |  xargs -l sed -i 's:License
(version 2):License (version 3):'
$ cvs di -u > ossec-hids-gplv3-license-update.patch

If there is anything wrong with this, let me know. Patch attached. The
diffstat is boring, but the meat is:
172 files changed, 172 insertions(+), 172 deletions(-)

-- 
Jeff Schroeder

Don't drink and derive, alcohol and analysis don't mix.
http://www.digitalprognosis.com
? ossec-hids-gplv3-license-update.patch
? src/shared/.privsep_op.c.swp
Index: src/addagent/main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/addagent/main.c,v
retrieving revision 1.11
diff -u -r1.11 main.c
--- src/addagent/main.c	5 Sep 2007 22:12:44 -0000	1.11
+++ src/addagent/main.c	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/addagent/read_from_user.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/addagent/read_from_user.c,v
retrieving revision 1.3
diff -u -r1.3 read_from_user.c
--- src/addagent/read_from_user.c	21 Jun 2006 00:53:43 -0000	1.3
+++ src/addagent/read_from_user.c	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/addagent/validate.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/addagent/validate.c,v
retrieving revision 1.13
diff -u -r1.13 validate.c
--- src/addagent/validate.c	24 Sep 2007 22:01:34 -0000	1.13
+++ src/addagent/validate.c	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/active-response.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/active-response.c,v
retrieving revision 1.22
diff -u -r1.22 active-response.c
--- src/analysisd/active-response.c	5 Dec 2006 19:37:42 -0000	1.22
+++ src/analysisd/active-response.c	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/active-response.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/active-response.h,v
retrieving revision 1.10
diff -u -r1.10 active-response.h
--- src/analysisd/active-response.h	5 Dec 2006 19:37:42 -0000	1.10
+++ src/analysisd/active-response.h	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/analysisd.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/analysisd.h,v
retrieving revision 1.5
diff -u -r1.5 analysisd.h
--- src/analysisd/analysisd.h	3 Apr 2007 22:15:58 -0000	1.5
+++ src/analysisd/analysisd.h	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/config.h,v
retrieving revision 1.15
diff -u -r1.15 config.h
--- src/analysisd/config.h	18 Nov 2006 23:31:18 -0000	1.15
+++ src/analysisd/config.h	1 Oct 2007 05:18:42 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/eventinfo.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/eventinfo.h,v
retrieving revision 1.32
diff -u -r1.32 eventinfo.h
--- src/analysisd/eventinfo.h	8 Sep 2007 02:30:38 -0000	1.32
+++ src/analysisd/eventinfo.h	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/fts.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/fts.h,v
retrieving revision 1.4
diff -u -r1.4 fts.h
--- src/analysisd/fts.h	4 Jan 2007 19:15:58 -0000	1.4
+++ src/analysisd/fts.h	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/prelude.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/prelude.c,v
retrieving revision 1.1
diff -u -r1.1 prelude.c
--- src/analysisd/prelude.c	24 Sep 2007 21:16:05 -0000	1.1
+++ src/analysisd/prelude.c	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/prelude.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/prelude.h,v
retrieving revision 1.1
diff -u -r1.1 prelude.h
--- src/analysisd/prelude.h	24 Sep 2007 21:16:05 -0000	1.1
+++ src/analysisd/prelude.h	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation.
  *
  * More details at the LICENSE file included with OSSEC or
Index: src/analysisd/rules.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/rules.h,v
retrieving revision 1.37
diff -u -r1.37 rules.h
--- src/analysisd/rules.h	22 Aug 2007 00:39:32 -0000	1.37
+++ src/analysisd/rules.h	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/rules_list.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/rules_list.c,v
retrieving revision 1.22
diff -u -r1.22 rules_list.c
--- src/analysisd/rules_list.c	22 Jun 2007 22:06:52 -0000	1.22
+++ src/analysisd/rules_list.c	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/stats.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/stats.c,v
retrieving revision 1.27
diff -u -r1.27 stats.c
--- src/analysisd/stats.c	17 Apr 2007 04:21:58 -0000	1.27
+++ src/analysisd/stats.c	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/alerts/alerts.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/alerts.h,v
retrieving revision 1.3
diff -u -r1.3 alerts.h
--- src/analysisd/alerts/alerts.h	24 Sep 2007 21:53:16 -0000	1.3
+++ src/analysisd/alerts/alerts.h	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/alerts/exec.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/exec.c,v
retrieving revision 1.35
diff -u -r1.35 exec.c
--- src/analysisd/alerts/exec.c	8 Sep 2007 02:30:38 -0000	1.35
+++ src/analysisd/alerts/exec.c	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/alerts/exec.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/exec.h,v
retrieving revision 1.4
diff -u -r1.4 exec.h
--- src/analysisd/alerts/exec.h	5 Apr 2007 00:54:01 -0000	1.4
+++ src/analysisd/alerts/exec.h	1 Oct 2007 05:18:43 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/alerts/getloglocation.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/getloglocation.c,v
retrieving revision 1.10
diff -u -r1.10 getloglocation.c
--- src/analysisd/alerts/getloglocation.c	6 Sep 2006 17:53:03 -0000	1.10
+++ src/analysisd/alerts/getloglocation.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/alerts/getloglocation.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/getloglocation.h,v
retrieving revision 1.7
diff -u -r1.7 getloglocation.h
--- src/analysisd/alerts/getloglocation.h	6 Sep 2006 17:53:03 -0000	1.7
+++ src/analysisd/alerts/getloglocation.h	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/alerts/log.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/log.c,v
retrieving revision 1.29
diff -u -r1.29 log.c
--- src/analysisd/alerts/log.c	8 Sep 2007 02:30:38 -0000	1.29
+++ src/analysisd/alerts/log.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/alerts/log.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/log.h,v
retrieving revision 1.5
diff -u -r1.5 log.h
--- src/analysisd/alerts/log.h	5 Apr 2007 00:54:01 -0000	1.5
+++ src/analysisd/alerts/log.h	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/alerts/mail.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/alerts/mail.c,v
retrieving revision 1.7
diff -u -r1.7 mail.c
--- src/analysisd/alerts/mail.c	15 Apr 2006 02:33:31 -0000	1.7
+++ src/analysisd/alerts/mail.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/analysisd/decoders/rootcheck.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/decoders/rootcheck.c,v
retrieving revision 1.22
diff -u -r1.22 rootcheck.c
--- src/analysisd/decoders/rootcheck.c	24 Sep 2007 22:01:34 -0000	1.22
+++ src/analysisd/decoders/rootcheck.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/analysisd/decoders/syscheck.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/decoders/syscheck.c,v
retrieving revision 1.45
diff -u -r1.45 syscheck.c
--- src/analysisd/decoders/syscheck.c	14 Aug 2007 00:29:33 -0000	1.45
+++ src/analysisd/decoders/syscheck.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/COPYRIGHT
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/COPYRIGHT,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 COPYRIGHT
--- src/client-agent/COPYRIGHT	23 Sep 2005 15:10:02 -0000	1.1.1.1
+++ src/client-agent/COPYRIGHT	1 Oct 2007 05:18:44 -0000
@@ -2,7 +2,7 @@
   All rights reserved.
   This program is a free software; you can redistribute it
   and/or modify it under the terms of the GNU General Public
-  License (version 2) as published by the FSF - Free Software 
+  License (version 3) as published by the FSF - Free Software 
   Foundation
 
 OSSEC HIDS, ossec-agent
Index: src/client-agent/agentd.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/agentd.c,v
retrieving revision 1.35
diff -u -r1.35 agentd.c
--- src/client-agent/agentd.c	13 Sep 2007 02:28:50 -0000	1.35
+++ src/client-agent/agentd.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/agentd.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/agentd.h,v
retrieving revision 1.20
diff -u -r1.20 agentd.h
--- src/client-agent/agentd.h	13 Sep 2007 02:28:50 -0000	1.20
+++ src/client-agent/agentd.h	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/config.c,v
retrieving revision 1.9
diff -u -r1.9 config.c
--- src/client-agent/config.c	7 Jul 2007 03:11:47 -0000	1.9
+++ src/client-agent/config.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/event-forward.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/event-forward.c,v
retrieving revision 1.10
diff -u -r1.10 event-forward.c
--- src/client-agent/event-forward.c	20 Sep 2006 16:08:54 -0000	1.10
+++ src/client-agent/event-forward.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/intcheck_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/intcheck_op.c,v
retrieving revision 1.1
diff -u -r1.1 intcheck_op.c
--- src/client-agent/intcheck_op.c	30 Jun 2007 21:48:13 -0000	1.1
+++ src/client-agent/intcheck_op.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/main.c,v
retrieving revision 1.13
diff -u -r1.13 main.c
--- src/client-agent/main.c	24 Sep 2007 21:53:16 -0000	1.13
+++ src/client-agent/main.c	1 Oct 2007 05:18:44 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/notify.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/notify.c,v
retrieving revision 1.16
diff -u -r1.16 notify.c
--- src/client-agent/notify.c	5 Sep 2007 22:12:45 -0000	1.16
+++ src/client-agent/notify.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/receiver.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/receiver.c,v
retrieving revision 1.15
diff -u -r1.15 receiver.c
--- src/client-agent/receiver.c	27 Sep 2007 01:21:56 -0000	1.15
+++ src/client-agent/receiver.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/sendmsg.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/sendmsg.c,v
retrieving revision 1.2
diff -u -r1.2 sendmsg.c
--- src/client-agent/sendmsg.c	29 Aug 2006 19:35:41 -0000	1.2
+++ src/client-agent/sendmsg.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/client-agent/start_agent.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/start_agent.c,v
retrieving revision 1.7
diff -u -r1.7 start_agent.c
--- src/client-agent/start_agent.c	13 Sep 2007 02:28:50 -0000	1.7
+++ src/client-agent/start_agent.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/active-response.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/active-response.c,v
retrieving revision 1.11
diff -u -r1.11 active-response.c
--- src/config/active-response.c	24 Sep 2007 22:01:35 -0000	1.11
+++ src/config/active-response.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/active-response.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/active-response.h,v
retrieving revision 1.2
diff -u -r1.2 active-response.h
--- src/config/active-response.h	5 Dec 2006 19:37:43 -0000	1.2
+++ src/config/active-response.h	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/alerts-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/alerts-config.c,v
retrieving revision 1.2
diff -u -r1.2 alerts-config.c
--- src/config/alerts-config.c	13 Apr 2006 02:29:08 -0000	1.2
+++ src/config/alerts-config.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/client-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/client-config.c,v
retrieving revision 1.8
diff -u -r1.8 client-config.c
--- src/config/client-config.c	5 Sep 2007 22:12:46 -0000	1.8
+++ src/config/client-config.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/client-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/client-config.h,v
retrieving revision 1.1
diff -u -r1.1 client-config.h
--- src/config/client-config.h	8 Apr 2006 02:58:34 -0000	1.1
+++ src/config/client-config.h	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/config.c,v
retrieving revision 1.13
diff -u -r1.13 config.c
--- src/config/config.c	14 Aug 2007 00:29:33 -0000	1.13
+++ src/config/config.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/email-alerts-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/email-alerts-config.c,v
retrieving revision 1.5
diff -u -r1.5 email-alerts-config.c
--- src/config/email-alerts-config.c	13 Jun 2007 22:24:48 -0000	1.5
+++ src/config/email-alerts-config.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/global-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/global-config.c,v
retrieving revision 1.17
diff -u -r1.17 global-config.c
--- src/config/global-config.c	9 Feb 2007 02:51:45 -0000	1.17
+++ src/config/global-config.c	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/global-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/global-config.h,v
retrieving revision 1.8
diff -u -r1.8 global-config.h
--- src/config/global-config.h	3 Oct 2006 20:08:04 -0000	1.8
+++ src/config/global-config.h	1 Oct 2007 05:18:45 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/localfile-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/localfile-config.c,v
retrieving revision 1.11
diff -u -r1.11 localfile-config.c
--- src/config/localfile-config.c	3 Sep 2007 00:07:31 -0000	1.11
+++ src/config/localfile-config.c	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/localfile-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/localfile-config.h,v
retrieving revision 1.10
diff -u -r1.10 localfile-config.h
--- src/config/localfile-config.h	28 Aug 2007 03:08:14 -0000	1.10
+++ src/config/localfile-config.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/mail-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/mail-config.h,v
retrieving revision 1.8
diff -u -r1.8 mail-config.h
--- src/config/mail-config.h	13 Jun 2007 22:24:48 -0000	1.8
+++ src/config/mail-config.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/remote-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/remote-config.c,v
retrieving revision 1.6
diff -u -r1.6 remote-config.c
--- src/config/remote-config.c	10 Aug 2006 20:11:29 -0000	1.6
+++ src/config/remote-config.c	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/remote-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/remote-config.h,v
retrieving revision 1.4
diff -u -r1.4 remote-config.h
--- src/config/remote-config.h	10 Aug 2006 20:11:29 -0000	1.4
+++ src/config/remote-config.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/config/rootcheck-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/rootcheck-config.h,v
retrieving revision 1.6
diff -u -r1.6 rootcheck-config.h
--- src/config/rootcheck-config.h	20 Sep 2007 04:05:58 -0000	1.6
+++ src/config/rootcheck-config.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/error_messages/error_messages.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/error_messages/error_messages.h,v
retrieving revision 1.76
diff -u -r1.76 error_messages.h
--- src/error_messages/error_messages.h	21 Sep 2007 01:41:37 -0000	1.76
+++ src/error_messages/error_messages.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/ar.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/ar.h,v
retrieving revision 1.3
diff -u -r1.3 ar.h
--- src/headers/ar.h	4 Jan 2007 19:15:59 -0000	1.3
+++ src/headers/ar.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/debug_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/debug_op.h,v
retrieving revision 1.7
diff -u -r1.7 debug_op.h
--- src/headers/debug_op.h	27 Sep 2007 21:56:19 -0000	1.7
+++ src/headers/debug_op.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/file-queue.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/file-queue.h,v
retrieving revision 1.3
diff -u -r1.3 file-queue.h
--- src/headers/file-queue.h	14 Aug 2007 00:29:34 -0000	1.3
+++ src/headers/file-queue.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/file_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/file_op.h,v
retrieving revision 1.5
diff -u -r1.5 file_op.h
--- src/headers/file_op.h	4 Jan 2007 19:15:59 -0000	1.5
+++ src/headers/file_op.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/help.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/help.h,v
retrieving revision 1.4
diff -u -r1.4 help.h
--- src/headers/help.h	24 Sep 2007 21:39:10 -0000	1.4
+++ src/headers/help.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/list_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/list_op.h,v
retrieving revision 1.9
diff -u -r1.9 list_op.h
--- src/headers/list_op.h	22 Apr 2007 23:05:32 -0000	1.9
+++ src/headers/list_op.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/os_err.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/os_err.h,v
retrieving revision 1.4
diff -u -r1.4 os_err.h
--- src/headers/os_err.h	7 Sep 2007 21:45:05 -0000	1.4
+++ src/headers/os_err.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/headers/privsep_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/privsep_op.h,v
retrieving revision 1.3
diff -u -r1.3 privsep_op.h
--- src/headers/privsep_op.h	4 Jan 2007 19:15:59 -0000	1.3
+++ src/headers/privsep_op.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/pthreads_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/pthreads_op.h,v
retrieving revision 1.3
diff -u -r1.3 pthreads_op.h
--- src/headers/pthreads_op.h	4 Jan 2007 19:15:59 -0000	1.3
+++ src/headers/pthreads_op.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/rc.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/rc.h,v
retrieving revision 1.6
diff -u -r1.6 rc.h
--- src/headers/rc.h	4 Jan 2007 19:15:59 -0000	1.6
+++ src/headers/rc.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/read-agents.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/read-agents.h,v
retrieving revision 1.4
diff -u -r1.4 read-agents.h
--- src/headers/read-agents.h	7 Apr 2007 02:28:57 -0000	1.4
+++ src/headers/read-agents.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/read-alert.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/read-alert.h,v
retrieving revision 1.3
diff -u -r1.3 read-alert.h
--- src/headers/read-alert.h	11 Apr 2007 23:56:00 -0000	1.3
+++ src/headers/read-alert.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/regex_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/regex_op.h,v
retrieving revision 1.3
diff -u -r1.3 regex_op.h
--- src/headers/regex_op.h	4 Jan 2007 19:15:59 -0000	1.3
+++ src/headers/regex_op.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/shared.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/shared.h,v
retrieving revision 1.39
diff -u -r1.39 shared.h
--- src/headers/shared.h	13 Sep 2007 02:28:50 -0000	1.39
+++ src/headers/shared.h	1 Oct 2007 05:18:46 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/sig_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/sig_op.h,v
retrieving revision 1.3
diff -u -r1.3 sig_op.h
--- src/headers/sig_op.h	25 Jan 2007 03:24:54 -0000	1.3
+++ src/headers/sig_op.h	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/store_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/store_op.h,v
retrieving revision 1.4
diff -u -r1.4 store_op.h
--- src/headers/store_op.h	20 Sep 2007 04:05:59 -0000	1.4
+++ src/headers/store_op.h	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/validate_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/validate_op.h,v
retrieving revision 1.8
diff -u -r1.8 validate_op.h
--- src/headers/validate_op.h	4 Jan 2007 19:15:59 -0000	1.8
+++ src/headers/validate_op.h	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/headers/wait_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/wait_op.h,v
retrieving revision 1.1
diff -u -r1.1 wait_op.h
--- src/headers/wait_op.h	29 Aug 2006 19:35:42 -0000	1.1
+++ src/headers/wait_op.h	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/COPYRIGHT
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/COPYRIGHT,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 COPYRIGHT
--- src/logcollector/COPYRIGHT	23 Sep 2005 15:10:03 -0000	1.1.1.1
+++ src/logcollector/COPYRIGHT	1 Oct 2007 05:18:47 -0000
@@ -2,7 +2,7 @@
   All right reserved.
   This program is a free software; you can redistribute it
   and/or modify it under the terms of the GNU General Public
-  License (version 2) as published by the FSF - Free Software 
+  License (version 3) as published by the FSF - Free Software 
   Foundation
 
 OSSEC, logcollector.
Index: src/logcollector/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/config.c,v
retrieving revision 1.14
diff -u -r1.14 config.c
--- src/logcollector/config.c	3 Oct 2006 20:08:04 -0000	1.14
+++ src/logcollector/config.c	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/logcollector.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/logcollector.c,v
retrieving revision 1.41
diff -u -r1.41 logcollector.c
--- src/logcollector/logcollector.c	30 Sep 2007 16:16:33 -0000	1.41
+++ src/logcollector/logcollector.c	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/logcollector.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/logcollector.h,v
retrieving revision 1.21
diff -u -r1.21 logcollector.h
--- src/logcollector/logcollector.h	3 Sep 2007 00:07:32 -0000	1.21
+++ src/logcollector/logcollector.h	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/main.c,v
retrieving revision 1.23
diff -u -r1.23 main.c
--- src/logcollector/main.c	24 Sep 2007 21:39:11 -0000	1.23
+++ src/logcollector/main.c	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/read_nmapg.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/read_nmapg.c,v
retrieving revision 1.8
diff -u -r1.8 read_nmapg.c
--- src/logcollector/read_nmapg.c	25 Aug 2007 13:24:03 -0000	1.8
+++ src/logcollector/read_nmapg.c	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/read_snortfull.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/read_snortfull.c,v
retrieving revision 1.16
diff -u -r1.16 read_snortfull.c
--- src/logcollector/read_snortfull.c	14 Sep 2007 02:38:19 -0000	1.16
+++ src/logcollector/read_snortfull.c	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/read_syslog.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/read_syslog.c,v
retrieving revision 1.21
diff -u -r1.21 read_syslog.c
--- src/logcollector/read_syslog.c	10 Oct 2006 19:07:08 -0000	1.21
+++ src/logcollector/read_syslog.c	1 Oct 2007 05:18:47 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/logcollector/read_win_el.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/logcollector/read_win_el.c,v
retrieving revision 1.11
diff -u -r1.11 read_win_el.c
--- src/logcollector/read_win_el.c	25 May 2007 23:32:26 -0000	1.11
+++ src/logcollector/read_win_el.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/monitord/compress_log.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/compress_log.c,v
retrieving revision 1.1
diff -u -r1.1 compress_log.c
--- src/monitord/compress_log.c	28 Aug 2006 18:45:26 -0000	1.1
+++ src/monitord/compress_log.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/monitord/main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/main.c,v
retrieving revision 1.4
diff -u -r1.4 main.c
--- src/monitord/main.c	24 Sep 2007 21:39:11 -0000	1.4
+++ src/monitord/main.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/monitord/manage_files.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/manage_files.c,v
retrieving revision 1.5
diff -u -r1.5 manage_files.c
--- src/monitord/manage_files.c	28 Apr 2007 00:36:21 -0000	1.5
+++ src/monitord/manage_files.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/monitord/monitor_agents.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/monitor_agents.c,v
retrieving revision 1.2
diff -u -r1.2 monitor_agents.c
--- src/monitord/monitor_agents.c	12 Sep 2006 02:04:35 -0000	1.2
+++ src/monitord/monitor_agents.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/monitord/monitord.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/monitord.c,v
retrieving revision 1.6
diff -u -r1.6 monitord.c
--- src/monitord/monitord.c	20 Apr 2007 00:43:51 -0000	1.6
+++ src/monitord/monitord.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/monitord/monitord.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/monitord.h,v
retrieving revision 1.4
diff -u -r1.4 monitord.h
--- src/monitord/monitord.h	28 Apr 2007 00:36:21 -0000	1.4
+++ src/monitord/monitord.h	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/monitord/sign_log.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/monitord/sign_log.c,v
retrieving revision 1.5
diff -u -r1.5 sign_log.c
--- src/monitord/sign_log.c	2 May 2007 23:27:13 -0000	1.5
+++ src/monitord/sign_log.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/os_crypto/blowfish/bf_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_crypto/blowfish/bf_op.c,v
retrieving revision 1.3
diff -u -r1.3 bf_op.c
--- src/os_crypto/blowfish/bf_op.c	5 Sep 2007 00:38:27 -0000	1.3
+++ src/os_crypto/blowfish/bf_op.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_crypto/blowfish/bf_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_crypto/blowfish/bf_op.h,v
retrieving revision 1.3
diff -u -r1.3 bf_op.h
--- src/os_crypto/blowfish/bf_op.h	5 Sep 2007 00:38:27 -0000	1.3
+++ src/os_crypto/blowfish/bf_op.h	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_crypto/md5/md5_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_crypto/md5/md5_op.c,v
retrieving revision 1.6
diff -u -r1.6 md5_op.c
--- src/os_crypto/md5/md5_op.c	5 Sep 2007 00:38:27 -0000	1.6
+++ src/os_crypto/md5/md5_op.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_crypto/md5/md5_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_crypto/md5/md5_op.h,v
retrieving revision 1.2
diff -u -r1.2 md5_op.h
--- src/os_crypto/md5/md5_op.h	5 Sep 2007 00:38:27 -0000	1.2
+++ src/os_crypto/md5/md5_op.h	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_crypto/sha1/sha1_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_crypto/sha1/sha1_op.c,v
retrieving revision 1.4
diff -u -r1.4 sha1_op.c
--- src/os_crypto/sha1/sha1_op.c	22 Sep 2007 03:29:13 -0000	1.4
+++ src/os_crypto/sha1/sha1_op.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_crypto/sha1/sha1_op.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_crypto/sha1/sha1_op.h,v
retrieving revision 1.1
diff -u -r1.1 sha1_op.h
--- src/os_crypto/sha1/sha1_op.h	12 Jul 2006 18:28:29 -0000	1.1
+++ src/os_crypto/sha1/sha1_op.h	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_execd/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_execd/config.c,v
retrieving revision 1.10
diff -u -r1.10 config.c
--- src/os_execd/config.c	22 Aug 2007 00:49:29 -0000	1.10
+++ src/os_execd/config.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_execd/exec.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_execd/exec.c,v
retrieving revision 1.13
diff -u -r1.13 exec.c
--- src/os_execd/exec.c	5 Dec 2006 19:37:44 -0000	1.13
+++ src/os_execd/exec.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/os_execd/execd.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_execd/execd.c,v
retrieving revision 1.31
diff -u -r1.31 execd.c
--- src/os_execd/execd.c	24 Sep 2007 21:39:12 -0000	1.31
+++ src/os_execd/execd.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_execd/execd.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_execd/execd.h,v
retrieving revision 1.8
diff -u -r1.8 execd.h
--- src/os_execd/execd.h	15 Dec 2006 21:07:23 -0000	1.8
+++ src/os_execd/execd.h	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation.
  *
  * More details at the LICENSE file included with OSSEC or
Index: src/os_maild/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_maild/config.c,v
retrieving revision 1.10
diff -u -r1.10 config.c
--- src/os_maild/config.c	11 Apr 2007 23:56:00 -0000	1.10
+++ src/os_maild/config.c	1 Oct 2007 05:18:48 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_maild/mail_list.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_maild/mail_list.c,v
retrieving revision 1.3
diff -u -r1.3 mail_list.c
--- src/os_maild/mail_list.c	11 Apr 2007 23:56:00 -0000	1.3
+++ src/os_maild/mail_list.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_maild/mail_list.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_maild/mail_list.h,v
retrieving revision 1.3
diff -u -r1.3 mail_list.h
--- src/os_maild/mail_list.h	11 Apr 2007 23:56:00 -0000	1.3
+++ src/os_maild/mail_list.h	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/os_maild/os_maild_client.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_maild/os_maild_client.c,v
retrieving revision 1.19
diff -u -r1.19 os_maild_client.c
--- src/os_maild/os_maild_client.c	20 Jul 2007 00:19:26 -0000	1.19
+++ src/os_maild/os_maild_client.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_maild/sendmail.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_maild/sendmail.c,v
retrieving revision 1.25
diff -u -r1.25 sendmail.c
--- src/os_maild/sendmail.c	25 Sep 2007 22:53:52 -0000	1.25
+++ src/os_maild/sendmail.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/os_net/COPYRIGHT
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_net/COPYRIGHT,v
retrieving revision 1.2
diff -u -r1.2 COPYRIGHT
--- src/os_net/COPYRIGHT	5 Sep 2007 00:38:28 -0000	1.2
+++ src/os_net/COPYRIGHT	1 Oct 2007 05:18:49 -0000
@@ -2,7 +2,7 @@
   All rights reserved.
   This program is a free software; you can redistribute it
   and/or modify it under the terms of the GNU General Public
-  License (version 2) as published by the FSF - Free Software 
+  License (version 3) as published by the FSF - Free Software 
   Foundation
 
 OSSEC, os_net library.
Index: src/os_net/os_err.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_net/os_err.h,v
retrieving revision 1.4
diff -u -r1.4 os_err.h
--- src/os_net/os_err.h	7 Sep 2007 21:45:06 -0000	1.4
+++ src/os_net/os_err.h	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software 
+ * License (version 3) as published by the FSF - Free Software 
  * Foundation
  */
 
Index: src/os_net/os_net.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_net/os_net.h,v
retrieving revision 1.9
diff -u -r1.9 os_net.h
--- src/os_net/os_net.h	5 Sep 2007 00:38:28 -0000	1.9
+++ src/os_net/os_net.h	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/COPYRIGHT
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/COPYRIGHT,v
retrieving revision 1.2
diff -u -r1.2 COPYRIGHT
--- src/os_regex/COPYRIGHT	5 Sep 2007 00:38:28 -0000	1.2
+++ src/os_regex/COPYRIGHT	1 Oct 2007 05:18:49 -0000
@@ -2,7 +2,7 @@
   All right reserved.
   This program is a free software; you can redistribute it
   and/or modify it under the terms of the GNU General Public
-  License (version 2) as published by the FSF - Free Software 
+  License (version 3) as published by the FSF - Free Software 
   Foundation
 
 OSSEC, os_regex library.
Index: src/os_regex/os_match.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match.c,v
retrieving revision 1.1
diff -u -r1.1 os_match.c
--- src/os_regex/os_match.c	18 Apr 2006 19:32:08 -0000	1.1
+++ src/os_regex/os_match.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_match_compile.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match_compile.c,v
retrieving revision 1.2
diff -u -r1.2 os_match_compile.c
--- src/os_regex/os_match_compile.c	9 May 2006 14:28:26 -0000	1.2
+++ src/os_regex/os_match_compile.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_match_execute.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match_execute.c,v
retrieving revision 1.4
diff -u -r1.4 os_match_execute.c
--- src/os_regex/os_match_execute.c	1 Jun 2006 15:01:21 -0000	1.4
+++ src/os_regex/os_match_execute.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_match_free_pattern.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match_free_pattern.c,v
retrieving revision 1.2
diff -u -r1.2 os_match_free_pattern.c
--- src/os_regex/os_match_free_pattern.c	9 May 2006 14:28:26 -0000	1.2
+++ src/os_regex/os_match_free_pattern.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex.c,v
retrieving revision 1.4
diff -u -r1.4 os_regex.c
--- src/os_regex/os_regex.c	3 Jan 2006 23:37:49 -0000	1.4
+++ src/os_regex/os_regex.c	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex.h,v
retrieving revision 1.12
diff -u -r1.12 os_regex.h
--- src/os_regex/os_regex.h	5 Sep 2007 00:38:28 -0000	1.12
+++ src/os_regex/os_regex.h	1 Oct 2007 05:18:49 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_compile.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_compile.c,v
retrieving revision 1.11
diff -u -r1.11 os_regex_compile.c
--- src/os_regex/os_regex_compile.c	28 Mar 2007 02:53:57 -0000	1.11
+++ src/os_regex/os_regex_compile.c	1 Oct 2007 05:18:50 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_execute.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_execute.c,v
retrieving revision 1.11
diff -u -r1.11 os_regex_execute.c
--- src/os_regex/os_regex_execute.c	27 Dec 2006 18:18:01 -0000	1.11
+++ src/os_regex/os_regex_execute.c	1 Oct 2007 05:18:50 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_free_pattern.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_free_pattern.c,v
retrieving revision 1.1
diff -u -r1.1 os_regex_free_pattern.c
--- src/os_regex/os_regex_free_pattern.c	3 Jan 2006 03:25:37 -0000	1.1
+++ src/os_regex/os_regex_free_pattern.c	1 Oct 2007 05:18:50 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_free_substrings.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_free_substrings.c,v
retrieving revision 1.1
diff -u -r1.1 os_regex_free_substrings.c
--- src/os_regex/os_regex_free_substrings.c	3 Jan 2006 03:25:37 -0000	1.1
+++ src/os_regex/os_regex_free_substrings.c	1 Oct 2007 05:18:50 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_internal.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_internal.h,v
retrieving revision 1.11
diff -u -r1.11 os_regex_internal.h
--- src/os_regex/os_regex_internal.h	2 Jun 2007 21:23:31 -0000	1.11
+++ src/os_regex/os_regex_internal.h	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation.
  */
 
Index: src/os_regex/os_regex_maps.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_maps.h,v
retrieving revision 1.3
diff -u -r1.3 os_regex_maps.h
--- src/os_regex/os_regex_maps.h	24 Mar 2007 01:20:11 -0000	1.3
+++ src/os_regex/os_regex_maps.h	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation.
  */
 
Index: src/os_regex/os_regex_match.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_match.c,v
retrieving revision 1.2
diff -u -r1.2 os_regex_match.c
--- src/os_regex/os_regex_match.c	29 Jan 2006 01:05:40 -0000	1.2
+++ src/os_regex/os_regex_match.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_str.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_str.c,v
retrieving revision 1.4
diff -u -r1.4 os_regex_str.c
--- src/os_regex/os_regex_str.c	21 Mar 2006 20:19:01 -0000	1.4
+++ src/os_regex/os_regex_str.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_regex/os_regex_strbreak.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_strbreak.c,v
retrieving revision 1.3
diff -u -r1.3 os_regex_strbreak.c
--- src/os_regex/os_regex_strbreak.c	3 Jan 2006 03:25:37 -0000	1.3
+++ src/os_regex/os_regex_strbreak.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_xml/COPYRIGHT
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_xml/COPYRIGHT,v
retrieving revision 1.2
diff -u -r1.2 COPYRIGHT
--- src/os_xml/COPYRIGHT	5 Sep 2007 00:38:28 -0000	1.2
+++ src/os_xml/COPYRIGHT	1 Oct 2007 05:18:51 -0000
@@ -2,7 +2,7 @@
   All rights reserved.
   This program is a free software; you can redistribute it
   and/or modify it under the terms of the GNU General Public
-  License (version 2) as published by the FSF - Free Software 
+  License (version 3) as published by the FSF - Free Software 
   Foundation
 
 OSSEC, os_xml library.
Index: src/os_xml/os_xml.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_xml/os_xml.c,v
retrieving revision 1.9
diff -u -r1.9 os_xml.c
--- src/os_xml/os_xml.c	27 Sep 2007 21:56:23 -0000	1.9
+++ src/os_xml/os_xml.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_xml/os_xml.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_xml/os_xml.h,v
retrieving revision 1.5
diff -u -r1.5 os_xml.h
--- src/os_xml/os_xml.h	5 Sep 2007 00:38:29 -0000	1.5
+++ src/os_xml/os_xml.h	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_xml/os_xml_access.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_xml/os_xml_access.c,v
retrieving revision 1.8
diff -u -r1.8 os_xml_access.c
--- src/os_xml/os_xml_access.c	24 Sep 2007 22:01:35 -0000	1.8
+++ src/os_xml/os_xml_access.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/os_zlib/os_zlib.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_zlib/os_zlib.c,v
retrieving revision 1.3
diff -u -r1.3 os_zlib.c
--- src/os_zlib/os_zlib.c	29 Jun 2006 21:57:07 -0000	1.3
+++ src/os_zlib/os_zlib.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/os_zlib/os_zlib.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_zlib/os_zlib.h,v
retrieving revision 1.2
diff -u -r1.2 os_zlib.h
--- src/os_zlib/os_zlib.h	21 Jun 2006 00:51:38 -0000	1.2
+++ src/os_zlib/os_zlib.h	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/os_zlib/zlib-test.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_zlib/zlib-test.c,v
retrieving revision 1.2
diff -u -r1.2 zlib-test.c
--- src/os_zlib/zlib-test.c	21 Jun 2006 00:51:38 -0000	1.2
+++ src/os_zlib/zlib-test.c	1 Oct 2007 05:18:51 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/remoted/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/config.c,v
retrieving revision 1.9
diff -u -r1.9 config.c
--- src/remoted/config.c	28 Aug 2006 18:45:27 -0000	1.9
+++ src/remoted/config.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/remoted/main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/main.c,v
retrieving revision 1.17
diff -u -r1.17 main.c
--- src/remoted/main.c	24 Sep 2007 21:39:12 -0000	1.17
+++ src/remoted/main.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/remoted/manager.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/manager.c,v
retrieving revision 1.39
diff -u -r1.39 manager.c
--- src/remoted/manager.c	27 Sep 2007 01:21:56 -0000	1.39
+++ src/remoted/manager.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/remoted/remoted.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/remoted.h,v
retrieving revision 1.15
diff -u -r1.15 remoted.h
--- src/remoted/remoted.h	14 Sep 2007 02:38:19 -0000	1.15
+++ src/remoted/remoted.h	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/remoted/syslog.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/syslog.c,v
retrieving revision 1.13
diff -u -r1.13 syslog.c
--- src/remoted/syslog.c	7 Sep 2007 21:45:07 -0000	1.13
+++ src/remoted/syslog.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/remoted/syslogtcp.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/syslogtcp.c,v
retrieving revision 1.4
diff -u -r1.4 syslogtcp.c
--- src/remoted/syslogtcp.c	24 Mar 2007 01:20:11 -0000	1.4
+++ src/remoted/syslogtcp.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_open_ports.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_open_ports.c,v
retrieving revision 1.5
diff -u -r1.5 check_open_ports.c
--- src/rootcheck/check_open_ports.c	18 Apr 2007 02:04:58 -0000	1.5
+++ src/rootcheck/check_open_ports.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_dev.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_dev.c,v
retrieving revision 1.15
diff -u -r1.15 check_rc_dev.c
--- src/rootcheck/check_rc_dev.c	18 Apr 2007 02:04:58 -0000	1.15
+++ src/rootcheck/check_rc_dev.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_files.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_files.c,v
retrieving revision 1.9
diff -u -r1.9 check_rc_files.c
--- src/rootcheck/check_rc_files.c	12 Sep 2006 00:23:02 -0000	1.9
+++ src/rootcheck/check_rc_files.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_if.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_if.c,v
retrieving revision 1.7
diff -u -r1.7 check_rc_if.c
--- src/rootcheck/check_rc_if.c	18 Apr 2007 02:04:58 -0000	1.7
+++ src/rootcheck/check_rc_if.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_pids.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_pids.c,v
retrieving revision 1.25
diff -u -r1.25 check_rc_pids.c
--- src/rootcheck/check_rc_pids.c	6 May 2007 20:17:09 -0000	1.25
+++ src/rootcheck/check_rc_pids.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_ports.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_ports.c,v
retrieving revision 1.18
diff -u -r1.18 check_rc_ports.c
--- src/rootcheck/check_rc_ports.c	20 Apr 2007 00:43:51 -0000	1.18
+++ src/rootcheck/check_rc_ports.c	1 Oct 2007 05:18:52 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_readproc.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_readproc.c,v
retrieving revision 1.5
diff -u -r1.5 check_rc_readproc.c
--- src/rootcheck/check_rc_readproc.c	18 Apr 2007 02:04:58 -0000	1.5
+++ src/rootcheck/check_rc_readproc.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_sys.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_sys.c,v
retrieving revision 1.31
diff -u -r1.31 check_rc_sys.c
--- src/rootcheck/check_rc_sys.c	28 Apr 2007 21:19:55 -0000	1.31
+++ src/rootcheck/check_rc_sys.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/check_rc_trojans.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_trojans.c,v
retrieving revision 1.9
diff -u -r1.9 check_rc_trojans.c
--- src/rootcheck/check_rc_trojans.c	1 Jun 2007 00:39:10 -0000	1.9
+++ src/rootcheck/check_rc_trojans.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/config.c,v
retrieving revision 1.13
diff -u -r1.13 config.c
--- src/rootcheck/config.c	18 Apr 2007 02:04:58 -0000	1.13
+++ src/rootcheck/config.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/rootcheck-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/rootcheck-config.c,v
retrieving revision 1.7
diff -u -r1.7 rootcheck-config.c
--- src/rootcheck/rootcheck-config.c	20 Sep 2007 04:06:00 -0000	1.7
+++ src/rootcheck/rootcheck-config.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/rootcheck.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/rootcheck.c,v
retrieving revision 1.27
diff -u -r1.27 rootcheck.c
--- src/rootcheck/rootcheck.c	25 Sep 2007 22:53:52 -0000	1.27
+++ src/rootcheck/rootcheck.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/rootcheck/rootcheck.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/rootcheck.h,v
retrieving revision 1.30
diff -u -r1.30 rootcheck.h
--- src/rootcheck/rootcheck.h	20 Sep 2007 04:06:00 -0000	1.30
+++ src/rootcheck/rootcheck.h	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/rootcheck/run_rk_check.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/run_rk_check.c,v
retrieving revision 1.34
diff -u -r1.34 run_rk_check.c
--- src/rootcheck/run_rk_check.c	22 Sep 2007 03:29:13 -0000	1.34
+++ src/rootcheck/run_rk_check.c	1 Oct 2007 05:18:53 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/win-common.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/win-common.c,v
retrieving revision 1.11
diff -u -r1.11 win-common.c
--- src/rootcheck/win-common.c	20 Sep 2007 04:06:00 -0000	1.11
+++ src/rootcheck/win-common.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
  
Index: src/rootcheck/win-process.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/win-process.c,v
retrieving revision 1.2
diff -u -r1.2 win-process.c
--- src/rootcheck/win-process.c	20 Sep 2007 04:06:00 -0000	1.2
+++ src/rootcheck/win-process.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/rootcheck/util/ads_dump.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/util/ads_dump.c,v
retrieving revision 1.1
diff -u -r1.1 ads_dump.c
--- src/rootcheck/util/ads_dump.c	28 Mar 2007 02:55:10 -0000	1.1
+++ src/rootcheck/util/ads_dump.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
  
Index: src/shared/debug_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/debug_op.c,v
retrieving revision 1.12
diff -u -r1.12 debug_op.c
--- src/shared/debug_op.c	18 Jun 2007 23:44:04 -0000	1.12
+++ src/shared/debug_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/file_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/file_op.c,v
retrieving revision 1.18
diff -u -r1.18 file_op.c
--- src/shared/file_op.c	7 Sep 2007 21:45:07 -0000	1.18
+++ src/shared/file_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/help.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/help.c,v
retrieving revision 1.6
diff -u -r1.6 help.c
--- src/shared/help.c	27 Sep 2007 21:56:23 -0000	1.6
+++ src/shared/help.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/list_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/list_op.c,v
retrieving revision 1.14
diff -u -r1.14 list_op.c
--- src/shared/list_op.c	7 Sep 2007 21:45:07 -0000	1.14
+++ src/shared/list_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/mem_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/mem_op.c,v
retrieving revision 1.4
diff -u -r1.4 mem_op.c
--- src/shared/mem_op.c	13 Aug 2007 02:11:49 -0000	1.4
+++ src/shared/mem_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/mq_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/mq_op.c,v
retrieving revision 1.22
diff -u -r1.22 mq_op.c
--- src/shared/mq_op.c	24 Mar 2007 01:20:12 -0000	1.22
+++ src/shared/mq_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/pthreads_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/pthreads_op.c,v
retrieving revision 1.5
diff -u -r1.5 pthreads_op.c
--- src/shared/pthreads_op.c	4 Jan 2007 19:16:01 -0000	1.5
+++ src/shared/pthreads_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/read-agents.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/read-agents.c,v
retrieving revision 1.6
diff -u -r1.6 read-agents.c
--- src/shared/read-agents.c	7 Apr 2007 02:28:58 -0000	1.6
+++ src/shared/read-agents.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/regex_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/regex_op.c,v
retrieving revision 1.9
diff -u -r1.9 regex_op.c
--- src/shared/regex_op.c	8 Jan 2007 21:15:11 -0000	1.9
+++ src/shared/regex_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/sig_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/sig_op.c,v
retrieving revision 1.5
diff -u -r1.5 sig_op.c
--- src/shared/sig_op.c	25 Jan 2007 03:24:54 -0000	1.5
+++ src/shared/sig_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/store_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/store_op.c,v
retrieving revision 1.7
diff -u -r1.7 store_op.c
--- src/shared/store_op.c	20 Sep 2007 04:06:01 -0000	1.7
+++ src/shared/store_op.c	1 Oct 2007 05:18:54 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/validate_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/validate_op.c,v
retrieving revision 1.20
diff -u -r1.20 validate_op.c
--- src/shared/validate_op.c	11 Jul 2007 04:26:59 -0000	1.20
+++ src/shared/validate_op.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/shared/wait_op.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/shared/wait_op.c,v
retrieving revision 1.1
diff -u -r1.1 wait_op.c
--- src/shared/wait_op.c	29 Aug 2006 19:35:43 -0000	1.1
+++ src/shared/wait_op.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/syscheckd/config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/syscheckd/config.c,v
retrieving revision 1.18
diff -u -r1.18 config.c
--- src/syscheckd/config.c	21 Sep 2007 01:53:42 -0000	1.18
+++ src/syscheckd/config.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/syscheckd/syscheck.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/syscheckd/syscheck.h,v
retrieving revision 1.10
diff -u -r1.10 syscheck.h
--- src/syscheckd/syscheck.h	8 May 2007 00:13:42 -0000	1.10
+++ src/syscheckd/syscheck.h	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/util/list_agents.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/util/list_agents.c,v
retrieving revision 1.3
diff -u -r1.3 list_agents.c
--- src/util/list_agents.c	5 Sep 2007 22:12:47 -0000	1.3
+++ src/util/list_agents.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/util/syscheck_update.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/util/syscheck_update.c,v
retrieving revision 1.12
diff -u -r1.12 syscheck_update.c
--- src/util/syscheck_update.c	24 Sep 2007 21:53:16 -0000	1.12
+++ src/util/syscheck_update.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/win32/add-localfile.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/add-localfile.c,v
retrieving revision 1.10
diff -u -r1.10 add-localfile.c
--- src/win32/add-localfile.c	26 Apr 2007 00:13:44 -0000	1.10
+++ src/win32/add-localfile.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/win32/extract-win-el.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/extract-win-el.c,v
retrieving revision 1.3
diff -u -r1.3 extract-win-el.c
--- src/win32/extract-win-el.c	17 Jul 2006 01:02:42 -0000	1.3
+++ src/win32/extract-win-el.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/win32/os_win.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/os_win.h,v
retrieving revision 1.5
diff -u -r1.5 os_win.h
--- src/win32/os_win.h	11 Jul 2007 04:26:59 -0000	1.5
+++ src/win32/os_win.h	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
 
Index: src/win32/service-start.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/service-start.c,v
retrieving revision 1.2
diff -u -r1.2 service-start.c
--- src/win32/service-start.c	27 Dec 2006 20:02:41 -0000	1.2
+++ src/win32/service-start.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/win32/service-stop.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/service-stop.c,v
retrieving revision 1.1
diff -u -r1.1 service-stop.c
--- src/win32/service-stop.c	27 Dec 2006 20:02:41 -0000	1.1
+++ src/win32/service-stop.c	1 Oct 2007 05:18:55 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        
Index: src/win32/setup-iis.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/win32/setup-iis.c,v
retrieving revision 1.13
diff -u -r1.13 setup-iis.c
--- src/win32/setup-iis.c	20 Sep 2007 04:06:01 -0000	1.13
+++ src/win32/setup-iis.c	1 Oct 2007 05:18:56 -0000
@@ -5,7 +5,7 @@
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
  * Foundation
  */
        

OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.