summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-05-16 12:27:32 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-18 15:35:38 +0200
commit2ab99ce9780d3c3505db4b83669869627010307e (patch)
tree0e9f75908ae366c2b8a5e3d64b1088e9b724976f
parent2fb977133684bb74d301bd86a9bb1bd2762362fc (diff)
downloadlinux-2ab99ce9780d3c3505db4b83669869627010307e.tar.gz
linux-2ab99ce9780d3c3505db4b83669869627010307e.tar.bz2
linux-2ab99ce9780d3c3505db4b83669869627010307e.zip
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>
-rw-r--r--scripts/spdxexclude4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/spdxexclude b/scripts/spdxexclude
index 4a7fb16dc823..73ef8caf5e61 100644
--- a/scripts/spdxexclude
+++ b/scripts/spdxexclude
@@ -11,3 +11,7 @@ license-rules.rst
# by the Kconfig tools
kernel/configs/
arch/*/configs/
+
+# Other files without copyrightable content
+/CREDITS
+/MAINTAINERS