hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/sh/kernel/perf_event.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Performance event support framework for SuperH hardware counters.
34 *
....@@ -15,10 +16,6 @@
1516 *
1617 * ppc:
1718 * Copyright 2008-2009 Paul Mackerras, IBM Corporation.
18
- *
19
- * This file is subject to the terms and conditions of the GNU General Public
20
- * License. See the file "COPYING" in the main directory of this archive
21
- * for more details.
2219 */
2320 #include <linux/kernel.h>
2421 #include <linux/init.h>