Browse Source

Change WTFPL and BeerWare to notice per recent change.

Test: m all
Change-Id: I5b5d0b1c6b3f67b35b8b3a7144f9433375a13a9e
Bob Badour 3 years ago
parent
commit
7a10530736
1 changed files with 2 additions and 8 deletions
  1. 2 8
      licenses/Android.bp

+ 2 - 8
licenses/Android.bp

@@ -307,10 +307,7 @@ license_kind {
 
 
 license_kind {
 license_kind {
     name: "SPDX-license-identifier-Beerware",
     name: "SPDX-license-identifier-Beerware",
-    conditions: [
-        "by_exception_only",
-        "not_allowed",
-    ],
+    conditions: ["notice"],
     url: "https://spdx.org/licenses/Beerware.html",
     url: "https://spdx.org/licenses/Beerware.html",
 }
 }
 
 
@@ -1137,10 +1134,7 @@ license_kind {
 
 
 license_kind {
 license_kind {
     name: "SPDX-license-identifier-WTFPL",
     name: "SPDX-license-identifier-WTFPL",
-    conditions: [
-        "by_exception_only",
-        "not_allowed",
-    ],
+    conditions: ["notice"],
     url: "https://spdx.org/licenses/WTFPL.html",
     url: "https://spdx.org/licenses/WTFPL.html",
 }
 }