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

[ossec-cvs] ossec-hids: os_lib_agent.php (HEAD) ossec_formats.php (HEAD) ossec_categories.php (HEAD) os_lib_stats.php (HEAD) os_lib_handle.php (HEAD) os_lib_mapping.php (HEAD) os_lib_firewall.php (HEAD) os_lib_util.php (HEAD) [brownoxford]



Module name:	ossec-hids
Changes by:	brownoxford	07/10/19 14:46:39

Modified files:
	os_lib_agent.php ossec_formats.php ossec_categories.php
	os_lib_stats.php os_lib_handle.php os_lib_mapping.php
	os_lib_firewall.php os_lib_util.php

Log message:
Description: Upgraded all files with licence blocks to reference GPLv3 and copyright dates 2006-2007. Some files referenced only 2006 and some still referenced GPLv2. Also updated LICENCE file with
contents of GPLv3
Reviewed by: Chris Abernethy
Bug:

Index: os_lib_agent.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/os_lib_agent.php,v
diff -u -r1.3 -r1.4
--- os_lib_agent.php	16 Oct 2007 21:29:23 -0000	1.3
+++ os_lib_agent.php	19 Oct 2007 17:46:39 -0000	1.4
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2006 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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
  */
        

Index: ossec_formats.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/ossec_formats.php,v
diff -u -r1.2 -r1.3
--- ossec_formats.php	29 Sep 2007 01:27:15 -0000	1.2
+++ ossec_formats.php	19 Oct 2007 17:46:39 -0000	1.3
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2007 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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
  */
 

Index: ossec_categories.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/ossec_categories.php,v
diff -u -r1.5 -r1.6
--- ossec_categories.php	29 Sep 2007 01:27:15 -0000	1.5
+++ ossec_categories.php	19 Oct 2007 17:46:39 -0000	1.6
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2006 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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
  */
 

Index: os_lib_stats.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/os_lib_stats.php,v
diff -u -r1.2 -r1.3
--- os_lib_stats.php	5 Nov 2006 15:46:51 -0000	1.2
+++ os_lib_stats.php	19 Oct 2007 17:46:39 -0000	1.3
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2006 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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
  */
        

Index: os_lib_handle.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/os_lib_handle.php,v
diff -u -r1.4 -r1.5
--- os_lib_handle.php	29 Sep 2007 01:27:15 -0000	1.4
+++ os_lib_handle.php	19 Oct 2007 17:46:39 -0000	1.5
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2006 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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
  */
        

Index: os_lib_mapping.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/os_lib_mapping.php,v
diff -u -r1.2 -r1.3
--- os_lib_mapping.php	5 Nov 2006 15:46:51 -0000	1.2
+++ os_lib_mapping.php	19 Oct 2007 17:46:39 -0000	1.3
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2006 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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
  */
        

Index: os_lib_firewall.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/os_lib_firewall.php,v
diff -u -r1.2 -r1.3
--- os_lib_firewall.php	16 Oct 2007 21:16:15 -0000	1.2
+++ os_lib_firewall.php	19 Oct 2007 17:46:39 -0000	1.3
@@ -6,7 +6,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_lib_util.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/oswui/lib/os_lib_util.php,v
diff -u -r1.2 -r1.3
--- os_lib_util.php	5 Nov 2006 15:46:51 -0000	1.2
+++ os_lib_util.php	19 Oct 2007 17:46:39 -0000	1.3
@@ -1,12 +1,12 @@
 <?php
 /* @(#) $Id$ */
 
-/* Copyright (C) 2006 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2006-2007 Daniel B. Cid <dcid@xxxxxxxxx>
  * 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 home | Main Index | Thread Index


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