diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2012-05-14 20:34:24 -0400 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-05-14 20:34:24 -0400 |
commit | dfb42efb349e0a5d50126aa2fcf5653e11a01b59 (patch) | |
tree | 7936b00fcbf035ff12f6b9dcc8d654c46d31597a /hostapd | |
parent | b5671498bf023f8627dd99248f900056114eabaa (diff) | |
download | external_wpa_supplicant_8_ti-dfb42efb349e0a5d50126aa2fcf5653e11a01b59.zip external_wpa_supplicant_8_ti-dfb42efb349e0a5d50126aa2fcf5653e11a01b59.tar.gz external_wpa_supplicant_8_ti-dfb42efb349e0a5d50126aa2fcf5653e11a01b59.tar.bz2 |
wpa_supplicant: Make Android makefiles available under the BSD license
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 4470b9f..543c152 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -1,3 +1,9 @@ +# Copyright (C) 2008 The Android Open Source Project +# +# This software may be distributed under the terms of the BSD license. +# See README for more details. +# + LOCAL_PATH := $(call my-dir) WPA_BUILD_HOSTAPD := false |