summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
author= <anothersms@gmail.com>2016-02-19 18:01:32 +0100
committer= <anothersms@gmail.com>2016-02-24 22:08:29 +0100
commita5ed58445fb5a4a21f02fad57020ac90e2eb649b (patch)
tree2822ded182177c934b9d07f247bb0c39851a7169 /lib/licenses.nix
parent14f1ff80ce42fcfb4ee8e85e7882b3fac8f97cde (diff)
downloadnixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.tar
nixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.tar.gz
nixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.tar.bz2
nixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.tar.lz
nixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.tar.xz
nixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.tar.zst
nixpkgs-a5ed58445fb5a4a21f02fad57020ac90e2eb649b.zip
yarp (+ libace): init at 2.3.64
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 4703587ed56..64ba63b146a 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -155,6 +155,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Common Public License 1.0";
   };
 
+  doc = spdx {
+    spdxId = "DOC";
+    fullName = "DOC License";
+  };
+
   efl10 = spdx {
     spdxId = "EFL-1.0";
     fullName = "Eiffel Forum License v1.0";