Skip to content

Commit b886d83

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation version 2 of the license extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 315 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190531190115.503150771@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3287e96 commit b886d83

File tree

314 files changed

+314
-1524
lines changed

Some content is hidden

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

314 files changed

+314
-1524
lines changed

arch/arm/mach-w90x900/clksel.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/clksel.c
34
*
45
* Copyright (c) 2008 Nuvoton technology corporation
56
*
67
* Wan ZongShun <mcuos.com@gmail.com>
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation;version 2 of the License.
118
*/
129

1310
#include <linux/module.h>

arch/arm/mach-w90x900/cpu.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/cpu.c
34
*
@@ -6,11 +7,6 @@
67
* Wan ZongShun <mcuos.com@gmail.com>
78
*
89
* NUC900 series cpu common support
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation;version 2 of the License.
13-
*
1410
*/
1511

1612
#include <linux/kernel.h>

arch/arm/mach-w90x900/dev.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/dev.c
34
*
45
* Copyright (C) 2009 Nuvoton corporation.
56
*
67
* Wan ZongShun <mcuos.com@gmail.com>
7-
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public License as
10-
* published by the Free Software Foundation;version 2 of the License.
11-
*
128
*/
139

1410
#include <linux/kernel.h>

arch/arm/mach-w90x900/include/mach/irqs.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-w90x900/include/mach/irqs.h
34
*
@@ -6,11 +7,6 @@
67
* Wan ZongShun <mcuos.com@gmail.com>
78
*
89
* Based on arch/arm/mach-s3c2410/include/mach/irqs.h
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation;version 2 of the License.
13-
*
1410
*/
1511

1612
#ifndef __ASM_ARCH_IRQS_H

arch/arm/mach-w90x900/include/mach/map.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-w90x900/include/mach/map.h
34
*
@@ -6,11 +7,6 @@
67
* Wan ZongShun <mcuos.com@gmail.com>
78
*
89
* Based on arch/arm/mach-s3c2410/include/mach/map.h
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation;version 2 of the License.
13-
*
1410
*/
1511

1612
#ifndef __ASM_ARCH_MAP_H

arch/arm/mach-w90x900/include/mach/mfp.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-w90x900/include/mach/mfp.h
34
*
@@ -6,11 +7,6 @@
67
* Wan ZongShun <mcuos.com@gmail.com>
78
*
89
* Based on arch/arm/mach-s3c2410/include/mach/map.h
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation;version 2 of the License.
13-
*
1410
*/
1511

1612
#ifndef __ASM_ARCH_MFP_H

arch/arm/mach-w90x900/include/mach/regs-clock.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-w90x900/include/mach/regs-clock.h
34
*
45
* Copyright (c) 2008 Nuvoton technology corporation.
56
*
67
* Wan ZongShun <mcuos.com@gmail.com>
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation;version 2 of the License.
11-
*
128
*/
139

1410
#ifndef __ASM_ARCH_REGS_CLOCK_H

arch/arm/mach-w90x900/irq.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/irq.c
34
*
@@ -7,11 +8,6 @@
78
* All rights reserved.
89
*
910
* Wan ZongShun <mcuos.com@gmail.com>
10-
*
11-
* This program is free software; you can redistribute it and/or modify
12-
* it under the terms of the GNU General Public License as published by
13-
* the Free Software Foundation;version 2 of the License.
14-
*
1511
*/
1612

1713
#include <linux/init.h>

arch/arm/mach-w90x900/mach-nuc910evb.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/mach-nuc910evb.c
34
*
@@ -6,11 +7,6 @@
67
* Copyright (C) 2008 Nuvoton technology corporation.
78
*
89
* Wan ZongShun <mcuos.com@gmail.com>
9-
*
10-
* This program is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU General Public License as
12-
* published by the Free Software Foundation;version 2 of the License.
13-
*
1410
*/
1511

1612
#include <linux/platform_device.h>

arch/arm/mach-w90x900/mach-nuc950evb.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/mach-nuc950evb.c
34
*
@@ -7,12 +8,8 @@
78
*
89
* Wan ZongShun <mcuos.com@gmail.com>
910
*
10-
* This program is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU General Public License as
12-
* published by the Free Software Foundation;version 2 of the License.
1311
* history:
1412
* Wang Qiang (rurality.linux@gmail.com) add LCD support
15-
*
1613
*/
1714

1815
#include <linux/platform_device.h>

arch/arm/mach-w90x900/mach-nuc960evb.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/mach-nuc960evb.c
34
*
@@ -6,11 +7,6 @@
67
* Copyright (C) 2008 Nuvoton technology corporation.
78
*
89
* Wan ZongShun <mcuos.com@gmail.com>
9-
*
10-
* This program is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU General Public License as
12-
* published by the Free Software Foundation;version 2 of the License.
13-
*
1410
*/
1511

1612
#include <linux/platform_device.h>

arch/arm/mach-w90x900/mfp.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/mfp.c
34
*
45
* Copyright (c) 2008 Nuvoton technology corporation
56
*
67
* Wan ZongShun <mcuos.com@gmail.com>
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation;version 2 of the License.
118
*/
129

1310
#include <linux/module.h>

