REUSE: bump reuse to v6, add more fences to fix issues

Closes #18895
Closes #18897
This commit is contained in:
Viktor Szakats 2025-10-06 20:35:38 +02:00
parent beeb1ae762
commit 13f10add17
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 9 additions and 1 deletions

View file

@ -156,7 +156,9 @@ sub single {
return 2;
}
if(!$spdx) {
# REUSE-IgnoreStart
print STDERR "$f:$line:1:ERROR: no 'SPDX-License-Identifier:' field present\n";
# REUSE-IgnoreEnd
return 2;
}
last;