Browse Source

Update copyright notices for the new year 2017

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 8 years ago
parent
commit
6774c6a9fe

+ 1 - 1
CONTRIBUTIONS

@@ -140,7 +140,7 @@ The license terms used for hostap.git files
 
 
 Modified BSD license (no advertisement clause):
 Modified BSD license (no advertisement clause):
 
 
-Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 All Rights Reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
COPYING

@@ -1,7 +1,7 @@
 wpa_supplicant and hostapd
 wpa_supplicant and hostapd
 --------------------------
 --------------------------
 
 
-Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 All Rights Reserved.
 
 
 
 

+ 1 - 1
README

@@ -1,7 +1,7 @@
 wpa_supplicant and hostapd
 wpa_supplicant and hostapd
 --------------------------
 --------------------------
 
 
-Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 All Rights Reserved.
 
 
 These programs are licensed under the BSD license (the one with
 These programs are licensed under the BSD license (the one with

+ 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
 	  Authenticator and RADIUS authentication server
 ================================================================
 ================================================================
 
 
-Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 All Rights Reserved.
 
 
 This program is licensed under the BSD license (the one with
 This program is licensed under the BSD license (the one with

+ 2 - 2
hostapd/hlr_auc_gw.c

@@ -1,6 +1,6 @@
 /*
 /*
  * HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
  * HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
- * Copyright (c) 2005-2007, 2012-2016, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2005-2007, 2012-2017, Jouni Malinen <j@w1.fi>
  *
  *
  * This software may be distributed under the terms of the BSD license.
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
  * See README for more details.
@@ -973,7 +973,7 @@ static void usage(void)
 {
 {
 	printf("HLR/AuC testing gateway for hostapd EAP-SIM/AKA "
 	printf("HLR/AuC testing gateway for hostapd EAP-SIM/AKA "
 	       "database/authenticator\n"
 	       "database/authenticator\n"
-	       "Copyright (c) 2005-2016, Jouni Malinen <j@w1.fi>\n"
+	       "Copyright (c) 2005-2017, Jouni Malinen <j@w1.fi>\n"
 	       "\n"
 	       "\n"
 	       "usage:\n"
 	       "usage:\n"
 	       "hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] "
 	       "hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] "

+ 2 - 2
hostapd/hostapd_cli.c

@@ -1,6 +1,6 @@
 /*
 /*
  * hostapd - command line interface for hostapd daemon
  * hostapd - command line interface for hostapd daemon
- * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
  *
  *
  * This software may be distributed under the terms of the BSD license.
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
  * See README for more details.
@@ -21,7 +21,7 @@
 
 
 static const char *const hostapd_cli_version =
 static const char *const hostapd_cli_version =
 "hostapd_cli v" VERSION_STR "\n"
 "hostapd_cli v" VERSION_STR "\n"
-"Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> and contributors";
+"Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> and contributors";
 
 
 static struct wpa_ctrl *ctrl_conn;
 static struct wpa_ctrl *ctrl_conn;
 static int hostapd_cli_quit = 0;
 static int hostapd_cli_quit = 0;

+ 2 - 2
hostapd/main.c

@@ -1,6 +1,6 @@
 /*
 /*
  * hostapd / main()
  * hostapd / main()
- * Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
  *
  *
  * This software may be distributed under the terms of the BSD license.
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
  * See README for more details.
@@ -451,7 +451,7 @@ static void show_version(void)
 		"hostapd v" VERSION_STR "\n"
 		"hostapd v" VERSION_STR "\n"
 		"User space daemon for IEEE 802.11 AP management,\n"
 		"User space daemon for IEEE 802.11 AP management,\n"
 		"IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator\n"
 		"IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator\n"
-		"Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> "
+		"Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> "
 		"and contributors\n");
 		"and contributors\n");
 }
 }
 
 

+ 2 - 2
wpa_supplicant/README

@@ -1,7 +1,7 @@
 WPA Supplicant
 WPA Supplicant
 ==============
 ==============
 
 
-Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi> and contributors
 All Rights Reserved.
 All Rights Reserved.
 
 
 This program is licensed under the BSD license (the one with
 This program is licensed under the BSD license (the one with
@@ -83,7 +83,7 @@ Supported WPA/IEEE 802.11i features:
 	  authentication)
 	  authentication)
   (following methods are supported, but since they do not generate keying
   (following methods are supported, but since they do not generate keying
    material, they cannot be used with WPA or IEEE 802.1X WEP keying)
    material, they cannot be used with WPA or IEEE 802.1X WEP keying)
-  * EAP-MD5-Challenge 
+  * EAP-MD5-Challenge
   * EAP-MSCHAPv2
   * EAP-MSCHAPv2
   * EAP-GTC
   * EAP-GTC
   * EAP-OTP
   * EAP-OTP

+ 1 - 1
wpa_supplicant/doc/docbook/eapol_test.sgml

@@ -194,7 +194,7 @@ eapol_test -ctest.conf -a127.0.0.1 -p1812 -ssecret -r1
   </refsect1>
   </refsect1>
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 1 - 1
wpa_supplicant/doc/docbook/wpa_background.sgml

@@ -90,7 +90,7 @@
 
 
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 1 - 1
wpa_supplicant/doc/docbook/wpa_cli.sgml

@@ -345,7 +345,7 @@ CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
   </refsect1>
   </refsect1>
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 1 - 1
wpa_supplicant/doc/docbook/wpa_gui.sgml

@@ -91,7 +91,7 @@
   </refsect1>
   </refsect1>
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 2 - 2
wpa_supplicant/doc/docbook/wpa_passphrase.sgml

@@ -18,7 +18,7 @@
   </refsynopsisdiv>
   </refsynopsisdiv>
 
 
   <refsect1>
   <refsect1>
-    <title>Overview</title> 
+    <title>Overview</title>
 
 
     <para><command>wpa_passphrase</command> pre-computes PSK entries for
     <para><command>wpa_passphrase</command> pre-computes PSK entries for
     network configuration blocks of a
     network configuration blocks of a
@@ -62,7 +62,7 @@
   </refsect1>
   </refsect1>
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 1 - 1
wpa_supplicant/doc/docbook/wpa_priv.sgml

@@ -137,7 +137,7 @@ wpa_supplicant -i ath0 -c wpa_supplicant.conf
   </refsect1>
   </refsect1>
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 3 - 3
wpa_supplicant/doc/docbook/wpa_supplicant.sgml

@@ -565,7 +565,7 @@ wpa_supplicant \
 	using ap_scan=0 option in configuration file.</para>
 	using ap_scan=0 option in configuration file.</para>
 	</listitem>
 	</listitem>
       </varlistentry>
       </varlistentry>
-      
+
       <varlistentry>
       <varlistentry>
 	<term>Wired Ethernet drivers</term>
 	<term>Wired Ethernet drivers</term>
 	<listitem>
 	<listitem>
@@ -590,7 +590,7 @@ wpa_supplicant \
       </varlistentry>
       </varlistentry>
     </variablelist>
     </variablelist>
 
 
-	
+
     <para>wpa_supplicant was designed to be portable for different
     <para>wpa_supplicant was designed to be portable for different
     drivers and operating systems. Hopefully, support for more wlan
     drivers and operating systems. Hopefully, support for more wlan
     cards and OSes will be added in the future. See developer.txt for
     cards and OSes will be added in the future. See developer.txt for
@@ -729,7 +729,7 @@ fi
   </refsect1>
   </refsect1>
   <refsect1>
   <refsect1>
     <title>Legal</title>
     <title>Legal</title>
-    <para>wpa_supplicant is copyright (c) 2003-2016,
+    <para>wpa_supplicant is copyright (c) 2003-2017,
     Jouni Malinen <email>j@w1.fi</email> and
     Jouni Malinen <email>j@w1.fi</email> and
     contributors.
     contributors.
     All Rights Reserved.</para>
     All Rights Reserved.</para>

+ 2 - 2
wpa_supplicant/wpa_cli.c

@@ -1,6 +1,6 @@
 /*
 /*
  * WPA Supplicant - command line interface for wpa_supplicant daemon
  * WPA Supplicant - command line interface for wpa_supplicant daemon
- * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
  *
  *
  * This software may be distributed under the terms of the BSD license.
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
  * See README for more details.
@@ -29,7 +29,7 @@
 
 
 static const char *const wpa_cli_version =
 static const char *const wpa_cli_version =
 "wpa_cli v" VERSION_STR "\n"
 "wpa_cli v" VERSION_STR "\n"
-"Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> and contributors";
+"Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> and contributors";
 
 
 #define VENDOR_ELEM_FRAME_ID \
 #define VENDOR_ELEM_FRAME_ID \
 	"  0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), " \
 	"  0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), " \

+ 1 - 1
wpa_supplicant/wpa_priv.c

@@ -1190,7 +1190,7 @@ static void wpa_priv_fd_workaround(void)
 static void usage(void)
 static void usage(void)
 {
 {
 	printf("wpa_priv v" VERSION_STR "\n"
 	printf("wpa_priv v" VERSION_STR "\n"
-	       "Copyright (c) 2007-2016, Jouni Malinen <j@w1.fi> and "
+	       "Copyright (c) 2007-2017, Jouni Malinen <j@w1.fi> and "
 	       "contributors\n"
 	       "contributors\n"
 	       "\n"
 	       "\n"
 	       "usage:\n"
 	       "usage:\n"

+ 2 - 2
wpa_supplicant/wpa_supplicant.c

@@ -1,6 +1,6 @@
 /*
 /*
  * WPA Supplicant
  * WPA Supplicant
- * Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi>
  *
  *
  * This software may be distributed under the terms of the BSD license.
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
  * See README for more details.
@@ -62,7 +62,7 @@
 
 
 const char *const wpa_supplicant_version =
 const char *const wpa_supplicant_version =
 "wpa_supplicant v" VERSION_STR "\n"
 "wpa_supplicant v" VERSION_STR "\n"
-"Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi> and contributors";
+"Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi> and contributors";
 
 
 const char *const wpa_supplicant_license =
 const char *const wpa_supplicant_license =
 "This software may be distributed under the terms of the BSD license.\n"
 "This software may be distributed under the terms of the BSD license.\n"