Policy change: 0BSD and MIT-0 as permissive

See: http://cl/476482127

Bug: 248114738

Test: m droid dist
Change-Id: Icf370897aabaf30288fa8dab7204ab4d2c0aaeed
This commit is contained in:
Bob Badour
2022-09-23 16:29:34 -07:00
parent 7574afb67f
commit 59f0866ee8

View File

@@ -42,7 +42,7 @@ license_kind {
license_kind { license_kind {
name: "SPDX-license-identifier-0BSD", name: "SPDX-license-identifier-0BSD",
conditions: ["unencumbered"], conditions: ["permissive"],
url: "https://spdx.org/licenses/0BSD", url: "https://spdx.org/licenses/0BSD",
} }
@@ -933,7 +933,7 @@ license_kind {
license_kind { license_kind {
name: "SPDX-license-identifier-MIT-0", name: "SPDX-license-identifier-MIT-0",
conditions: ["notice"], conditions: ["permissive"],
url: "https://spdx.org/licenses/MIT-0.html", url: "https://spdx.org/licenses/MIT-0.html",
} }