From 0103ae2f6db2835708bf754d6332bbb740640b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9-Patrick=20Bubel?= Date: Thu, 5 Jul 2018 03:07:17 +0200 Subject: [PATCH] licenses: Add CC-BY-NC-4.0 --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index c4ccea457e20..1c953a2ba844 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -143,6 +143,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { free = false; }; + cc-by-nc-40 = spdx { + spdxId = "CC-BY-NC-4.0"; + fullName = "Creative Commons Attribution Non Commercial 4.0 International"; + free = false; + }; + cc-by-nd-30 = spdx { spdxId = "CC-BY-ND-3.0"; fullName = "Creative Commons Attribution-No Derivative Works v3.00";