summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorlukasepple <git@lukasepple.de>2015-03-17 20:39:03 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-17 20:54:05 +0100
commitf7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9 (patch)
tree6e8c5342c907216307a99c6c804749741b78c6f1 /lib/licenses.nix
parent6a230188c65b8b7b0a3bb3303e027a862d93a161 (diff)
downloadnixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.tar
nixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.tar.gz
nixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.tar.bz2
nixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.tar.lz
nixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.tar.xz
nixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.tar.zst
nixpkgs-f7f0fd0dfe439fc8dbfebc106788ba6ce35e46c9.zip
Added CC-BY-SA 4.0 License
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 9b3acf8653b..d4810d412b1 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";