]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/signames: change license to public domain
authorKarel Zak <kzak@redhat.com>
Thu, 19 Nov 2020 11:04:08 +0000 (12:04 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Feb 2021 08:35:16 +0000 (09:35 +0100)
commitb24fa471728bf671017588e28da63989e3eccc75
treeffcc33e0d5acb5c2bb5577d7f7893cdcee4e78ea
parent0bfa747f0176af4b94a4e1f6f434ddfcd9ce5099
lib/signames: change license to public domain

The file is simple list of signal names and trivial function to search
in the list. We do not need any extra license here and as public
domain it will be more portable to other tools (GPL and BSD) in the
util-linux.

All previous contributors (Sami, Niklas and me) agree with this change.

Signed-off-by: Karel Zak <kzak@redhat.com>
lib/signames.c