Declare license metadata for copied files.

BSD license text symbolic link to README.

Canonical CC0 text taken from referenced url on origin site.

Bug: 151177513

Test: m all dist reportmissinglicenses

Change-Id: I94e0e208df97183df95e10e31b5a78c6bb0cfb3f
diff --git a/Android.bp b/Android.bp
index 1c95c71..cbb1a90 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,21 +17,12 @@
     default_applicable_licenses: ["external_wpa_supplicant_8_license"],
 }
 
-// Added automatically by a large-scale-change
-//
-// large-scale-change included anything that looked like it might be a license
-// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
-//
-// Please consider removing redundant or irrelevant files from 'license_text:'.
 // See: http://go/android-license-faq
 license {
     name: "external_wpa_supplicant_8_license",
-    visibility: [":__subpackages__"],
+    visibility: ["//visibility:public"],
     license_kinds: [
-        "SPDX-license-identifier-BSD",
+        "SPDX-license-identifier-BSD-3-Clause",
     ],
-    license_text: [
-        "COPYING",
-        "NOTICE",
-    ],
+    license_text: ["LICENSE"],
 }