Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83a0b8f4 authored by Bob Badour's avatar Bob Badour
Browse files

Move restricted_allows_dynamic_linking into LGPL

Putting the specific condition into the license_kind simplifies the
logic and prepares for a future where licenseclassifier provides
conditions without license_kinds

Bug: 245562496

Test: m droid
Change-Id: I42c26fb3096b40767a68474ed712dbe55ed3f035
parent 057ad009
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -839,84 +839,84 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-LGPL",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.0",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.0.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.0+",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.0+.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.0-only",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.0-only.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.0-or-later",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.1",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.1.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.1+",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.1+.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.1-only",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.1-only.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-2.1-or-later",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-3.0",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-3.0.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-3.0+",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-3.0+.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-3.0-only",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-3.0-only.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPL-3.0-or-later",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPL-3.0-or-later.html",
}

license_kind {
    name: "SPDX-license-identifier-LGPLLR",
    conditions: ["restricted"],
    conditions: ["restricted_allows_dynamic_linking"],
    url: "https://spdx.org/licenses/LGPLLR.html",
}