Add APSL reciprocal licenses.

Test: m all

Bug: 151953481
Bug: 151177513
Bug: 67772237
Change-Id: Ia719741cb0dd3e5f8230f637c321c82377f022dc
This commit is contained in:
Bob Badour
2021-01-27 16:51:36 -08:00
parent 8a0f212bfa
commit 304fe7f197

View File

@@ -124,6 +124,22 @@ license_kind {
url: "https://spdx.org/licenses/AGPL-3.0-or-later.html",
}
license_kind {
name: "SPDX-license-identifier-APSL-1.1",
conditions: [
"reciprocal",
],
url: "https://spdx.org/licenses/APSL-1.1.html",
}
license_kind {
name: "SPDX-license-identifier-APSL-2.0",
conditions: [
"reciprocal",
],
url: "https://spdx.org/licenses/APSL-2.0.html",
}
license_kind {
name: "SPDX-license-identifier-Apache",
conditions: ["notice"],