Merge branch 'reuse-updates' into 'main'

reuse: Add dep5 lines for gnulib and libcharset

See merge request GNOME/glib!3896
This commit is contained in:
Philip Withnall 2024-02-07 12:50:40 +00:00
commit ced299c7ad
2 changed files with 15 additions and 3 deletions

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

View File

@ -47,4 +47,16 @@ License: CC-BY-SA-3.0
# girepository/cmph/README-CMPH-IMPORT.txt.
Files: girepository/cmph/*
Copyright: CMPH contributors
License: LGPL-2.1-only or MPL-1.1
License: LGPL-2.1-only or MPL-1.1
# gnulib is a copylib. Adding copyright/license data to the files there would
# cause divergence from upstream. See glib/gnulib/README.
Files: glib/gnulib/*
Copyright: gnulib contributors
License: LGPL-2.1-or-later
# libcharset is a copylib. Adding copyright/license data to the files there
# would cause divergence from upstream. See glib/libcharset/README.
Files: glib/libcharset/*
Copyright: libcharset contributors
License: LGPL-2.1-or-later