diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-08-27 21:53:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-08-28 22:24:22 +0200 |
commit | a642a0b33343add9b771ce88a6c5ff6cf92f22d2 (patch) | |
tree | 31d1e6a705cddc3403fafc0b2cdad434274ba07a | |
parent | d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff) |
MAINTAINERS: add entry for LICENSES and SPDX stuff
Thomas and I seem to have become the "unofficial" maintainers for these
files and questions about SPDX things. So let's make it official.
Reported-by: "Darrick J. Wong" <[email protected]>
Grumpily-acked-by: Thomas Gleixner <[email protected]>
Acked-by: Darrick J. Wong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 43604d6ab96c..f13274f32101 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9233,6 +9233,18 @@ F: include/linux/nd.h F: include/linux/libnvdimm.h F: include/uapi/linux/ndctl.h +LICENSES and SPDX stuff +M: Thomas Gleixner <[email protected]> +M: Greg Kroah-Hartman <[email protected]> +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git +F: COPYING +F: Documentation/process/license-rules.rst +F: LICENSES/ +F: scripts/spdxcheck-test.sh +F: scripts/spdxcheck.py + LIGHTNVM PLATFORM SUPPORT M: Matias Bjorling <[email protected]> W: http://github/OpenChannelSSD |