Skip to content

Commit 55716d2

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Based on 1 normalized pattern(s): this file is released under the gplv2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 68 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/20190531190114.292346262@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1623de8 commit 55716d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+68
-144
lines changed

arch/alpha/include/asm/device.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Arch specific extensions to struct device
3-
*
4-
* This file is released under the GPLv2
54
*/
65
#include <asm-generic/device.h>
76

arch/arm/include/asm/device.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Arch specific extensions to struct device
3-
*
4-
* This file is released under the GPLv2
54
*/
65
#ifndef ASMARM_DEVICE_H
76
#define ASMARM_DEVICE_H

arch/ia64/include/asm/device.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Arch specific extensions to struct device
3-
*
4-
* This file is released under the GPLv2
54
*/
65
#ifndef _ASM_IA64_DEVICE_H
76
#define _ASM_IA64_DEVICE_H

arch/powerpc/include/asm/device.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Arch specific extensions to struct device
3-
*
4-
* This file is released under the GPLv2
54
*/
65
#ifndef _ASM_POWERPC_DEVICE_H
76
#define _ASM_POWERPC_DEVICE_H

arch/powerpc/platforms/512x/mpc512x_lpbfifo.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* The driver for Freescale MPC512x LocalPlus Bus FIFO
34
* (called SCLPC in the Reference Manual).
45
*
56
* Copyright (C) 2013-2015 Alexander Popov <alex.popov@linux.com>.
6-
*
7-
* This file is released under the GPLv2.
87
*/
98

109
#include <linux/interrupt.h>

arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* LocalPlus Bus FIFO driver for the Freescale MPC52xx.
34
*
45
* Copyright (C) 2009 Secret Lab Technologies Ltd.
56
*
6-
* This file is released under the GPLv2
7-
*
87
* Todo:
98
* - Add support for multiple requests to be queued.
109
*/

arch/sparc/include/asm/device.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Arch specific extensions to struct device
3-
*
4-
* This file is released under the GPLv2
54
*/
65
#ifndef _ASM_SPARC_DEVICE_H
76
#define _ASM_SPARC_DEVICE_H

arch/x86/kernel/kdebugfs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Architecture specific debugfs files
34
*
45
* Copyright (C) 2007, Intel Corp.
56
* Huang Ying <ying.huang@intel.com>
6-
*
7-
* This file is released under the GPLv2.
87
*/
98
#include <linux/debugfs.h>
109
#include <linux/uaccess.h>

arch/x86/kernel/ksysfs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Architecture specific sysfs attributes in /sys/kernel
34
*
45
* Copyright (C) 2007, Intel Corp.
56
* Huang Ying <ying.huang@intel.com>
67
* Copyright (C) 2013, 2013 Red Hat, Inc.
78
* Dave Young <dyoung@redhat.com>
8-
*
9-
* This file is released under the GPLv2
109
*/
1110

1211
#include <linux/kobject.h>

drivers/acpi/glue.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Link physical devices with ACPI devices support
34
*
45
* Copyright (c) 2005 David Shaohua Li <shaohua.li@intel.com>
56
* Copyright (c) 2005 Intel Corp.
6-
*
7-
* This file is released under the GPLv2.
87
*/
98

109
#include <linux/acpi_iort.h>

0 commit comments

Comments
 (0)