SPDX license tags are internal source code markers, but cyclictest manpage's SPDX tag is leaked to the output. Comment it out, as the tag will still be recognized by standard tools like FSFE's REUSE; i.e. "reuse lint". While at it, put the SPDX licence tag on top as this is the common convention. Fixes: cf75a53807ae ("rt-tests: Add missing SPDX licenses") Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> Link: https://spdx.dev/learn/handling-license-info/ Link: https://git.fsfe.org/reuse/tool --- src/cyclictest/cyclictest.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 index 6becd19..2871daa 100644 --- a/src/cyclictest/cyclictest.8 +++ b/src/cyclictest/cyclictest.8 @@ -1,6 +1,6 @@ +.\" SPDX-License-Identifier: GPL-2.0-only .\" Hey, EMACS: -*- nroff -*- .TH CYCLICTEST 8 "April 22, 2016" -# SPDX-License-Identifier: GPL-2.0-only .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: -- 2.49.0