Browse Source

krackattacks: add a 2-clause BSD license for our changes

Mathy Vanhoef 7 years ago
parent
commit
4abc041dab

+ 11 - 0
README

@@ -1,3 +1,14 @@
+krackattacks
+------------
+
+Copyright of portions of this project are held by Jouni Malinen and
+contributors (see below). Copyright of project krackattacks are held by
+Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven> and contributors.
+
+Software of project krackattacks is licensed under the 2-clause BSD
+license (the license below with the 3rd clause removed).
+
+
 wpa_supplicant and hostapd
 --------------------------
 

+ 1 - 0
hostapd/ctrl_iface.c

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

+ 6 - 0
krackattack/disable-hwcrypto.sh

@@ -1,4 +1,10 @@
 #!/bin/bash
+
+# Copyright (c) 2017, Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
+#
+# This code may be distributed under the terms of the BSD license.
+# See README for more details.
+
 set -e
 
 NOHWCRYPT="ath5k ath9k ath9k_htc rt2800usb carl9170 b43 p54common rt2500usb rt2800pci rt2800usb rt73usb"

+ 7 - 0
krackattack/krack-test-client.py

@@ -1,4 +1,11 @@
 #!/usr/bin/env python2
+
+# Tests for key reinstallation vulnerabilities in Wi-Fi clients
+# Copyright (c) 2017, Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
+#
+# This code may be distributed under the terms of the BSD license.
+# See README for more details.
+
 import logging
 logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
 from scapy.all import *

+ 1 - 0
src/ap/wpa_auth.c

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

+ 1 - 0
src/ap/wpa_auth.h

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

+ 7 - 0
src/common/attacks.h

@@ -1,3 +1,10 @@
+/*
+ * krackattacks
+ * Copyright (c) 2017, Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
+ *
+ * This code may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
 #ifndef ATTACKS_H_
 #define ATTACKS_H_