Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437

Based on 1 normalized pattern(s):

this file is licensed under gplv2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 22 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190115.129548190@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
82664963 3e456101

+8 -17
+1 -2
arch/x86/kernel/cpu/aperfmperf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * x86 APERF/MPERF KHz calculation for 3 4 * /sys/.../cpufreq/scaling_cur_freq 4 5 * 5 6 * Copyright (C) 2017 Intel Corp. 6 7 * Author: Len Brown <len.brown@intel.com> 7 - * 8 - * This file is licensed under GPLv2. 9 8 */ 10 9 11 10 #include <linux/delay.h>
+1 -2
arch/x86/kernel/cpu/mce/genpool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MCE event pool management in MCE context 3 4 * 4 5 * Copyright (C) 2015 Intel Corp. 5 6 * Author: Chen, Gong <gong.chen@linux.intel.com> 6 - * 7 - * This file is licensed under GPLv2. 8 7 */ 9 8 #include <linux/smp.h> 10 9 #include <linux/mm.h>
+1 -2
drivers/acpi/acpi_extlog.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Extended Error Log driver 3 4 * 4 5 * Copyright (C) 2013 Intel Corp. 5 6 * Author: Chen, Gong <gong.chen@intel.com> 6 - * 7 - * This file is licensed under GPLv2. 8 7 */ 9 8 10 9 #include <linux/module.h>
+1 -3
drivers/acpi/apei/bert.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * APEI Boot Error Record Table (BERT) support 3 4 * ··· 17 16 * 18 17 * For more information about BERT, please refer to ACPI Specification 19 18 * version 4.0, section 17.3.1 20 - * 21 - * This file is licensed under GPLv2. 22 - * 23 19 */ 24 20 25 21 #include <linux/kernel.h>
+1 -2
drivers/scsi/raid_class.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * raid_class.c - implementation of a simple raid visualisation class 3 4 * 4 5 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> 5 - * 6 - * This file is licensed under GPLv2 7 6 * 8 7 * This class is designed to allow raid attributes to be visualised and 9 8 * manipulated in a form independent of the underlying raid. Ultimately this
+1 -2
include/linux/attribute_container.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * attribute_container.h - a generic container for all classes 3 4 * 4 5 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> 5 - * 6 - * This file is licensed under GPLv2 7 6 */ 8 7 9 8 #ifndef _ATTRIBUTE_CONTAINER_H_
+1 -2
include/linux/raid_class.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * raid_class.h - a generic raid visualisation class 3 4 * 4 5 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> 5 - * 6 - * This file is licensed under GPLv2 7 6 */ 8 7 #include <linux/transport_class.h> 9 8
+1 -2
include/linux/transport_class.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * transport_class.h - a generic container for all transport classes 3 4 * 4 5 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> 5 - * 6 - * This file is licensed under GPLv2 7 6 */ 8 7 9 8 #ifndef _TRANSPORT_CLASS_H_