summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-20 22:06:25 +0000
committerGitHub <noreply@github.com>2018-02-20 22:06:25 +0000
commit599a2238386b6f1f293f888d068122b46e1bde23 (patch)
tree0067a2d1c791f83c3cfe8e372730da8c40ce1f6a /lib/licenses.nix
parentf6ae7c5a016f2d1ca27d827f77f4899825a60621 (diff)
downloadnixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.tar
nixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.tar.gz
nixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.tar.bz2
nixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.tar.lz
nixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.tar.xz
nixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.tar.zst
nixpkgs-599a2238386b6f1f293f888d068122b46e1bde23.zip
z88dk: init at unstable-2018-02-20 (#35244)
fixes #35039
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 e03ed38eb5e..03af13b990e 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -99,6 +99,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = ''BSD 4-clause "Original" or "Old" License'';
   };
 
+  clArtistic = spdx {
+    spdxId = "ClArtistic";
+    fullName = "Clarified Artistic License";
+  };
+
   cc0 = spdx {
     spdxId = "CC0-1.0";
     fullName = "Creative Commons Zero v1.0 Universal";