diff options
Diffstat (limited to 'contrib/hostapd/eap_tls_common.h')
-rw-r--r-- | contrib/hostapd/eap_tls_common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/hostapd/eap_tls_common.h b/contrib/hostapd/eap_tls_common.h index 659ee84..6c9d696 100644 --- a/contrib/hostapd/eap_tls_common.h +++ b/contrib/hostapd/eap_tls_common.h @@ -1,3 +1,17 @@ +/* + * hostapd / EAP-TLS/PEAP/TTLS common functions + * Copyright (c) 2004-2005, Jouni Malinen <j@w1.fi> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ + #ifndef EAP_TLS_COMMON_H #define EAP_TLS_COMMON_H |