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

Commit 39bebd10 authored by Doug Anderson's avatar Doug Anderson Committed by Gerrit Code Review
Browse files

Merge "Mark BSD-Like-Binary-Only as deprecated in favor of BSD-Binary-Only" into main

parents 1c841c4c 8b0b3827
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: [