diff options
| author | 2023-06-01 13:07:01 -0700 | |
|---|---|---|
| committer | 2023-06-01 13:07:01 -0700 | |
| commit | ca3491cba8cac4bf01438de0a47b1f862b7a1e1b (patch) | |
| tree | 1344ee2176851b8e0f0a022390eabd62a24af412 | |
| parent | f618c60df65640241ddde6e495e716a67dbdc760 (diff) | |
Reclassify OFL as notice per cl/537072410
Test: m droid dist
Change-Id: I589bc26d9dfe6b77f8638b546bf1c6974e4d658b
| -rw-r--r-- | licenses/Android.bp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/licenses/Android.bp b/licenses/Android.bp index dee72ed42..d045725c2 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -1027,42 +1027,42 @@ license_kind { license_kind { name: "SPDX-license-identifier-OFL", - conditions: ["by_exception_only"], + conditions: ["notice"], } license_kind { name: "SPDX-license-identifier-OFL-1.0", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.0.html", } license_kind { name: "SPDX-license-identifier-OFL-1.0-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.0-RFN.html", } license_kind { name: "SPDX-license-identifier-OFL-1.0-no-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html", } license_kind { name: "SPDX-license-identifier-OFL-1.1", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.1.html", } license_kind { name: "SPDX-license-identifier-OFL-1.1-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.1-RFN.html", } license_kind { name: "SPDX-license-identifier-OFL-1.1-no-RFN", - conditions: ["by_exception_only"], + conditions: ["notice"], url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html", } |