From c8c65a35bd3a2a8c001cd2b1f5335f87e44d1fc2 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 18 Jun 2024 07:48:11 +0200 Subject: [PATCH] update licenses --- usr/lib/archboot/cpio/hooks/base_common_system | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/hooks/base_common_system b/usr/lib/archboot/cpio/hooks/base_common_system index d2ffdffde..087d1fb56 100644 --- a/usr/lib/archboot/cpio/hooks/base_common_system +++ b/usr/lib/archboot/cpio/hooks/base_common_system @@ -139,7 +139,9 @@ linux-with-alt-and-altgr,linux-keys-bare}.inc,qwerty/us.map.gz} \ _symlink "/etc/ssl/certs/ca-certificates.crt" "../../ca-certificates/extracted/tls-ca-bundle.pem" _map _file /usr/share/{ca-certificates/trust-source/mozilla.trust.p11-kit,p11-kit/modules/p11-kit-trust.module} # fix licenses - _map _file /usr/share/licenses/{duktape/LICENSE.txt,eza/LICENSE,shadow/COPYING,iana-etc/LICENSE,dbus/COPYING,p11-kit/COPYING} + _map _file /usr/share/licenses/{bat/LICENSE-{APACHE,MIT},dbus/COPYING,duktape/LICENSE.txt,eza/LICENSE,\ +fd/LICENSE-MIT,iana-etc/LICENSE,p11-kit/COPYING,procs/LICENSE,ripgrep/{COPYING,LICENSE-MIT,UNLICENSE},\ +sd/LICENSE,shadow/COPYING} } # vim: set ft=sh ts=4 sw=4 et: