[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: COPYRIGHT (HEAD) os_match.c (HEAD) os_match_compile.c (HEAD) os_match_execute.c (HEAD) os_match_free_pattern.c (HEAD) os_regex.c (HEAD) os_regex.h (HEAD) os_regex_compile.c (HEAD) os_regex_execute.c (HEAD) os_regex_free_pattern.c (HEAD) os_regex_free_substrings.c (HEAD) os_regex_internal.h (HEAD) os_regex_maps.h (HEAD) os_regex_match.c (HEAD) os_regex_str.c (HEAD) os_regex_strbreak.c (HEAD) [dcid]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: COPYRIGHT (HEAD) os_match.c (HEAD) os_match_compile.c (HEAD) os_match_execute.c (HEAD) os_match_free_pattern.c (HEAD) os_regex.c (HEAD) os_regex.h (HEAD) os_regex_compile.c (HEAD) os_regex_execute.c (HEAD) os_regex_free_pattern.c (HEAD) os_regex_free_substrings.c (HEAD) os_regex_internal.h (HEAD) os_regex_maps.h (HEAD) os_regex_match.c (HEAD) os_regex_str.c (HEAD) os_regex_strbreak.c (HEAD) [dcid]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Wed, 3 Oct 2007 22:42:16 -0300 (ADT)
- Authentication-results: mx.google.com; spf=pass (google.com: domain of dcid+caf_=ossec-cvs=googlegroups.com@xxxxxxxxx designates 64.233.182.191 as permitted sender) smtp.mail=dcid+caf_=ossec-cvs=googlegroups.com@xxxxxxxxx
- Authentication-results: mx.google.com; spf=neutral (google.com: domain of cvs-commit@xxxxxxxxx does not designate 206.47.199.13 as permitted sender) smtp.mail=dcid@xxxxxxxxxxxxxxxx
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: dcid 07/10/03 22:41:41
Modified files:
COPYRIGHT os_match.c os_match_compile.c os_match_execute.c
os_match_free_pattern.c os_regex.c os_regex.h os_regex_compile.c
os_regex_execute.c os_regex_free_pattern.c os_regex_free_substrings.c
os_regex_internal.h os_regex_maps.h os_regex_match.c os_regex_str.c
os_regex_strbreak.c
Log message:
Description: Changing all missing files from gplv2 to gplv3. Thanks to Jeff Schroeder for the patch.
Reviewed by: dcid
Bug:
Index: COPYRIGHT
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/COPYRIGHT,v
diff -u -r1.2 -r1.3
--- COPYRIGHT 5 Sep 2007 00:38:28 -0000 1.2
+++ COPYRIGHT 4 Oct 2007 01:41:41 -0000 1.3
@@ -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: os_match.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match.c,v
diff -u -r1.1 -r1.2
--- os_match.c 18 Apr 2006 19:32:08 -0000 1.1
+++ os_match.c 4 Oct 2007 01:41:41 -0000 1.2
@@ -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: os_match_compile.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match_compile.c,v
diff -u -r1.2 -r1.3
--- os_match_compile.c 9 May 2006 14:28:26 -0000 1.2
+++ os_match_compile.c 4 Oct 2007 01:41:41 -0000 1.3
@@ -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: os_match_execute.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match_execute.c,v
diff -u -r1.4 -r1.5
--- os_match_execute.c 1 Jun 2006 15:01:21 -0000 1.4
+++ os_match_execute.c 4 Oct 2007 01:41:41 -0000 1.5
@@ -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: os_match_free_pattern.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_match_free_pattern.c,v
diff -u -r1.2 -r1.3
--- os_match_free_pattern.c 9 May 2006 14:28:26 -0000 1.2
+++ os_match_free_pattern.c 4 Oct 2007 01:41:41 -0000 1.3
@@ -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: os_regex.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex.c,v
diff -u -r1.4 -r1.5
--- os_regex.c 3 Jan 2006 23:37:49 -0000 1.4
+++ os_regex.c 4 Oct 2007 01:41:41 -0000 1.5
@@ -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: os_regex.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex.h,v
diff -u -r1.12 -r1.13
--- os_regex.h 5 Sep 2007 00:38:28 -0000 1.12
+++ os_regex.h 4 Oct 2007 01:41:41 -0000 1.13
@@ -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: os_regex_compile.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_compile.c,v
diff -u -r1.11 -r1.12
--- os_regex_compile.c 28 Mar 2007 02:53:57 -0000 1.11
+++ os_regex_compile.c 4 Oct 2007 01:41:41 -0000 1.12
@@ -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: os_regex_execute.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_execute.c,v
diff -u -r1.11 -r1.12
--- os_regex_execute.c 27 Dec 2006 18:18:01 -0000 1.11
+++ os_regex_execute.c 4 Oct 2007 01:41:41 -0000 1.12
@@ -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: os_regex_free_pattern.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_free_pattern.c,v
diff -u -r1.1 -r1.2
--- os_regex_free_pattern.c 3 Jan 2006 03:25:37 -0000 1.1
+++ os_regex_free_pattern.c 4 Oct 2007 01:41:41 -0000 1.2
@@ -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: os_regex_free_substrings.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_free_substrings.c,v
diff -u -r1.1 -r1.2
--- os_regex_free_substrings.c 3 Jan 2006 03:25:37 -0000 1.1
+++ os_regex_free_substrings.c 4 Oct 2007 01:41:41 -0000 1.2
@@ -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: os_regex_internal.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_internal.h,v
diff -u -r1.11 -r1.12
--- os_regex_internal.h 2 Jun 2007 21:23:31 -0000 1.11
+++ os_regex_internal.h 4 Oct 2007 01:41:41 -0000 1.12
@@ -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: os_regex_maps.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_maps.h,v
diff -u -r1.3 -r1.4
--- os_regex_maps.h 24 Mar 2007 01:20:11 -0000 1.3
+++ os_regex_maps.h 4 Oct 2007 01:41:41 -0000 1.4
@@ -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: os_regex_match.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_match.c,v
diff -u -r1.2 -r1.3
--- os_regex_match.c 29 Jan 2006 01:05:40 -0000 1.2
+++ os_regex_match.c 4 Oct 2007 01:41:41 -0000 1.3
@@ -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: os_regex_str.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_str.c,v
diff -u -r1.4 -r1.5
--- os_regex_str.c 21 Mar 2006 20:19:01 -0000 1.4
+++ os_regex_str.c 4 Oct 2007 01:41:41 -0000 1.5
@@ -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: os_regex_strbreak.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_regex/os_regex_strbreak.c,v
diff -u -r1.3 -r1.4
--- os_regex_strbreak.c 3 Jan 2006 03:25:37 -0000 1.3
+++ os_regex_strbreak.c 4 Oct 2007 01:41:41 -0000 1.4
@@ -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.