hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/mips/kernel/perf_event.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Linux performance counter support for MIPS.
34 *
....@@ -8,10 +9,6 @@
89 * based on the sparc64 perf event code and the x86 code. Performance
910 * counter access is based on the MIPS Oprofile code. And the callchain
1011 * support references the code of MIPS stacktrace.c.
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
1512 */
1613
1714 #include <linux/perf_event.h>