hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/kernel/sh_bios.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * C interface for trapping into the standard LinuxSH BIOS.
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 1999, 2000 Niibe Yutaka
67 * Copyright (C) 2002 M. R. Brown
78 * Copyright (C) 2004 - 2010 Paul Mundt
8
- *
9
- * This file is subject to the terms and conditions of the GNU General Public
10
- * License. See the file "COPYING" in the main directory of this archive
11
- * for more details.
129 */
1310 #include <linux/module.h>
1411 #include <linux/console.h>