Loading lib/licenses.nix +5 −5 Original line number Diff line number Diff line Loading @@ -922,6 +922,11 @@ lib.mapAttrs mkLicense ( fullName = "Lucent Public License v1.02"; }; lsof = { spdxId = "lsof"; fullName = "lsof License"; # also known as Purdue BSD-Style License }; miros = { spdxId = "MirOS"; fullName = "MirOS License"; Loading Loading @@ -1149,11 +1154,6 @@ lib.mapAttrs mkLicense ( fullName = "Public Domain"; }; purdueBsd = { fullName = "Purdue BSD-Style License"; # also known as lsof license url = "https://enterprise.dejacode.com/licenses/public/purdue-bsd"; }; prosperity30 = { fullName = "Prosperity-3.0.0"; free = false; Loading pkgs/by-name/ls/lsof/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { socket (IPv6/IPv4/UNIX local), or partition (by opening a file from it). ''; license = lib.licenses.purdueBsd; license = lib.licenses.lsof; maintainers = with lib.maintainers; [ dezgeg ]; platforms = lib.platforms.unix; }; Loading Loading
lib/licenses.nix +5 −5 Original line number Diff line number Diff line Loading @@ -922,6 +922,11 @@ lib.mapAttrs mkLicense ( fullName = "Lucent Public License v1.02"; }; lsof = { spdxId = "lsof"; fullName = "lsof License"; # also known as Purdue BSD-Style License }; miros = { spdxId = "MirOS"; fullName = "MirOS License"; Loading Loading @@ -1149,11 +1154,6 @@ lib.mapAttrs mkLicense ( fullName = "Public Domain"; }; purdueBsd = { fullName = "Purdue BSD-Style License"; # also known as lsof license url = "https://enterprise.dejacode.com/licenses/public/purdue-bsd"; }; prosperity30 = { fullName = "Prosperity-3.0.0"; free = false; Loading
pkgs/by-name/ls/lsof/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { socket (IPv6/IPv4/UNIX local), or partition (by opening a file from it). ''; license = lib.licenses.purdueBsd; license = lib.licenses.lsof; maintainers = with lib.maintainers; [ dezgeg ]; platforms = lib.platforms.unix; }; Loading