aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-08-25 11:37:23 -0700
committerBob Badour <bbadour@google.com>2022-08-25 11:37:23 -0700
commitb4b7d8a1b8bee617ca0a53ac95063b4dedba57da (patch)
treee36eb1ac40a126195222db7dcc0db4822102e85d
parent889f0fb67c12069d64603d3fef46aff8082b7be7 (diff)
downloadAFLplusplus-main-16k.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/AFLplusplusmain-16k
Added legacy_unencumbered SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-CC0-1.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I766c723278714d6128273798c0c2c2c87e7cda55
-rw-r--r--Android.bp32
1 files changed, 32 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f6fe7bf4..ca1583a7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,36 @@
+package {
+ default_applicable_licenses: ["external_AFLplusplus_license"],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'fileGroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+// See: http://go/android-license-faq
+license {
+ name: "external_AFLplusplus_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-CC0-1.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "afl-defaults",
export_include_dirs: [