The patch titled Subject: scripts: use SPDX tag in get_maintainer and checkpatch has been added to the -mm tree. Its filename is scripts-use-spdx-tag-in-get_maintainer-and-checkpatch.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-use-spdx-tag-in-get_maintainer-and-checkpatch.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-use-spdx-tag-in-get_maintainer-and-checkpatch.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: scripts: use SPDX tag in get_maintainer and checkpatch Add the appropriate SPDX tag to these scripts. Miscellanea: o Add my copyright to checkpatch Link: http://lkml.kernel.org/r/d08e49e8f6562c58a63792aa64306d1851f81f4b.camel@xxxxxxxxxxx Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Andy Whitcroft <apw@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 4 +++- scripts/get_maintainer.pl | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff -puN scripts/checkpatch.pl~scripts-use-spdx-tag-in-get_maintainer-and-checkpatch scripts/checkpatch.pl --- a/scripts/checkpatch.pl~scripts-use-spdx-tag-in-get_maintainer-and-checkpatch +++ a/scripts/checkpatch.pl @@ -1,9 +1,11 @@ #!/usr/bin/env perl +# SPDX-License-Identifier: GPL-2.0 +# # (c) 2001, Dave Jones. (the file handling bit) # (c) 2005, Joel Schopp <jschopp@xxxxxxxxxxxxxx> (the ugly bit) # (c) 2007,2008, Andy Whitcroft <apw@xxxxxxxxxx> (new conditions, test suite) # (c) 2008-2010 Andy Whitcroft <apw@xxxxxxxxxxxxx> -# Licensed under the terms of the GNU GPL License version 2 +# (c) 2010-2018 Joe Perches <joe@xxxxxxxxxxx> use strict; use warnings; diff -puN scripts/get_maintainer.pl~scripts-use-spdx-tag-in-get_maintainer-and-checkpatch scripts/get_maintainer.pl --- a/scripts/get_maintainer.pl~scripts-use-spdx-tag-in-get_maintainer-and-checkpatch +++ a/scripts/get_maintainer.pl @@ -1,4 +1,6 @@ #!/usr/bin/env perl +# SPDX-License-Identifier: GPL-2.0 +# # (c) 2007, Joe Perches <joe@xxxxxxxxxxx> # created from checkpatch.pl # @@ -7,8 +9,6 @@ # # usage: perl scripts/get_maintainer.pl [OPTIONS] <patch> # perl scripts/get_maintainer.pl [OPTIONS] -f <file> -# -# Licensed under the terms of the GNU GPL License version 2 use warnings; use strict; _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are scripts-use-spdx-tag-in-get_maintainer-and-checkpatch.patch get_maintainer-improve-patch-recognition.patch checkpatch-add-a-strict-test-for-structs-with-bool-member-definitions.patch checkpatch-improve-patch-recognition.patch checkpatch-improve-patch-recognition-fix.patch mm-use-octal-not-symbolic-permissions.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html