aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 23:05:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 23:05:22 +0000
commit5b891fa7870a81b28a80703881801bb1788690df (patch)
tree3788a08f3c1582be83767ade5b46cd0d485b2863
parent1f15d05aaf7aaf55bd2eaaaa771d26dec91b841e (diff)
parenta24e2563ed45864ba15980fb5d6d1d2a0a88c0b0 (diff)
downloadopenscreen-5b891fa7870a81b28a80703881801bb1788690df.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/openscreen am: 11164af4de am: 72c40a034b am: a24e2563ed
Original change: https://android-review.googlesource.com/c/platform/external/openscreen/+/1588870 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia6afa34a994bc5eb65d42ec1b9977b90492acfc8
-rw-r--r--Android.bp41
-rw-r--r--third_party/abseil/Android.bp11
2 files changed, 52 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 19545b9b..7d4af1c5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,44 @@
+package {
+ default_applicable_licenses: ["external_openscreen_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.
+//
+// large-scale-change filtered out the below license kinds as false-positives:
+// SPDX-license-identifier-GPL-2.0
+// SPDX-license-identifier-LGPL-2.1
+// SPDX-license-identifier-MPL
+// See: http://go/android-license-faq
+license {
+ name: "external_openscreen_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-ISC",
+ "SPDX-license-identifier-MIT",
+ "SPDX-license-identifier-NCSA",
+ "SPDX-license-identifier-OpenSSL",
+ "SPDX-license-identifier-Zlib",
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "openscreen_defaults",
diff --git a/third_party/abseil/Android.bp b/third_party/abseil/Android.bp
index 27c05f4f..fbb14c8f 100644
--- a/third_party/abseil/Android.bp
+++ b/third_party/abseil/Android.bp
@@ -1,3 +1,14 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_openscreen_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ // legacy_unencumbered
+ default_applicable_licenses: ["external_openscreen_license"],
+}
+
cc_defaults {
name: "libopenscreen_absl_defaults",
visibility: [