From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:14:40 +0000 Subject: [PATCH] add REDIRECT --- kernel/arch/sh/mm/tlb-sh4.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/arch/sh/mm/tlb-sh4.c b/kernel/arch/sh/mm/tlb-sh4.c index d42dd7e..aa0a9f4 100644 --- a/kernel/arch/sh/mm/tlb-sh4.c +++ b/kernel/arch/sh/mm/tlb-sh4.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * arch/sh/mm/tlb-sh4.c * @@ -5,8 +6,6 @@ * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 - 2007 Paul Mundt - * - * Released under the terms of the GNU GPL v2.0. */ #include <linux/kernel.h> #include <linux/mm.h> -- Gitblit v1.6.2