add systemd license

This commit is contained in:
Tobias Powalowski 2024-09-11 09:33:17 +02:00
parent 274678334e
commit 659ce8ffdb

View file

@ -109,6 +109,7 @@ sd/LICENSE
sdparm/LICENSE sdparm/LICENSE
shadow/COPYING shadow/COPYING
sqlite/license.txt sqlite/license.txt
systemd/MIT-0.txt
terminus-font/LICENSE terminus-font/LICENSE
tmux/LICENSE tmux/LICENSE
tpm2-tss/LICENSE tpm2-tss/LICENSE
@ -144,9 +145,6 @@ done
if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then
_file /usr/share/licenses/broadcom-wl/LICENSE _file /usr/share/licenses/broadcom-wl/LICENSE
fi fi
if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then
_file /usr/share/licenses/systemd/MIT-0.txt
fi
_map _full_dir /usr/share/licenses/{spdx,linux-firmware} _map _full_dir /usr/share/licenses/{spdx,linux-firmware}
} }