Update copyright notices for the new year 2016

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2016-01-01 13:08:57 +02:00
parent ff518fbd05
commit 15c5606758
18 changed files with 23 additions and 23 deletions

View file

@ -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-2015, Jouni Malinen <j@w1.fi> and contributors Copyright (c) 2002-2016, 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

View file

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

2
README
View file

@ -1,7 +1,7 @@
wpa_supplicant and hostapd wpa_supplicant and hostapd
-------------------------- --------------------------
Copyright (c) 2002-2015, Jouni Malinen <j@w1.fi> and contributors Copyright (c) 2002-2016, 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

View file

@ -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-2015, Jouni Malinen <j@w1.fi> and contributors Copyright (c) 2002-2016, 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

View file

@ -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-2015, Jouni Malinen <j@w1.fi> * Copyright (c) 2005-2007, 2012-2016, 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-2007, 2012-2015, Jouni Malinen <j@w1.fi>\n" "Copyright (c) 2005-2016, 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>] "

View file

@ -1,6 +1,6 @@
/* /*
* hostapd - command line interface for hostapd daemon * hostapd - command line interface for hostapd daemon
* Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> * Copyright (c) 2004-2016, 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.
@ -19,7 +19,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-2015, Jouni Malinen <j@w1.fi> and contributors"; "Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> and contributors";
static const char *const hostapd_cli_license = static const char *const hostapd_cli_license =

View file

@ -1,6 +1,6 @@
/* /*
* hostapd / main() * hostapd / main()
* Copyright (c) 2002-2015, Jouni Malinen <j@w1.fi> * Copyright (c) 2002-2016, 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.
@ -425,7 +425,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-2015, Jouni Malinen <j@w1.fi> " "Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> "
"and contributors\n"); "and contributors\n");
} }

View file

@ -1,7 +1,7 @@
WPA Supplicant WPA Supplicant
============== ==============
Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi> and contributors Copyright (c) 2003-2016, 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

View file

@ -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-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -90,7 +90,7 @@
<refsect1> <refsect1>
<title>Legal</title> <title>Legal</title>
<para>wpa_supplicant is copyright (c) 2003-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -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-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -91,7 +91,7 @@
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Legal</title> <title>Legal</title>
<para>wpa_supplicant is copyright (c) 2003-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -62,7 +62,7 @@
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Legal</title> <title>Legal</title>
<para>wpa_supplicant is copyright (c) 2003-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -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-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -736,7 +736,7 @@ fi
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Legal</title> <title>Legal</title>
<para>wpa_supplicant is copyright (c) 2003-2015, <para>wpa_supplicant is copyright (c) 2003-2016,
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>

View file

@ -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-2015, Jouni Malinen <j@w1.fi> * Copyright (c) 2004-2016, 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.
@ -28,7 +28,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-2015, Jouni Malinen <j@w1.fi> and contributors"; "Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi> and contributors";
static const char *const wpa_cli_license = static const char *const wpa_cli_license =

View file

@ -1060,7 +1060,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-2009, Jouni Malinen <j@w1.fi> and " "Copyright (c) 2007-2016, Jouni Malinen <j@w1.fi> and "
"contributors\n" "contributors\n"
"\n" "\n"
"usage:\n" "usage:\n"

View file

@ -1,6 +1,6 @@
/* /*
* WPA Supplicant * WPA Supplicant
* Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi> * Copyright (c) 2003-2016, 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.
@ -58,7 +58,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-2015, Jouni Malinen <j@w1.fi> and contributors"; "Copyright (c) 2003-2016, 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"