]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scripts/spdxcheck: Exclude MAINTAINERS/CREDITS
authorThomas Gleixner <tglx@linutronix.de>
Mon, 16 May 2022 10:27:32 +0000 (12:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 May 2022 13:35:38 +0000 (15:35 +0200)
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>
scripts/spdxexclude

index 4a7fb16dc823f6c947cb493a6aac0b8ac69f0a96..73ef8caf5e611c9bfedac2c2c627b802428ecd5b 100644 (file)
@@ -11,3 +11,7 @@ license-rules.rst
 # by the Kconfig tools
 kernel/configs/
 arch/*/configs/
+
+# Other files without copyrightable content
+/CREDITS
+/MAINTAINERS