diff options
author | 2021-02-02 12:08:28 -0800 | |
---|---|---|
committer | 2021-02-02 15:38:18 -0800 | |
commit | 7a1053073695bc184f91770fc74a3a68ae292af4 (patch) | |
tree | 8d853cf98d5a3e65e7e6752fe918a2d2a946c689 /licenses | |
parent | 7a1c2b181cc15756dc4bdc5727413d15f1ccb7ca (diff) |
Change WTFPL and BeerWare to notice per recent change.
Test: m all
Change-Id: I5b5d0b1c6b3f67b35b8b3a7144f9433375a13a9e
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/Android.bp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/licenses/Android.bp b/licenses/Android.bp index f4a76d7e1..c70d6bd55 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -307,10 +307,7 @@ license_kind { license_kind { name: "SPDX-license-identifier-Beerware", - conditions: [ - "by_exception_only", - "not_allowed", - ], + conditions: ["notice"], url: "https://spdx.org/licenses/Beerware.html", } @@ -1137,10 +1134,7 @@ license_kind { license_kind { name: "SPDX-license-identifier-WTFPL", - conditions: [ - "by_exception_only", - "not_allowed", - ], + conditions: ["notice"], url: "https://spdx.org/licenses/WTFPL.html", } |