Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts/spdxcheck: Exclude MAINTAINERS/CREDITS

Listings of maintainers and people who deserve credits are not really
interesting in terms of copyright. The usage of these files outside of the
kernel is pointless and the file format is trivial. No point in chasing
them or slapping a SPDX identifier into them just because.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2ab99ce9 2fb97713

+4
+4
scripts/spdxexclude
··· 11 11 # by the Kconfig tools 12 12 kernel/configs/ 13 13 arch/*/configs/ 14 + 15 + # Other files without copyrightable content 16 + /CREDITS 17 + /MAINTAINERS