arch/arm/mach-w90x900/nuc910.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/nuc910.c
34
*
@@ -8,11 +9,6 @@
89
* Wan ZongShun <mcuos.com@gmail.com>
910
*
1011
* NUC910 cpu support
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 as published by
14-
* the Free Software Foundation;version 2 of the License.
15-
*
1612
*/
1713

1814
#include <linux/platform_device.h>

arch/arm/mach-w90x900/nuc950.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/nuc950.c
34
*
@@ -8,11 +9,6 @@
89
* Wan ZongShun <mcuos.com@gmail.com>
910
*
1011
* NUC950 cpu support
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 as published by
14-
* the Free Software Foundation;version 2 of the License.
15-
*
1612
*/
1713

1814
#include <linux/platform_device.h>

arch/arm/mach-w90x900/nuc960.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mach-w90x900/nuc960.c
34
*
@@ -8,11 +9,6 @@
89
* Wan ZongShun <mcuos.com@gmail.com>
910
*
1011
* NUC960 cpu support
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 as published by
14-
* the Free Software Foundation;version 2 of the License.
15-
*
1612
*/
1713

1814
#include <linux/platform_device.h>

arch/arm/mach-w90x900/regs-ebi.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-w90x900/include/mach/regs-ebi.h
34
*
45
* Copyright (c) 2009 Nuvoton technology corporation.
56
*
67
* Wan ZongShun <mcuos.com@gmail.com>
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation;version 2 of the License.
11-
*
128
*/
139

1410
#ifndef __ASM_ARCH_REGS_EBI_H

arch/arm/mach-w90x900/regs-usb.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-w90x900/include/mach/regs-usb.h
34
*
45
* Copyright (c) 2008 Nuvoton technology corporation.
56
*
67
* Wan ZongShun <mcuos.com@gmail.com>
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation;version 2 of the License.
11-
*
128
*/
139

1410
#ifndef __ASM_ARCH_REGS_USB_H

arch/arm/mm/dump.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Debug helper to dump the current kernel pagetables of the system
34
* so that we can see what the various memory ranges are set to.
@@ -6,11 +7,6 @@
67
* (C) Copyright 2008 Intel Corporation
78
*
89
* Author: Arjan van de Ven <arjan@linux.intel.com>
9-
*
10-
* This program is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU General Public License
12-
* as published by the Free Software Foundation; version 2
13-
* of the License.
1410
*/
1511
#include <linux/debugfs.h>
1612
#include <linux/fs.h>

arch/arm/net/bpf_jit_32.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Just-In-Time compiler for eBPF filters on 32bit ARM
34
*
45
* Copyright (c) 2017 Shubham Bansal <illusionist.neo@gmail.com>
56
* Copyright (c) 2011 Mircea Gherzan <mgherzan@gmail.com>
6-
*
7-
* This program is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2 of the License.
107
*/
118

129
#include <linux/bpf.h>

arch/arm/net/bpf_jit_32.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Just-In-Time compiler for BPF filters on 32bit ARM
34
*
45
* Copyright (c) 2011 Mircea Gherzan <mgherzan@gmail.com>
5-
*
6-
* This program is free software; you can redistribute it and/or modify it
7-
* under the terms of the GNU General Public License as published by the
8-
* Free Software Foundation; version 2 of the License.
96
*/
107

118
#ifndef PFILTER_OPCODES_ARM_H

arch/arm64/mm/dump.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (c) 2014, The Linux Foundation. All rights reserved.
34
* Debug helper to dump the current kernel pagetables of the system
@@ -7,11 +8,6 @@
78
* (C) Copyright 2008 Intel Corporation
89
*
910
* Author: Arjan van de Ven <arjan@linux.intel.com>
10-
*
11-
* This program is free software; you can redistribute it and/or
12-
* modify it under the terms of the GNU General Public License
13-
* as published by the Free Software Foundation; version 2
14-
* of the License.
1511
*/
1612
#include <linux/debugfs.h>
1713
#include <linux/errno.h>

arch/mips/net/bpf_jit.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Just-In-Time compiler for BPF filters on MIPS
34
*
45
* Copyright (c) 2014 Imagination Technologies Ltd.
56
* Author: Markos Chandras <markos.chandras@imgtec.com>
6-
*
7-
* This program is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2 of the License.
107
*/
118

129
#ifndef BPF_JIT_MIPS_OP_H

arch/mips/net/ebpf_jit.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Just-In-Time compiler for eBPF filters on MIPS
34
*
@@ -7,10 +8,6 @@
78
*
89
* Copyright (c) 2014 Imagination Technologies Ltd.
910
* Author: Markos Chandras <markos.chandras@imgtec.com>
10-
*
11-
* This program is free software; you can redistribute it and/or modify it
12-
* under the terms of the GNU General Public License as published by the
13-
* Free Software Foundation; version 2 of the License.
1411
*/
1512

1613
#include <linux/bitops.h>

arch/powerpc/boot/bamboo.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright IBM Corporation, 2007
34
* Josh Boyer <jwboyer@linux.vnet.ibm.com>
@@ -7,10 +8,6 @@
78
*
89
* Clocking code based on code by:
910
* Stefan Roese <sr@denx.de>
10-
*
11-
* This program is free software; you can redistribute it and/or
12-
* modify it under the terms of the GNU General Public License
13-
* as published by the Free Software Foundation; version 2 of the License
1411
*/
1512
#include <stdarg.h>
1613
#include <stddef.h>

0 commit comments

Comments
 (0)