Update copyright notices to include the new year
authorJouni Malinen <j@w1.fi>
Sun, 27 Feb 2011 10:50:00 +0000 (12:50 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Feb 2011 10:50:00 +0000 (12:50 +0200)
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
www/hostapd/index.html
www/index.html
www/wpa_supplicant/index.html

index 1af487d..a211cdd 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-2010, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2002-2011, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 
 This program is dual-licensed under both the GPL version 2 and BSD
index 618ec26..a48d773 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * hostapd - command line interface for hostapd daemon
- * Copyright (c) 2004-2010, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2004-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -22,7 +22,7 @@
 
 static const char *hostapd_cli_version =
 "hostapd_cli v" VERSION_STR "\n"
-"Copyright (c) 2004-2010, Jouni Malinen <j@w1.fi> and contributors";
+"Copyright (c) 2004-2011, Jouni Malinen <j@w1.fi> and contributors";
 
 
 static const char *hostapd_cli_license =
index b03fdd8..94cdbba 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * hostapd / main()
- * Copyright (c) 2002-2010, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2002-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -448,7 +448,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-2010, Jouni Malinen <j@w1.fi> "
+               "Copyright (c) 2002-2011, Jouni Malinen <j@w1.fi> "
                "and contributors\n");
 }
 
index 54766db..793e21f 100644 (file)
@@ -1,7 +1,7 @@
 WPA Supplicant
 ==============
 
-Copyright (c) 2003-2010, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2003-2011, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 
 This program is dual-licensed under both the GPL version 2 and BSD
index b59ed1f..d888a8e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * WPA Supplicant - command line interface for wpa_supplicant daemon
- * Copyright (c) 2004-2010, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2004-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -29,7 +29,7 @@
 
 static const char *wpa_cli_version =
 "wpa_cli v" VERSION_STR "\n"
-"Copyright (c) 2004-2010, Jouni Malinen <j@w1.fi> and contributors";
+"Copyright (c) 2004-2011, Jouni Malinen <j@w1.fi> and contributors";
 
 
 static const char *wpa_cli_license =
index e3dbbc3..97bf5ac 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * wpa_gui - WpaGui class
- * Copyright (c) 2005-2010, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2005-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -719,7 +719,7 @@ void WpaGui::helpContents()
 void WpaGui::helpAbout()
 {
        QMessageBox::about(this, "wpa_gui for wpa_supplicant",
-                          "Copyright (c) 2003-2010,\n"
+                          "Copyright (c) 2003-2011,\n"
                           "Jouni Malinen <j@w1.fi>\n"
                           "and contributors.\n"
                           "\n"
index 27f6c05..6a1a7e3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * WPA Supplicant
- * Copyright (c) 2003-2010, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2003-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -51,7 +51,7 @@
 
 const char *wpa_supplicant_version =
 "wpa_supplicant v" VERSION_STR "\n"
-"Copyright (c) 2003-2010, Jouni Malinen <j@w1.fi> and contributors";
+"Copyright (c) 2003-2011, Jouni Malinen <j@w1.fi> and contributors";
 
 const char *wpa_supplicant_license =
 "This program is free software. You can distribute it and/or modify it\n"
index c657296..f8ad8d4 100644 (file)
@@ -92,7 +92,7 @@ available in <a href="/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=hostapd/eap
 
 <p>
 <b>hostapd</b><br>
-Copyright (c) 2002-2010, Jouni Malinen &lt;j@w1.fi&gt;
+Copyright (c) 2002-2011, Jouni Malinen &lt;j@w1.fi&gt;
 and contributors.
 </p>
 
@@ -258,7 +258,7 @@ bug/feature request</a>.
     <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
 <!-- Created: Sun Jan  2 17:20:17 PST 2005 -->
 <!-- hhmts start -->
-Last modified: Tue Sep  7 19:43:58 EEST 2010
+Last modified: Sun Feb 27 12:48:54 EET 2011
 <!-- hhmts end -->
     </div>
   </body>
index 16044c7..4eac965 100644 (file)
@@ -141,13 +141,13 @@ and contributors.
 
 <p>
 <b>hostapd</b><br>
-Copyright (c) 2002-2010, Jouni Malinen &lt;j@w1.fi&gt;
+Copyright (c) 2002-2011, Jouni Malinen &lt;j@w1.fi&gt;
 and contributors.
 </p>
 
 <p>
 <b>wpa_supplicant</b><br>
-Copyright (c) 2003-2010, Jouni Malinen &lt;j@w1.fi&gt;
+Copyright (c) 2003-2011, Jouni Malinen &lt;j@w1.fi&gt;
 and contributors.
 </p>
 
@@ -277,7 +277,7 @@ get lost, please report it through the bug tracking system as
     <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
 <!-- Created: Mon May 27 20:08:41 EEST 2002 -->
 <!-- hhmts start -->
-Last modified: Tue Sep  7 19:40:59 EEST 2010
+Last modified: Sun Feb 27 12:48:42 EET 2011
 <!-- hhmts end -->
     </div>
   </body>
index 03e5b54..9cba6bd 100644 (file)
@@ -142,7 +142,7 @@ other drivers.</p>
 
 <p>
 <b>wpa_supplicant</b><br>
-Copyright (c) 2003-2010, Jouni Malinen &lt;j@w1.fi&gt;
+Copyright (c) 2003-2011, Jouni Malinen &lt;j@w1.fi&gt;
 and contributors.
 </p>
 
@@ -350,7 +350,7 @@ bug/feature request</a>.
     <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
 <!-- Created: Sat May 22 21:41:58 PDT 2004 -->
 <!-- hhmts start -->
-Last modified: Tue Sep  7 19:42:20 EEST 2010
+Last modified: Sun Feb 27 12:48:48 EET 2011
 <!-- hhmts end -->
     </div>
   </body>