From f34e441a6e14efdb70e98fe329d72f5d1df2ce99 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 26 Jan 2021 00:02:44 -0800 Subject: [PATCH] Add license_kinds for CDDL Occur frequently enough to automate for LSC. See: http://go/android-license-checking-v2-lsc Test: m all Bug: 151953481 Bug: 151177513 Bug: 67772237 Change-Id: Ib13bb4653d4d30e9030d760d0c08be90e1f87c8c --- licenses/Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/licenses/Android.bp b/licenses/Android.bp index e87bdcf4c..d7fac90e3 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -557,6 +557,23 @@ license_kind { url: "https://spdx.org/licenses/CC0-1.0.html", } +license_kind { + name: "SPDX-license-identifier-CDDL", + conditions: ["reciprocal"], +} + +license_kind { + name: "SPDX-license-identifier-CDDL-1.0", + conditions: ["reciprocal"], + url: "https://spdx.org/licenses/CDLL-1.0.html", +} + +license_kind { + name: "SPDX-license-identifier-CDDL-1.1", + conditions: ["reciprocal"], + url: "https://spdx.org/licenses/CDLL-1.1.html", +} + license_kind { name: "SPDX-license-identifier-CPAL-1.0", conditions: [