kernel/arch/sh/kernel/sh_bios.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * C interface for trapping into the standard LinuxSH BIOS. 3 4 * .. .. @@ -5,10 +6,6 @@ 5 6 * Copyright (C) 1999, 2000 Niibe Yutaka 6 7 * Copyright (C) 2002 M. R. Brown 7 8 * Copyright (C) 2004 - 2010 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/module.h> 14 11 #include <linux/console.h>