]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib: remove pager.c from libcommon
authorKarel Zak <kzak@redhat.com>
Tue, 20 Jun 2023 11:15:45 +0000 (13:15 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jun 2023 11:30:07 +0000 (13:30 +0200)
commitd84ee5a461d0d75b2a1ec67e9bc5a013cf1542d2
tree4a4f369d01f88f3fa1392737911700b4fd37b5e2
parentc50da4b07ad52d31743315e257fe7a005da76025
lib: remove pager.c from libcommon

The libcommon is a binary archive to keep compilation and maintenance
simple. The library is not linked as shared or so. The unused symbols
are removed from binaries (for example, by "make install-strip").

But it isn't evident for license analyzers (and some humans) that the
library uses GPL and non-GPL stuff simultaneously. Let's avoid doubts
and keep pager.c (with GPL license) out of the archive

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/Makemodule.am
disk-utils/meson.build
lib/Makemodule.am
lib/meson.build
sys-utils/Makemodule.am
sys-utils/meson.build