summary refs log tree commit diff
path: root/pkgs/os-specific/linux/util-linux
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-04-03 21:40:46 +0200
committerAlyssa Ross <hi@alyssa.is>2021-04-09 19:42:27 +0000
commit79aa8089cc75ac2ddadc23d0e2a638e4e04c6859 (patch)
treeeeb1cc51d1e4b06eabdddde19ea2593a38d9a9ff /pkgs/os-specific/linux/util-linux
parent4acadd5e6dc68079b2eaaa1d3c7486f3b4e8ebb7 (diff)
downloadnixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.tar
nixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.tar.gz
nixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.tar.bz2
nixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.tar.lz
nixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.tar.xz
nixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.tar.zst
nixpkgs-79aa8089cc75ac2ddadc23d0e2a638e4e04c6859.zip
util-linux: adjust meta.license
Diffstat (limited to 'pkgs/os-specific/linux/util-linux')
-rw-r--r--pkgs/os-specific/linux/util-linux/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/util-linux/default.nix b/pkgs/os-specific/linux/util-linux/default.nix
index e97846193bf..73f321f2631 100644
--- a/pkgs/os-specific/linux/util-linux/default.nix
+++ b/pkgs/os-specific/linux/util-linux/default.nix
@@ -67,7 +67,8 @@ stdenv.mkDerivation rec {
     homepage = "https://www.kernel.org/pub/linux/utils/util-linux/";
     description = "A set of system utilities for Linux";
     changelog = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${lib.versions.majorMinor version}/v${version}-ReleaseNotes";
-    license = licenses.gpl2; # also contains parts under more permissive licenses
+    # https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/README.licensing
+    license = with licenses; [ gpl2Only gpl2Plus gpl3Plus lgpl21Plus bsd3 bsdOriginalUC publicDomain ];
     platforms = platforms.linux;
     priority = 6; # lower priority than coreutils ("kill") and shadow ("login" etc.) packages
   };