aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:01:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:01:07 +0000
commit9e3dda6730eafb462cbe6ffebc0950175d04b7b3 (patch)
tree2e226ee46d90ec1737a202ae6cf02029b349b54c
parent5334065cacdd3d1af2688d4617918ec0460708e1 (diff)
parent621c165fb3ae66aa08f1a65a2a6ec74e69ef98d4 (diff)
downloadapache-commons-compress-android12-mainline-media-swcodec-release.tar.gz
Change-Id: I857ccf418a9f1ea3fa3061d57588697ce7763e36
-rw-r--r--Android.bp38
-rw-r--r--METADATA3
2 files changed, 41 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 765f8378a..ba99b3911 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,41 @@
+package {
+ default_applicable_licenses: ["external_apache-commons-compress_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 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_apache-commons-compress_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-MIT",
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ "NOTICE.txt",
+ ],
+}
+
java_library {
name: "apache-commons-compress",
srcs: [
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..d97975ca3
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}