]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Update copyright notices to include year 2013
authorJouni Malinen <j@w1.fi>
Tue, 1 Jan 2013 12:05:25 +0000 (14:05 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:53 +0000 (17:51 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

README
hostapd/README
hostapd/hostapd_cli.c
hostapd/main.c
wpa_supplicant/README
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_gui-qt4/wpagui.cpp
wpa_supplicant/wpa_supplicant.c

diff --git a/README b/README
index 1721a3b222124c0b56d4c3bdca2b77f1b1f8fc83..b0f2e6e2e2df00e1c6dfeb43f08790be0343a644 100644 (file)
--- a/README
+++ b/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
index 34dad3034268c667c4db124442431f3dcd50a254..39b70cabe2fb7c9bcf13feff40512854903e0e1f 100644 (file)
@@ -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
index e8e1bb24a1c583103a6cc121b0f660178d5e843a..0e840eaf7207657ee7a4b819fdac3bfbb40cd462 100644 (file)
@@ -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 =
index 56f00023bea829b81ea3108726e2f73f2d3b2bfa..d4256d0f6ead88416b8fd2bae1d5e2c3f58d05b1 100644 (file)
@@ -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");
 }
 
index a06e5c1fafa5212c2825dbcc9a413ef06c9a171a..d84e61e4b0528b1ef1ebd104d4c4e78a8ed303f5 100644 (file)
@@ -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
index 0c6ef5e8ad1250f12f9f2735abfd2bc8bba90843..632db804bdda10c0dfe19b011000c2decbc4ed66 100644 (file)
@@ -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 =
index 42e14f01f2b93b7428f19c61beee0f8c76227b88..6bba8d21ad2f8e0b7aa1b55f1b3509533649ca8b 100644 (file)
@@ -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"
index 0fb4d0fd4705e2fdcde31f29e0efb8da9229000f..edf192731bb73b9b8cc673819bf56afc203700c9 100644 (file)
@@ -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"