summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-04-05 10:16:11 -0700
committerBob Badour <bbadour@google.com>2023-04-05 10:16:11 -0700
commit2769561926559352bfa4d455586b3daafd698eab (patch)
tree7d9942f8cbe86dfd76679df192e4db655bff6627
parent0d6e52e109e2e08fe0df899abc898d6ff60f8062 (diff)
downloadnoto-fonts-2769561926559352bfa4d455586b3daafd698eab.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/noto-fonts
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT SPDX-license-identifier-OFL SPDX-license-identifier-Unicode-DFS SPDX-license-identifier-W3C to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I609574d86223c1c77c571aa8fb98e5e8acad906e
-rw-r--r--Android.bp34
1 files changed, 34 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d0176c5..e0d7018 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,40 @@
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
// DEPENDING ON IT IN YOUR PROJECT. ***
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+// DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+ default_applicable_licenses: ["external_noto-fonts_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_noto-fonts_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-MIT",
+ "SPDX-license-identifier-OFL", // by exception only
+ "SPDX-license-identifier-Unicode-DFS",
+ "SPDX-license-identifier-W3C",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
+
filegroup {
name: "recovery_noto-fonts_dep",
export_to_make_var: "recovery_noto-fonts_dep",