diff options
author | Jouni Malinen <j@w1.fi> | 2016-01-01 11:08:57 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-01-01 11:42:04 (GMT) |
commit | 15c560675872e211ca1e7d7a44d8795a7835dbf5 (patch) | |
tree | ba46f59a10df7306301458215ef46eb4b530d451 /hostapd | |
parent | ff518fbd053653c77a85b2556738a18f46bfcd5a (diff) | |
download | hostap-15c560675872e211ca1e7d7a44d8795a7835dbf5.zip hostap-15c560675872e211ca1e7d7a44d8795a7835dbf5.tar.gz hostap-15c560675872e211ca1e7d7a44d8795a7835dbf5.tar.bz2 |
Update copyright notices for the new year 2016
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/README | 2 | ||||
-rw-r--r-- | hostapd/hlr_auc_gw.c | 4 | ||||
-rw-r--r-- | hostapd/hostapd_cli.c | 4 | ||||
-rw-r--r-- | hostapd/main.c | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/hostapd/README b/hostapd/README index 366b199..5d5fd36 100644 --- a/hostapd/README +++ b/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-2015, Jouni Malinen <j@w1.fi> and contributors +Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors All Rights Reserved. This program is licensed under the BSD license (the one with diff --git a/hostapd/hlr_auc_gw.c b/hostapd/hlr_auc_gw.c index d88cc56..2117d34 100644 --- a/hostapd/hlr_auc_gw.c +++ b/hostapd/hlr_auc_gw.c @@ -1,6 +1,6 @@ /* * 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. * See README for more details. @@ -973,7 +973,7 @@ static void usage(void) { printf("HLR/AuC testing gateway for hostapd EAP-SIM/AKA " "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" "usage:\n" "hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] " diff --git a/hostapd/hostapd_cli.c b/hostapd/hostapd_cli.c index 46c2f37..52dfc9f 100644 --- a/hostapd/hostapd_cli.c +++ b/hostapd/hostapd_cli.c @@ -1,6 +1,6 @@ /* * 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. * See README for more details. @@ -19,7 +19,7 @@ static const char *const hostapd_cli_version = "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 = diff --git a/hostapd/main.c b/hostapd/main.c index 72b1d91..4913cbd 100644 --- a/hostapd/main.c +++ b/hostapd/main.c @@ -1,6 +1,6 @@ /* * 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. * See README for more details. @@ -425,7 +425,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-2015, Jouni Malinen <j@w1.fi> " + "Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> " "and contributors\n"); } |