]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add SPDX-License-Identifier to helper
authorKarel Zak <kzak@redhat.com>
Mon, 5 Dec 2022 11:51:03 +0000 (12:51 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 5 Dec 2022 11:51:03 +0000 (12:51 +0100)
commit08431acdf5b3accd0887ab550bfa4efabed751d6
tree240f7fc703aa40273e248e9534fee2af29a072a9
parent5bd28f494ece506daa58861bf46e726c3958021e
tests: add SPDX-License-Identifier to helper

The default util-linux license is GPL-2.0-or-later. The header is
missing in some files or quotation from the license is incomplete. It
seem the best is to use the License-Identifier header to make things
more obvious and readable for code analyzers, etc.

Fixes: https://github.com/util-linux/util-linux/issues/1932
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/helpers/test_byteswap.c
tests/helpers/test_mbsencode.c
tests/helpers/test_md5.c
tests/helpers/test_sha1.c
tests/helpers/test_sigreceive.c
tests/helpers/test_strerror.c
tests/helpers/test_sysinfo.c
tests/helpers/test_tiocsti.c
tests/helpers/test_uuid_namespace.c