Merge "Change WTFPL and BeerWare to notice per recent change."

This commit is contained in:
Bob Badour 2021-02-10 03:44:26 +00:00 committed by Gerrit Code Review
commit c6226d668e

View file

@ -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",
}