From 59f0866ee87ed7477f8bd741e1772b1e60336675 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 23 Sep 2022 16:29:34 -0700 Subject: [PATCH] Policy change: 0BSD and MIT-0 as permissive See: http://cl/476482127 Bug: 248114738 Test: m droid dist Change-Id: Icf370897aabaf30288fa8dab7204ab4d2c0aaeed --- licenses/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/licenses/Android.bp b/licenses/Android.bp index 75154f9a1..61b17bf47 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -42,7 +42,7 @@ license_kind { license_kind { name: "SPDX-license-identifier-0BSD", - conditions: ["unencumbered"], + conditions: ["permissive"], url: "https://spdx.org/licenses/0BSD", } @@ -933,7 +933,7 @@ license_kind { license_kind { name: "SPDX-license-identifier-MIT-0", - conditions: ["notice"], + conditions: ["permissive"], url: "https://spdx.org/licenses/MIT-0.html", }