Run bpfmt
Test: m all Change-Id: Ie30e3fb3289ec4e16b6c97b1958b3678e4760fbb
This commit is contained in:
@@ -57,43 +57,64 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL",
|
name: "SPDX-license-identifier-AGPL",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
url: "https://spdx.org/licenses/AGPL.html",
|
url: "https://spdx.org/licenses/AGPL.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL-1.0",
|
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",
|
url: "https://spdx.org/licenses/AGPL-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL-1.0-only",
|
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",
|
url: "https://spdx.org/licenses/AGPL-1.0-only.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL-1.0-or-later",
|
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",
|
url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL-3.0",
|
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",
|
url: "https://spdx.org/licenses/AGPL-3.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL-3.0-only",
|
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",
|
url: "https://spdx.org/licenses/AGPL-3.0-only.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-AGPL-3.0-or-later",
|
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",
|
url: "https://spdx.org/licenses/AGPL-3.0-or-later.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -264,7 +285,10 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-Beerware",
|
name: "SPDX-license-identifier-Beerware",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
url: "https://spdx.org/licenses/Beerware.html",
|
url: "https://spdx.org/licenses/Beerware.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -305,96 +329,144 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC",
|
name: "SPDX-license-identifier-CC-BY-NC",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-1.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-2.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-2.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-2.5",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-2.5.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-3.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-3.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-4.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-4.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-ND-1.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-ND-2.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-ND-2.5",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-ND-3.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-ND-4.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-SA-1.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-SA-2.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-SA-2.5",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-SA-3.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-NC-SA-4.0",
|
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",
|
url: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -481,7 +553,10 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CPAL-1.0",
|
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",
|
url: "https://spdx.org/licenses/CPAL-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -510,24 +585,36 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-EUPL",
|
name: "SPDX-license-identifier-EUPL",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-EUPL-1.0",
|
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",
|
url: "https://spdx.org/licenses/EUPL-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-EUPL-1.1",
|
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",
|
url: "https://spdx.org/licenses/EUPL-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-EUPL-1.2",
|
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",
|
url: "https://spdx.org/licenses/EUPL-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -911,25 +998,37 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-SISSL",
|
name: "SPDX-license-identifier-SISSL",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
url: "https://spdx.org/licenses/SISSL.html",
|
url: "https://spdx.org/licenses/SISSL.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-SISSL-1.2",
|
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",
|
url: "https://spdx.org/licenses/SISSL-1.2.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-SPL-1.0",
|
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",
|
url: "https://spdx.org/licenses/SPL-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-SSPL",
|
name: "SPDX-license-identifier-SSPL",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
url: "https://spdx.org/licenses/SSPL.html",
|
url: "https://spdx.org/licenses/SSPL.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -982,13 +1081,19 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-WTFPL",
|
name: "SPDX-license-identifier-WTFPL",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
url: "https://spdx.org/licenses/WTFPL.html",
|
url: "https://spdx.org/licenses/WTFPL.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-Watcom-1.0",
|
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",
|
url: "https://spdx.org/licenses/Watcom-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1039,7 +1144,6 @@ license_kind {
|
|||||||
url: "https://spdx.org/licenses/libtiff.html",
|
url: "https://spdx.org/licenses/libtiff.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Legacy license kinds -- do not add new references -- use an spdx kind instead.
|
// Legacy license kinds -- do not add new references -- use an spdx kind instead.
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "legacy_unknown",
|
name: "legacy_unknown",
|
||||||
@@ -1078,10 +1182,17 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "legacy_not_allowed",
|
name: "legacy_not_allowed",
|
||||||
conditions: ["by_exception_only", "not_allowed"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "legacy_proprietary",
|
name: "legacy_proprietary",
|
||||||
conditions: ["by_exception_only", "not_allowed", "proprietary"],
|
conditions: [
|
||||||
|
"by_exception_only",
|
||||||
|
"not_allowed",
|
||||||
|
"proprietary",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user