fragattacks: add copyright notices

This commit is contained in:
Mathy Vanhoef 2020-10-24 21:49:17 +04:00
parent 71e5c578ae
commit 983fdf6d0f
15 changed files with 27 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/*
* hostapd / UNIX domain socket -based control interface
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2004-2018, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,4 +1,8 @@
#!/bin/bash
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
#
# This code may be distributed under the terms of the BSD license.
# See README for more details.
set -e
cd ../hostapd

View File

@ -1,4 +1,8 @@
#!/bin/bash
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
#
# This code may be distributed under the terms of the BSD license.
# See README for more details.
set -e
iptables -P INPUT DROP

View File

@ -1,4 +1,8 @@
#!/bin/bash
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
#
# This code may be distributed under the terms of the BSD license.
# See README for more details.
set -e
if ! [ $(id -u) = 0 ]; then

View File

@ -1,4 +1,8 @@
#!/bin/bash
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
#
# This code may be distributed under the terms of the BSD license.
# See README for more details.
set -e
if ! [ $(id -u) = 0 ]; then

View File

@ -1,5 +1,6 @@
/*
* hostapd / Callback functions for driver wrappers
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* hostapd / IEEE 802.11 Management
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* hostapd / Station table
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* IEEE 802.11 RSN / WPA Authenticator
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* hostapd - IEEE 802.11i-2004 / WPA Authenticator
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* Random number generator
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2010-2011, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* WPA Supplicant / Control interface (shared code for all backends)
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* wpa_supplicant - Internal definitions
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.

View File

@ -1,5 +1,6 @@
/*
* WPA Supplicant - Glue code to setup EAPOL and RSN modules
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
* Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.