kernel/arch/sh/kernel/perf_event.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Performance event support framework for SuperH hardware counters. 3 4 * .. .. @@ -15,10 +16,6 @@ 15 16 * 16 17 * ppc: 17 18 * Copyright 2008-2009 Paul Mackerras, IBM Corporation. 18 - *19 - * This file is subject to the terms and conditions of the GNU General Public20 - * License. See the file "COPYING" in the main directory of this archive21 - * for more details.22 19 */ 23 20 #include <linux/kernel.h> 24 21 #include <linux/init.h>