The patch titled Subject: sh: shmobile: convert to SPDX identifiers has been added to the -mm tree. Its filename is sh-shmobile-convert-to-spdx-identifiers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/sh-shmobile-convert-to-spdx-identifiers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/sh-shmobile-convert-to-spdx-identifiers.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: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Subject: sh: shmobile: convert to SPDX identifiers Update license to use SPDX-License-Identifier instead of verbose license text. Link: http://lkml.kernel.org/r/875zw8csxa.wl-kuninori.morimoto.gx@xxxxxxxxxxx Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> Cc: Rich Felker <dalias@xxxxxxxx> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/sh/kernel/cpu/shmobile/Makefile | 1 + arch/sh/kernel/cpu/shmobile/cpuidle.c | 5 +---- arch/sh/kernel/cpu/shmobile/pm.c | 5 +---- arch/sh/kernel/cpu/shmobile/sleep.S | 7 ++----- 4 files changed, 5 insertions(+), 13 deletions(-) --- a/arch/sh/kernel/cpu/shmobile/cpuidle.c~sh-shmobile-convert-to-spdx-identifiers +++ a/arch/sh/kernel/cpu/shmobile/cpuidle.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/shmobile/cpuidle.c * * Cpuidle support code for SuperH Mobile * * Copyright (C) 2009 Magnus Damm - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ #include <linux/init.h> #include <linux/kernel.h> --- a/arch/sh/kernel/cpu/shmobile/Makefile~sh-shmobile-convert-to-spdx-identifiers +++ a/arch/sh/kernel/cpu/shmobile/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Linux/SuperH SH-Mobile backends. # --- a/arch/sh/kernel/cpu/shmobile/pm.c~sh-shmobile-convert-to-spdx-identifiers +++ a/arch/sh/kernel/cpu/shmobile/pm.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/kernel/cpu/shmobile/pm.c * * Power management support code for SuperH Mobile * * Copyright (C) 2009 Magnus Damm - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ #include <linux/init.h> #include <linux/kernel.h> --- a/arch/sh/kernel/cpu/shmobile/sleep.S~sh-shmobile-convert-to-spdx-identifiers +++ a/arch/sh/kernel/cpu/shmobile/sleep.S @@ -1,13 +1,10 @@ -/* +/* SPDX-License-Identifier: GPL-2.0 + * * arch/sh/kernel/cpu/sh4a/sleep-sh_mobile.S * * Sleep mode and Standby modes support for SuperH Mobile * * Copyright (C) 2009 Magnus Damm - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ #include <linux/sys.h> _ Patches currently in -mm which might be from kuninori.morimoto.gx@xxxxxxxxxxx are sh-boards-convert-to-spdx-identifiers.patch sh-drivers-convert-to-spdx-identifiers.patch sh-include-convert-to-spdx-identifiers.patch sh-sh2-convert-to-spdx-identifiers.patch sh-sh2a-convert-to-spdx-identifiers.patch sh-sh3-convert-to-spdx-identifiers.patch sh-sh4-convert-to-spdx-identifiers.patch sh-sh4a-convert-to-spdx-identifiers.patch sh-sh5-convert-to-spdx-identifiers.patch sh-shmobile-convert-to-spdx-identifiers.patch sh-cpu-convert-to-spdx-identifiers.patch sh-kernel-convert-to-spdx-identifiers.patch sh-lib-convert-to-spdx-identifiers.patch