summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-04-24 21:12:43 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-04-24 21:12:43 -0500
commit8bc92d78e7c786c439e977dde0e44c7dceb4ae24 (patch)
tree0032bff2919d78bf830631d363c675e177046f03 /lib/licenses.nix
parente89fc19b97b3dc3f86e3aee38dd20f198d8f3e8c (diff)
downloadnixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.tar
nixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.tar.gz
nixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.tar.bz2
nixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.tar.lz
nixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.tar.xz
nixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.tar.zst
nixpkgs-8bc92d78e7c786c439e977dde0e44c7dceb4ae24.zip
lib.licences: Add CC-BY-NC-3.0
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index d285ba2ea0a..53a84999bc8 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -145,6 +145,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     free = false;
   };
 
+  cc-by-nc-30 = spdx {
+    spdxId = "CC-BY-NC-3.0";
+    fullName = "Creative Commons Attribution Non Commercial 3.0 Unported";
+    free = false;
+  };
+
   cc-by-nc-40 = spdx {
     spdxId = "CC-BY-NC-4.0";
     fullName = "Creative Commons Attribution Non Commercial 4.0 International";