Imported Upstream version 2.7
[ossec-hids.git] / src / win32 / setup-syscheck.c
index 47f4347..c20bcfe 100755 (executable)
@@ -1,14 +1,15 @@
-/* @(#) $Id: setup-syscheck.c,v 1.5 2009/06/24 18:53:10 dcid Exp $ */
+/* @(#) $Id: ./src/win32/setup-syscheck.c, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * 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 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
-       
+
 
 #include "setup-shared.h"
 #include "os_xml/os_xml.h"
@@ -22,7 +23,7 @@ int main(int argc, char **argv)
 {
     char *status;
     char *(xml_syscheck_status[])={"ossec_config","syscheck","disabled", NULL};
-    
+
     if(argc < 3)
     {
         printf("%s: Invalid syntax.\n", argv[0]);