From 10092e14180fdff037aea3a14ad3faeaf6950ac1 Mon Sep 17 00:00:00 2001 From: COLAMAroro Date: Fri, 14 Apr 2023 10:47:46 +0200 Subject: licenses: add CC-BY-NC-ND-4.0 --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index cea0b410f39e7..b3ea106e954ab 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -235,6 +235,12 @@ in mkLicense lset) ({ free = false; }; + cc-by-nc-nd-40 = { + spdxId = "CC-BY-NC-ND-4.0"; + fullName = "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International"; + free = false; + }; + cc-by-nc-sa-20 = { spdxId = "CC-BY-NC-SA-2.0"; fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0"; -- cgit 1.4.1