From f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9 Mon Sep 17 00:00:00 2001 From: lukasepple Date: Tue, 17 Mar 2015 20:39:03 +0100 Subject: [PATCH] Added CC-BY-SA 4.0 License --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 9b3acf8653b6..d4810d412b1d 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -100,6 +100,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "Creative Commons Attribution 4.0"; }; + cc-by-sa-40 = spdx { + spdxId = "CC-BY-SA-4.0"; + fullName = "Creative Commons Attribution Share Alike 4.0"; + }; + cddl = spdx { spdxId = "CDDL-1.0"; fullName = "Common Development and Distribution License 1.0";