summary refs log tree commit diff
path: root/pkgs/lib/licenses.nix
diff options
context:
space:
mode:
authorJack Cummings <jack@mudshark.org>2012-10-05 09:11:25 -0700
committerJack Cummings <jack@mudshark.org>2012-10-05 09:11:25 -0700
commite7f3ff803e15e7a65e4bcc0dec300e3b02233cfd (patch)
tree00a9f12ddf1c0a23175f19b18d95ceec06902ca1 /pkgs/lib/licenses.nix
parentccad09d3b9b80b41fd79b673ebede73444a9829c (diff)
downloadnixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.tar
nixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.tar.gz
nixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.tar.bz2
nixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.tar.lz
nixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.tar.xz
nixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.tar.zst
nixpkgs-e7f3ff803e15e7a65e4bcc0dec300e3b02233cfd.zip
- zfs 0.6.0-rc11, spl 0.6.0-rc11
Diffstat (limited to 'pkgs/lib/licenses.nix')
-rw-r--r--pkgs/lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix
index 87f9298706e..e1743bddf69 100644
--- a/pkgs/lib/licenses.nix
+++ b/pkgs/lib/licenses.nix
@@ -34,6 +34,12 @@
     url = https://fedoraproject.org/wiki/Licensing/BSD;
   };
 
+  cddl = {
+    shortName = "CDDL";
+    fullName = "Common Development Distribution License ";
+    url = http://www.opensolaris.org/os/licensing/cddllicense.txt;
+  };
+
   cpl10 = {
     shortName = "CPL 1.0";
     fullName = "Common Public License version 1.0";