Imported Upstream version 2.7
[ossec-hids.git] / src / analysisd / picviz.c
index 8f9a320..a98ff1b 100644 (file)
@@ -1,4 +1,5 @@
-/* @(#) $Id: picviz.c,v 1.2 2009/06/24 17:06:22 dcid Exp $ */
+/* @(#) $Id: ./src/analysisd/picviz.c, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Sebastien Tricaud
  * Copyright (C) 2009 Trend Micro Inc.
@@ -6,7 +7,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 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
@@ -27,7 +28,7 @@ void OS_PicvizOpen(char *socket)
     if(!picviz_fp)
     {
         merror("%s: Unable to open picviz socket file '%s'.",
-               ARGV0, socket); 
+               ARGV0, socket);
     }
 }