systemd: update licensing info

This commit is contained in:
Anderson Torres 2024-01-22 09:41:15 -03:00
parent 2812d1202f
commit 1a3a5407a0

View file

@ -845,7 +845,18 @@ stdenv.mkDerivation (finalAttrs: {
network configuration, network time synchronization, log forwarding, and
name resolution.
'';
license = with lib.licenses; [ lgpl21Plus ];
license = with lib.licenses; [
# Taken from https://raw.githubusercontent.com/systemd/systemd-stable/${finalAttrs.src.rev}/LICENSES/README.md
bsd2
bsd3
cc0
lgpl21Plus
lgpl2Plus
mit
mit0
ofl
publicDomain
];
maintainers = with lib.maintainers; [ flokli kloenk ];
platforms = lib.platforms.linux;
priority = 10;