diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-08-25 17:20:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-01 18:39:31 +0200 |
commit | a68108c8370a7210626413e5aaf2327de3aeab94 (patch) | |
tree | 3c4e9729ae525c9ae1f1dbc4271efba1b1ee8b01 /MAINTAINERS | |
parent | 9c6d194f40a97ecab85af8c4af33ec934ea75716 (diff) | |
download | linux-stable-a68108c8370a7210626413e5aaf2327de3aeab94.tar.gz linux-stable-a68108c8370a7210626413e5aaf2327de3aeab94.tar.bz2 linux-stable-a68108c8370a7210626413e5aaf2327de3aeab94.zip |
MAINTAINERS: add spdxexclude to LICENSES and SPDX stuff
Commit 0509b270a358 ("scripts/spdxcheck: Put excluded files and directories
into a separate file") moved excluded files to the new file
scripts/spdxexclude, but did not adjust the MAINTAINERS section. The file
scripts/spdxexclude clearly belongs to LICENSES and SPDX stuff.
Add a corresponding file entry.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20220825152029.12660-1-lukas.bulwahn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1b2ab4b04d69..61547e61b7cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11625,6 +11625,7 @@ F: Documentation/process/license-rules.rst F: LICENSES/ F: scripts/spdxcheck-test.sh F: scripts/spdxcheck.py +F: scripts/spdxexclude LINEAR RANGES HELPERS M: Mark Brown <broonie@kernel.org> |