From 235d9e218736a7d930992e7297bef1182d69fd60 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Thu, 9 Feb 2023 13:54:06 +0100 Subject: [PATCH] lib/licenses.nix: Add cc-by-nc-nd-30 --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 0c4d9d8bc9e1..601ea5866cfe 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -220,6 +220,12 @@ in mkLicense lset) ({ fullName = "Creative Commons Zero v1.0 Universal"; }; + cc-by-nc-nd-30 = { + spdxId = "CC-BY-NC-ND-3.0"; + fullName = "Creative Commons Attribution Non Commercial No Derivative Works 3.0 Unported"; + free = false; + }; + cc-by-nc-sa-20 = { spdxId = "CC-BY-NC-SA-2.0"; fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0";