reuse: Update CI limits on files missing SPDX data

One more monotonic step on the way to full REUSE compliance.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #1415
This commit is contained in:
Philip Withnall 2024-02-07 12:10:04 +00:00
parent b1f540d267
commit 722805fd09

View File

@ -16,8 +16,8 @@ git submodule update --init
# suitable copyright/licensing information has increased from a baseline
# FIXME: Eventually this script can check whether *any* files are missing
# information. But for now, lets slowly improve the baseline.
files_without_copyright_information_max=407
files_without_license_information_max=559
files_without_copyright_information_max=346
files_without_license_information_max=417
# The || true is because `reuse lint` will exit with status 1 if the project is not compliant
# FIXME: Once https://github.com/fsfe/reuse-tool/issues/512 or