diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-28 19:10:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 20:29:53 +0200 |
commit | c456cfc2e52bff3540614ac85e0a1da95248f637 (patch) | |
tree | f9ce0eb7237ccb54e3d825410e0617f51dee52c1 /arch/sh/mm/tlb-sh3.c | |
parent | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 210 (diff) | |
download | linux-c456cfc2e52bff3540614ac85e0a1da95248f637.tar.xz linux-c456cfc2e52bff3540614ac85e0a1da95248f637.zip |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211
Based on 1 normalized pattern(s):
released under the terms of the gnu gpl v2 0
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 9 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528171439.076212120@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/sh/mm/tlb-sh3.c')
-rw-r--r-- | arch/sh/mm/tlb-sh3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/mm/tlb-sh3.c b/arch/sh/mm/tlb-sh3.c index 5c66665bff8b..869243518bb3 100644 --- a/arch/sh/mm/tlb-sh3.c +++ b/arch/sh/mm/tlb-sh3.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * arch/sh/mm/tlb-sh3.c * @@ -5,8 +6,6 @@ * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 Paul Mundt - * - * Released under the terms of the GNU GPL v2.0. */ #include <linux/signal.h> #include <linux/sched.h> |