diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-05-16 12:27:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-18 15:35:42 +0200 |
commit | e0208351383c19e62f5f04209ce4ecf24db64eaf (patch) | |
tree | 611c8c01cb68a34eadb22fcf7c84ef6c9c3589a0 /scripts/spdxexclude | |
parent | 2ab99ce9780d3c3505db4b83669869627010307e (diff) | |
download | linux-e0208351383c19e62f5f04209ce4ecf24db64eaf.tar.gz linux-e0208351383c19e62f5f04209ce4ecf24db64eaf.tar.bz2 linux-e0208351383c19e62f5f04209ce4ecf24db64eaf.zip |
scripts/spdxcheck: Exclude top-level README
Nothing copyrightable to see here.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/spdxexclude')
-rw-r--r-- | scripts/spdxexclude | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/spdxexclude b/scripts/spdxexclude index 73ef8caf5e61..81bdb13ed789 100644 --- a/scripts/spdxexclude +++ b/scripts/spdxexclude @@ -15,3 +15,4 @@ arch/*/configs/ # Other files without copyrightable content /CREDITS /MAINTAINERS +/README |