Skip to content

glib/gio/tests: Add SPDX license headers automatically

Philip Withnall requested to merge pwithnall/glib:reuse-more into main

Add SPDX license (but not copyright) headers to all files which follow a certain pattern in their existing non-machine-readable header comment.

These commits were entirely machine-generated (see the commit messages for the commands used), and then manually checked.

With these commits applied, the summary from reuse lint is now:

# SUMMARY

* Bad licenses:
* Deprecated licenses:
* Licenses without file extension:
* Missing licenses:
* Unused licenses:
* Used licenses: Apache-2.0, CC0-1.0, GPL-2.0-or-later, LGPL-2.1-or-later, LLVM-exception, MIT
* Read errors: 0
* Files with copyright information: 1567 / 2010
* Files with license information: 1237 / 2010

Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(

‘Files with license information’ has increased from 439/2010 to 1237/2010.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Helps: #1415

Merge request reports