kernel/arch/sh/kernel/cpu/irq/ipr.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Interrupt handling for IPR-based IRQ. 3 4 * .. .. @@ -11,10 +12,6 @@ 11 12 * On-chip supporting modules for SH7709/SH7709A/SH7729. 12 13 * Hitachi SolutionEngine external I/O: 13 14 * MS7709SE01, MS7709ASE01, and MS7750SE01 14 - *15 - * This file is subject to the terms and conditions of the GNU General Public16 - * License. See the file "COPYING" in the main directory of this archive17 - * for more details.18 15 */ 19 16 #include <linux/init.h> 20 17 #include <linux/interrupt.h>