Fix license attribute of many bsd-like licensed packages

This commit is contained in:
Pascal Wittmann
2014-12-21 00:00:35 +01:00
parent f55545c0c9
commit f94580da69
49 changed files with 60 additions and 60 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.semicomplete.com/projects/xdotool/;
description = "Fake keyboard/mouse input, window management, and more";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = {
description = "libpcap application that displays DNS traffic on your network";
homepage = "http://dns.measurement-factory.com/tools/dnstop";
license = "BSD";
homepage = http://dns.measurement-factory.com/tools/dnstop;
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
meta = {
description = "An adhoc wireless mesh routing daemon";
license = "BSD";
homepage = "http://olsr.org/";
license = stdenv.lib.licenses.bsd3;
homepage = http://olsr.org/;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};

View File

@@ -26,6 +26,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://code.google.com/p/slimrat/;
description = "Linux Rapidshare downloader";
license = "BSD";
license = stdenv.lib.licenses.mit;
};
}

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lightweight userspace bandwidth shaper";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
homepage = http://monkey.org/~marius/pages/?page=trickle;
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -26,8 +26,8 @@ stdenv.mkDerivation {
meta = {
description = ''Command-line interface to IPMI-enabled devices'';
license = "BSD";
homepage = "http://ipmitool.sourceforge.net";
license = stdenv.lib.licenses.bsd3;
homepage = http://ipmitool.sourceforge.net;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.simons ];