mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 03:23:04 -05:00
wpa_gui: Update licence notification text in wpa_gui
The Help|About message box was still referring to the old license alternatives. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c5a3cebfc8
commit
17096391c5
@ -713,17 +713,13 @@ void WpaGui::helpContents()
|
|||||||
void WpaGui::helpAbout()
|
void WpaGui::helpAbout()
|
||||||
{
|
{
|
||||||
QMessageBox::about(this, "wpa_gui for wpa_supplicant",
|
QMessageBox::about(this, "wpa_gui for wpa_supplicant",
|
||||||
"Copyright (c) 2003-2011,\n"
|
"Copyright (c) 2003-2012,\n"
|
||||||
"Jouni Malinen <j@w1.fi>\n"
|
"Jouni Malinen <j@w1.fi>\n"
|
||||||
"and contributors.\n"
|
"and contributors.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"This program is free software. You can\n"
|
"This software may be distributed under\n"
|
||||||
"distribute it and/or modify it under the terms "
|
"the terms of the BSD license.\n"
|
||||||
"of\n"
|
"See README for more details.\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"
|
|
||||||
"\n"
|
"\n"
|
||||||
"This product includes software developed\n"
|
"This product includes software developed\n"
|
||||||
"by the OpenSSL Project for use in the\n"
|
"by the OpenSSL Project for use in the\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user