Merge "Add license_kinds for CDDL" am: 398ba4fcb7

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1560129

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7ea6b63908a010d4e65bc7c67ff9cb0d4f562b5d
This commit is contained in:
Bob Badour 2021-01-26 22:26:03 +00:00 committed by Automerger Merge Worker
commit b22e224035
1 changed files with 17 additions and 0 deletions

View File

@ -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: [