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

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

Change-Id: Ibccd3389fed146e4dd1d7d383066b2e7fc25175e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-06-08 18:19:30 +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",
}