diff --git a/hostapd/ctrl_iface.c b/hostapd/ctrl_iface.c index ef03f3da0..e7596bcb2 100644 --- a/hostapd/ctrl_iface.c +++ b/hostapd/ctrl_iface.c @@ -1,5 +1,6 @@ /* * hostapd / UNIX domain socket -based control interface + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2004-2018, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/research/build.sh b/research/build.sh index 3fe00cedd..e9018efe9 100755 --- a/research/build.sh +++ b/research/build.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright (c) 2020, Mathy Vanhoef +# +# This code may be distributed under the terms of the BSD license. +# See README for more details. set -e cd ../hostapd diff --git a/research/droptraffic.sh b/research/droptraffic.sh index f7dc354d9..3f28ba773 100755 --- a/research/droptraffic.sh +++ b/research/droptraffic.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright (c) 2020, Mathy Vanhoef +# +# This code may be distributed under the terms of the BSD license. +# See README for more details. set -e iptables -P INPUT DROP diff --git a/research/hwsim.sh b/research/hwsim.sh index 7ea19e6f9..3110aa917 100755 --- a/research/hwsim.sh +++ b/research/hwsim.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright (c) 2020, Mathy Vanhoef +# +# This code may be distributed under the terms of the BSD license. +# See README for more details. set -e if ! [ $(id -u) = 0 ]; then diff --git a/research/scan.sh b/research/scan.sh index 4f87fd4fb..638037ff0 100755 --- a/research/scan.sh +++ b/research/scan.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright (c) 2020, Mathy Vanhoef +# +# This code may be distributed under the terms of the BSD license. +# See README for more details. set -e if ! [ $(id -u) = 0 ]; then diff --git a/src/ap/drv_callbacks.c b/src/ap/drv_callbacks.c index b663cf7a9..beaaada79 100644 --- a/src/ap/drv_callbacks.c +++ b/src/ap/drv_callbacks.c @@ -1,5 +1,6 @@ /* * hostapd / Callback functions for driver wrappers + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2002-2013, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 352e26fea..d411e9246 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -1,5 +1,6 @@ /* * hostapd / IEEE 802.11 Management + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2002-2017, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/src/ap/sta_info.c b/src/ap/sta_info.c index 438e512ce..7a959021e 100644 --- a/src/ap/sta_info.c +++ b/src/ap/sta_info.c @@ -1,5 +1,6 @@ /* * hostapd / Station table + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2002-2017, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index 3b18a76f4..bdf779360 100644 --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c @@ -1,5 +1,6 @@ /* * IEEE 802.11 RSN / WPA Authenticator + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2004-2019, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/src/ap/wpa_auth.h b/src/ap/wpa_auth.h index 27e90700c..19986c808 100644 --- a/src/ap/wpa_auth.h +++ b/src/ap/wpa_auth.h @@ -1,5 +1,6 @@ /* * hostapd - IEEE 802.11i-2004 / WPA Authenticator + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2004-2017, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/src/ap/wpa_auth_i.h b/src/ap/wpa_auth_i.h index ad1b9f312..4e0548fc5 100644 --- a/src/ap/wpa_auth_i.h +++ b/src/ap/wpa_auth_i.h @@ -1,5 +1,6 @@ /* * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2004-2015, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/src/crypto/random.c b/src/crypto/random.c index 9e5c7da77..3f4b4f79d 100644 --- a/src/crypto/random.c +++ b/src/crypto/random.c @@ -1,5 +1,6 @@ /* * Random number generator + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2010-2011, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index ab63cdc7b..c621a1074 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -1,5 +1,6 @@ /* * WPA Supplicant / Control interface (shared code for all backends) + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2004-2019, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h index 5b5c4cb77..e0119cc97 100644 --- a/wpa_supplicant/wpa_supplicant_i.h +++ b/wpa_supplicant/wpa_supplicant_i.h @@ -1,5 +1,6 @@ /* * wpa_supplicant - Internal definitions + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2003-2014, Jouni Malinen * * This software may be distributed under the terms of the BSD license. diff --git a/wpa_supplicant/wpas_glue.c b/wpa_supplicant/wpas_glue.c index b4fcbb8e9..a8f38460b 100644 --- a/wpa_supplicant/wpas_glue.c +++ b/wpa_supplicant/wpas_glue.c @@ -1,5 +1,6 @@ /* * WPA Supplicant - Glue code to setup EAPOL and RSN modules + * Copyright (c) 2020, Mathy Vanhoef * Copyright (c) 2003-2015, Jouni Malinen * * This software may be distributed under the terms of the BSD license.