Merge "Change condition to match go/thirdpartylicenses" am: b0e1044222
am: 76c0d4cf9b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2313438 Change-Id: Ib63172b88420850869d12ceb5bee500fcba4bc01 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5f758ea8d0
1 changed files with 14 additions and 14 deletions
|
@ -839,84 +839,84 @@ license_kind {
|
|||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.0",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.0.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.0+",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.0+.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.0-only",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.0-only.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.0-or-later",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.1",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.1.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.1+",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.1+.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.1-only",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.1-only.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-2.1-or-later",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-3.0",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-3.0.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-3.0+",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-3.0+.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-3.0-only",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-3.0-only.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPL-3.0-or-later",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPL-3.0-or-later.html",
|
||||
}
|
||||
|
||||
license_kind {
|
||||
name: "SPDX-license-identifier-LGPLLR",
|
||||
conditions: ["restricted_allows_dynamic_linking"],
|
||||
conditions: ["restricted_if_statically_linked"],
|
||||
url: "https://spdx.org/licenses/LGPLLR.html",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue