From f64cb7e7d955373ee7f846af07677fe462151b48 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 28 Apr 2020 10:48:36 -0700 Subject: Add METADATA to coming-soon: Apache2=NOTICE Bug: 68860345 Bug: 69058154 Bug: 151953481 Test: no code changes Change-Id: I287aa53d4a7dbb026dcea54d9d070828b0f66736 --- METADATA | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 METADATA diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..d97975c --- /dev/null +++ b/METADATA @@ -0,0 +1,3 @@ +third_party { + license_type: NOTICE +} -- cgit v1.2.3 From c686434bf8b421511355811180a07d710eec3330 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 16:14:26 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/google-fonts/coming-soon Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If9139b0a2171f8b828835a31fb9359389b830309 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index c6abffa..4a1e4e2 100644 --- a/Android.bp +++ b/Android.bp @@ -12,6 +12,23 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["external_google-fonts_coming-soon_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_google-fonts_coming-soon_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "NOTICE", + ], +} + prebuilt_font { name: "ComingSoon.ttf", src: "ComingSoon.ttf", -- cgit v1.2.3