various: correct license (#437682)

Changed files
+11 -7
pkgs
by-name
sc
so
socklog
sope
st
wg
wgetpaste
xe
tools
misc
youtube-dl
+1 -1
pkgs/by-name/sc/sct/package.nix
···
raskin
somasis
];
-
license = licenses.publicDomain;
+
license = licenses.isc;
platforms = with platforms; linux ++ freebsd ++ openbsd;
};
}
+1 -1
pkgs/by-name/so/socklog/package.nix
···
meta = {
description = "System and kernel logging services";
homepage = "https://smarden.org/socklog/";
-
license = lib.licenses.publicDomain;
+
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ joachifm ];
};
+1 -1
pkgs/by-name/so/sope/package.nix
···
meta = {
description = "Extensive set of frameworks which form a complete Web application server environment";
-
license = lib.licenses.publicDomain;
+
license = lib.licenses.lgpl2Plus;
homepage = "https://github.com/Alinto/sope";
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ jceb ];
+5 -1
pkgs/by-name/st/stb/package.nix
···
meta = with lib; {
description = "Single-file public domain libraries for C/C++";
homepage = "https://github.com/nothings/stb";
-
license = licenses.publicDomain;
+
license = with licenses; [
+
mit
+
# OR
+
unlicense
+
];
platforms = platforms.all;
maintainers = [ ];
};
+1 -1
pkgs/by-name/wg/wgetpaste/package.nix
···
description = "Command-line interface to various pastebins";
mainProgram = "wgetpaste";
homepage = "https://github.com/zlin/wgetpaste";
-
license = lib.licenses.publicDomain;
+
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
qknight
];
+1 -1
pkgs/by-name/xe/xe/package.nix
···
meta = {
description = "Simple xargs and apply replacement";
homepage = "https://github.com/leahneukirchen/xe";
-
license = lib.licenses.publicDomain;
+
license = lib.licenses.cc0;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.pbsds ];
mainProgram = "xe";
+1 -1
pkgs/tools/misc/youtube-dl/default.nix
···
the public domain, which means you can modify it, redistribute it or use
it however you like.
'';
-
license = licenses.publicDomain;
+
license = licenses.unlicense;
maintainers = with maintainers; [
fpletz
];