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

Commit 8b0b3827 authored by Douglas Anderson's avatar Douglas Anderson
Browse files

Mark BSD-Like-Binary-Only as deprecated in favor of BSD-Binary-Only

The "Like" in "BSD-Like-Binary-Only" adds confusioin. Either a license
is "BSD-Binary-Only" or it's not. Add a new license for
"BSD-Binary-Only" and mark the old one as deprecated.

Bug: b:375433117
Test: m nothing --no-skip-soong-tests
Change-Id: I5232c6435d89b76708eaad32415245275979e1c7
parent 23e817f0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -31,6 +31,17 @@ license {
    license_text: ["LICENSE"],
}

license_kind {
    name: "BSD-Binary-Only",
    conditions: [
        "notice",
        "by_exception_only",
        "proprietary",
    ],
}

// Deprecated. All users of the following license should be changed to
// BSD-Binary-Only and it should be removed.
license_kind {
    name: "BSD-Like-Binary-Only",
    conditions: [