hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/powerpc/perf/e6500-pmu.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Performance counter support for e6500 family processors.
34 *
....@@ -5,11 +6,6 @@
56 * Based on e500-pmu.c
67 * Copyright 2013 Freescale Semiconductor, Inc.
78 * Copyright 2008-2009 Paul Mackerras, IBM Corporation.
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 */
1410
1511 #include <linux/string.h>