hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/sh/kernel/cpu/sh2a/opcode_helper.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/kernel/cpu/sh2a/opcode_helper.c
34 *
45 * Helper for the SH-2A 32-bit opcodes.
56 *
67 * Copyright (C) 2007 Paul Mundt
7
- *
8
- * This file is subject to the terms and conditions of the GNU General Public
9
- * License. See the file "COPYING" in the main directory of this archive
10
- * for more details.
118 */
129 #include <linux/kernel.h>
1310