new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / win32 / ui / win32ui.rc
index e6cace7..a3d7cb2 100644 (file)
@@ -1,18 +1,12 @@
-/* @(#) $Id: win32ui.rc,v 1.7 2009/06/24 18:53:11 dcid Exp $ */\r
-\r
 /* Copyright (C) 2009 Trend Micro Inc.\r
  * All rights reserved.\r
  *\r
  * This program is a free software; you can redistribute it\r
  * and/or modify it under the terms of the GNU General Public\r
- * License (version 3) as published by the FSF - Free Software\r
+ * License (version 2) as published by the FSF - Free Software\r
  * Foundation.\r
- *\r
- * License details at the LICENSE file included with OSSEC or \r
- * online at: http://www.ossec.net/en/licensing.html\r
  */\r
 \r
-\r
 #include <windows.h>\r
 \r
 #include "os_win32ui.h"\r
@@ -28,18 +22,18 @@ CAPTION "About OSSEC"
 FONT 8, "MS Sans Serif"\r
 BEGIN\r
     DEFPUSHBUTTON  "&Close",UI_ID_CLOSE,90,90,50,14\r
-    GROUPBOX       " Copyright (C) 2009 Trend Micro Inc.",\r
+    GROUPBOX       " Copyright (C) 2014 Trend Micro Inc.",\r
                    IDC_STATIC,7,7,245,82\r
     CTEXT   "This program is a free software; you can redistribute it" \\r
             " and/or modify it under the terms of the GNU General" \\r
-            " Public License (GPL) version 3 as published by the FSF" \\r
+            " Public License (GPL) version 2 as published by the FSF" \\r
             " - Free Software Foundation\r\n\r\n" \\r
             "For more information, visit us online at http://www.ossec.net",\r
             IDC_STATIC,16,18,200,63\r
 END\r
 \r
 \r
-IDD_MAIN DIALOG DISCARDABLE  0, 0, 207, 156\r
+IDD_MAIN DIALOG DISCARDABLE  0, 0, 212, 156\r
 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
 CAPTION "OSSEC Agent Manager"\r
 FONT 8, "MS Sans Serif"\r