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

Commit b545c5f0 authored by Bob Badour's avatar Bob Badour
Browse files

Run bpfmt

Test: m all
Change-Id: Ie30e3fb3289ec4e16b6c97b1958b3678e4760fbb
parent fc1ad29e
Loading
Loading
Loading
Loading
+634 −523
Original line number Diff line number Diff line
@@ -57,43 +57,64 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-AGPL",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/AGPL.html",
}

license_kind {
    name: "SPDX-license-identifier-AGPL-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/AGPL-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-AGPL-1.0-only",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/AGPL-1.0-only.html",
}

license_kind {
    name: "SPDX-license-identifier-AGPL-1.0-or-later",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
}

license_kind {
    name: "SPDX-license-identifier-AGPL-3.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/AGPL-3.0.html",
}

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

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

@@ -264,7 +285,10 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-Beerware",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/Beerware.html",
}

@@ -305,96 +329,144 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-2.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-2.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-2.5",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-2.5.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-3.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-3.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-4.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-4.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-ND-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-ND-2.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-ND-2.5",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-ND-3.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-ND-4.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-SA-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-SA-2.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-SA-2.5",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-SA-3.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html",
}

license_kind {
    name: "SPDX-license-identifier-CC-BY-NC-SA-4.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
}

@@ -481,7 +553,10 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-CPAL-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/CPAL-1.0.html",
}

@@ -510,24 +585,36 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-EUPL",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
}

license_kind {
    name: "SPDX-license-identifier-EUPL-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/EUPL-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-EUPL-1.1",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/EUPL-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-EUPL-1.2",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/EUPL-1.0.html",
}

@@ -911,25 +998,37 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-SISSL",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/SISSL.html",
}

license_kind {
    name: "SPDX-license-identifier-SISSL-1.2",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/SISSL-1.2.html",
}

license_kind {
    name: "SPDX-license-identifier-SPL-1.0",
	conditions: ["by_exception_only", "reciprocal"],
    conditions: [
        "by_exception_only",
        "reciprocal",
    ],
    url: "https://spdx.org/licenses/SPL-1.0.html",
}

license_kind {
    name: "SPDX-license-identifier-SSPL",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/SSPL.html",
}

@@ -982,13 +1081,19 @@ license_kind {

license_kind {
    name: "SPDX-license-identifier-WTFPL",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/WTFPL.html",
}

license_kind {
    name: "SPDX-license-identifier-Watcom-1.0",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
    url: "https://spdx.org/licenses/Watcom-1.0.html",
}

@@ -1039,7 +1144,6 @@ license_kind {
    url: "https://spdx.org/licenses/libtiff.html",
}


// Legacy license kinds -- do not add new references -- use an spdx kind instead.
license_kind {
    name: "legacy_unknown",
@@ -1078,10 +1182,17 @@ license_kind {

license_kind {
    name: "legacy_not_allowed",
	conditions: ["by_exception_only", "not_allowed"],
    conditions: [
        "by_exception_only",
        "not_allowed",
    ],
}

license_kind {
    name: "legacy_proprietary",
	conditions: ["by_exception_only", "not_allowed", "proprietary"],
    conditions: [
        "by_exception_only",
        "not_allowed",
        "proprietary",
    ],
}