kernel/arch/sh/kernel/cpu/sh3/ex.S
.. .. @@ -1,14 +1,11 @@ 1 -/*1 +/* SPDX-License-Identifier: GPL-2.02 + *2 3 * arch/sh/kernel/cpu/sh3/ex.S 3 4 * 4 5 * The SH-3 and SH-4 exception vector table. 5 -6 + *6 7 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 7 8 * Copyright (C) 2003 - 2008 Paul Mundt 8 - *9 - * This file is subject to the terms and conditions of the GNU General Public10 - * License. See the file "COPYING" in the main directory of this archive11 - * for more details.12 9 */ 13 10 #include <linux/linkage.h> 14 11