hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/sh/kernel/cpu/sh4/clock-sh4.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/kernel/cpu/sh4/clock-sh4.c
34 *
....@@ -11,10 +12,6 @@
1112 * Copyright (C) 2000 Philipp Rumpf <prumpf@tux.org>
1213 * Copyright (C) 2002, 2003, 2004 Paul Mundt
1314 * Copyright (C) 2002 M. R. Brown <mrbrown@linux-sh.org>
14
- *
15
- * This file is subject to the terms and conditions of the GNU General Public
16
- * License. See the file "COPYING" in the main directory of this archive
17
- * for more details.
1815 */
1916 #include <linux/init.h>
2017 #include <linux/kernel.h>