wpa_gui: Update licence notification text in wpa_gui
authorJouni Malinen <j@w1.fi>
Mon, 2 Jul 2012 09:11:01 +0000 (12:11 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 2 Jul 2012 09:11:01 +0000 (12:11 +0300)
The Help|About message box was still referring to the old license
alternatives.

Signed-hostap: Jouni Malinen <j@w1.fi>

wpa_supplicant/wpa_gui-qt4/wpagui.cpp

index 97211e4..46cfc8f 100644 (file)
@@ -713,17 +713,13 @@ void WpaGui::helpContents()
 void WpaGui::helpAbout()
 {
        QMessageBox::about(this, "wpa_gui for wpa_supplicant",
-                          "Copyright (c) 2003-2011,\n"
+                          "Copyright (c) 2003-2012,\n"
                           "Jouni Malinen <j@w1.fi>\n"
                           "and contributors.\n"
                           "\n"
-                          "This program is free software. You can\n"
-                          "distribute it and/or modify it under the terms "
-                          "of\n"
-                          "the GNU General Public License version 2.\n"
-                          "\n"
-                          "Alternatively, this software may be distributed\n"
-                          "under the terms of the BSD license.\n"
+                          "This software may be distributed under\n"
+                          "the terms of the BSD license.\n"
+                          "See README for more details.\n"
                           "\n"
                           "This product includes software developed\n"
                           "by the OpenSSL Project for use in the\n"