From: Thomas Gleixner Date: Mon, 16 May 2022 10:27:32 +0000 (+0200) Subject: scripts/spdxcheck: Exclude MAINTAINERS/CREDITS X-Git-Tag: v5.19-rc1~49^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab99ce9780d3c3505db4b83669869627010307e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/spdxexclude b/scripts/spdxexclude index 4a7fb16dc823f..73ef8caf5e611 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