Merge "Reclassify OFL as notice per cl/537072410" am: 087642b8d2

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2611894

Change-Id: If513bb050e2cdf6bf2983f965c2130a6009a4581
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-06-08 17:39:02 +00:00
committed by Automerger Merge Worker

View File

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