Fix CC-BY-ND licenses
Should be by_exception_only Test: m nothing Change-Id: Ic93eacfd7f85d2f86fe5cc8ff35cd1c51cfdb54a
This commit is contained in:
@@ -492,36 +492,36 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-ND",
|
name: "SPDX-license-identifier-CC-BY-ND",
|
||||||
conditions: ["restricted"],
|
conditions: ["by_exception_only"],
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-ND-1.0",
|
name: "SPDX-license-identifier-CC-BY-ND-1.0",
|
||||||
conditions: ["restricted"],
|
conditions: ["by_exception_only"],
|
||||||
url: "https://spdx.org/licenses/CC-BY-ND-1.0.html",
|
url: "https://spdx.org/licenses/CC-BY-ND-1.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-ND-2.0",
|
name: "SPDX-license-identifier-CC-BY-ND-2.0",
|
||||||
conditions: ["restricted"],
|
conditions: ["by_exception_only"],
|
||||||
url: "https://spdx.org/licenses/CC-BY-ND-2.0.html",
|
url: "https://spdx.org/licenses/CC-BY-ND-2.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-ND-2.5",
|
name: "SPDX-license-identifier-CC-BY-ND-2.5",
|
||||||
conditions: ["restricted"],
|
conditions: ["by_exception_only"],
|
||||||
url: "https://spdx.org/licenses/CC-BY-ND-2.5.html",
|
url: "https://spdx.org/licenses/CC-BY-ND-2.5.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-ND-3.0",
|
name: "SPDX-license-identifier-CC-BY-ND-3.0",
|
||||||
conditions: ["restricted"],
|
conditions: ["by_exception_only"],
|
||||||
url: "https://spdx.org/licenses/CC-BY-ND-3.0.html",
|
url: "https://spdx.org/licenses/CC-BY-ND-3.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-ND-4.0",
|
name: "SPDX-license-identifier-CC-BY-ND-4.0",
|
||||||
conditions: ["restricted"],
|
conditions: ["by_exception_only"],
|
||||||
url: "https://spdx.org/licenses/CC-BY-ND-4.0.html",
|
url: "https://spdx.org/licenses/CC-BY-ND-4.0.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -562,7 +562,10 @@ license_kind {
|
|||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
name: "SPDX-license-identifier-CC-BY-SA-ND",
|
name: "SPDX-license-identifier-CC-BY-SA-ND",
|
||||||
conditions: ["restricted"],
|
conditions: [
|
||||||
|
"restricted",
|
||||||
|
"by_exception_only",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
license_kind {
|
license_kind {
|
||||||
|
Reference in New Issue
Block a user