Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bea56b5 authored by Bob Badour's avatar Bob Badour Committed by Automerger Merge Worker
Browse files

Add APSL reciprocal licenses. am: 304fe7f1

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5afb3347a9e34198cbc5d891daa0dc192ea73fb1
parents a1df4dd3 304fe7f1
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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"],