Turn some license strings into lib.licenses values

This commit is contained in:
Mateusz Kowalczyk
2014-07-28 11:31:14 +02:00
committed by Peter Simons
parent 50f548771e
commit 7a45996233
1010 changed files with 1578 additions and 1619 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation ({
kernels (such as Linux).
'';
license = "GPLv2+";
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://www.gnu.org/software/hurd/;
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation ({
meta = {
description = "GNU Hurd's libpthread";
license = "LGPLv2+";
license = stdenv.lib.licenses.lgpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ];
};
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation ({
were added using glue code, i.e., a Linux emulation layer in Mach.
'';
license = "GPLv2+";
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://www.gnu.org/software/hurd/microkernel/mach/gnumach.html;
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
Mach-based inter-process communication.
'';
license = "GPLv2+";
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html;
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = http://www.nongnu.org/hurdextras/;
license = "GPLv3+";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ludo ];
};
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/hurd/hurd/translator/unionfs.html;
license = "GPLv2+";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ];
};