about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-05 15:33:11 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-05 15:33:11 +0100
commit4e7a5aca2b7dcbc2e3fd1698568da1c4c911d298 (patch)
treed7311b3a46588a7de2fb2d7c41676d271dc9c2fd /lib/licenses.nix
parentd43846a0d841efbb06996e698b5fd63333281ca5 (diff)
Provide more SPDX IDs
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index eccdc69a43d27..46fa783b4bdd8 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -209,9 +209,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "libpng License";
   };
 
-  libtiff = {
-    fullName = "libtiff license";
-    url = https://fedoraproject.org/wiki/Licensing/libtiff;
+  libtiff = spdx {
+    spdxId = "libtiff";
+    fullName = "libtiff License";
   };
 
   llgpl21 = {
@@ -278,12 +278,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
 
   sleepycat = spdx {
     spdxId = "Sleepycat";
-    fullName  = "Sleepycat License";
+    fullName = "Sleepycat License";
   };
 
-  tcltk = {
-    fullName = "Tcl/Tk license";
-    url = http://www.tcl.tk/software/tcltk/license.html;
+  tcltk = spdx {
+    spdxId = "TCL";
+    fullName = "TCL/TK License";
   };
 
   unfree = {
@@ -302,9 +302,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     # channel and NixOS images.
   };
 
-  unlicense = {
-    fullName = "Unlicense";
-    url = http://unlicense.org/;
+  unlicense = spdx {
+    spdxId = "Unlicense";
+    fullName = "The Unlicense";
   };
 
   wadalab = {