Imported Upstream version 2.7
[ossec-hids.git] / src / headers / list_op.h
index 536e06c..d395099 100755 (executable)
@@ -1,11 +1,12 @@
-/* @(#) $Id: list_op.h,v 1.12 2009/06/24 17:06:26 dcid Exp $ */
+/* @(#) $Id: ./src/headers/list_op.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * 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 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
@@ -28,7 +29,7 @@ typedef struct _OSList
     OSListNode *first_node;
     OSListNode *last_node;
     OSListNode *cur_node;
-    
+
     int currently_size;
     int max_size;