Update copyright notices to include year 2013
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
cd9c2714e7
commit
e056f93e60
8 changed files with 8 additions and 8 deletions
2
README
2
README
|
@ -1,7 +1,7 @@
|
|||
wpa_supplicant and hostapd
|
||||
--------------------------
|
||||
|
||||
Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi> and contributors
|
||||
Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi> and contributors
|
||||
All Rights Reserved.
|
||||
|
||||
These programs are licensed under the BSD license (the one with
|
||||
|
|
|
@ -2,7 +2,7 @@ hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
|
|||
Authenticator and RADIUS authentication server
|
||||
================================================================
|
||||
|
||||
Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi> and contributors
|
||||
Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi> and contributors
|
||||
All Rights Reserved.
|
||||
|
||||
This program is licensed under the BSD license (the one with
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
static const char *hostapd_cli_version =
|
||||
"hostapd_cli v" VERSION_STR "\n"
|
||||
"Copyright (c) 2004-2012, Jouni Malinen <j@w1.fi> and contributors";
|
||||
"Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> and contributors";
|
||||
|
||||
|
||||
static const char *hostapd_cli_license =
|
||||
|
|
|
@ -468,7 +468,7 @@ static void show_version(void)
|
|||
"hostapd v" VERSION_STR "\n"
|
||||
"User space daemon for IEEE 802.11 AP management,\n"
|
||||
"IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator\n"
|
||||
"Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi> "
|
||||
"Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi> "
|
||||
"and contributors\n");
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
WPA Supplicant
|
||||
==============
|
||||
|
||||
Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi> and contributors
|
||||
Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi> and contributors
|
||||
All Rights Reserved.
|
||||
|
||||
This program is licensed under the BSD license (the one with
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
static const char *wpa_cli_version =
|
||||
"wpa_cli v" VERSION_STR "\n"
|
||||
"Copyright (c) 2004-2012, Jouni Malinen <j@w1.fi> and contributors";
|
||||
"Copyright (c) 2004-2013, Jouni Malinen <j@w1.fi> and contributors";
|
||||
|
||||
|
||||
static const char *wpa_cli_license =
|
||||
|
|
|
@ -709,7 +709,7 @@ void WpaGui::helpContents()
|
|||
void WpaGui::helpAbout()
|
||||
{
|
||||
QMessageBox::about(this, "wpa_gui for wpa_supplicant",
|
||||
"Copyright (c) 2003-2012,\n"
|
||||
"Copyright (c) 2003-2013,\n"
|
||||
"Jouni Malinen <j@w1.fi>\n"
|
||||
"and contributors.\n"
|
||||
"\n"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
const char *wpa_supplicant_version =
|
||||
"wpa_supplicant v" VERSION_STR "\n"
|
||||
"Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi> and contributors";
|
||||
"Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi> and contributors";
|
||||
|
||||
const char *wpa_supplicant_license =
|
||||
"This software may be distributed under the terms of the BSD license.\n"
|
||||
|
|
Loading…
Reference in a new issue