lib.license: purdueBsd rename to lsof

spdx has marked this as lsof license

jopejoe1 e85bfdae d1d63d0d

Changed files
+6 -6
lib
pkgs
by-name
ls
+5 -5
lib/licenses.nix
···
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";
···
publicDomain = {
fullName = "Public Domain";
-
};
-
-
purdueBsd = {
-
fullName = "Purdue BSD-Style License"; # also known as lsof license
-
url = "https://enterprise.dejacode.com/licenses/public/purdue-bsd";
};
prosperity30 = {
+1 -1
pkgs/by-name/ls/lsof/package.nix
···
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;
};