Browse Source

Update copyright notices to include the new year

Jouni Malinen 14 years ago
parent
commit
9e0749737c

+ 1 - 1
hostapd/README

@@ -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

+ 2 - 2
hostapd/hostapd_cli.c

@@ -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 =

+ 2 - 2
hostapd/main.c

@@ -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");
 }
 

+ 1 - 1
wpa_supplicant/README

@@ -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

+ 2 - 2
wpa_supplicant/wpa_cli.c

@@ -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 =

+ 2 - 2
wpa_supplicant/wpa_gui-qt4/wpagui.cpp

@@ -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"

+ 2 - 2
wpa_supplicant/wpa_supplicant.c

@@ -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"

+ 2 - 2
www/hostapd/index.html

@@ -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>

+ 3 - 3
www/index.html

@@ -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>

+ 2 - 2
www/wpa_supplicant/index.html

@@ -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>