Skip to content

Commit 9c92ab6

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Based on 1 normalized pattern(s): this software is licensed under the terms of the gnu general public license version 2 as published by the free software foundation and may be copied distributed and modified under those terms this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 285 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0e9facc commit 9c92ab6

File tree

285 files changed

+285
-2654
lines changed

Some content is hidden

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

285 files changed

+285
-2654
lines changed

arch/arm/boot/dts/picoxcell-pc3x2.dtsi

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2011 Picochip, Jamie Iles
3-
*
4-
* This software is licensed under the terms of the GNU General Public
5-
* License version 2, as published by the Free Software Foundation, and
6-
* may be copied, distributed, and modified under those terms.
7-
*
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
124
*/
135
/ {
146
model = "Picochip picoXcell PC3X2";

arch/arm/boot/dts/picoxcell-pc3x3.dtsi

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2011 Picochip, Jamie Iles
3-
*
4-
* This software is licensed under the terms of the GNU General Public
5-
* License version 2, as published by the Free Software Foundation, and
6-
* may be copied, distributed, and modified under those terms.
7-
*
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
124
*/
135
/ {
146
model = "Picochip picoXcell PC3X3";

arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2011 Picochip, Jamie Iles
3-
*
4-
* This software is licensed under the terms of the GNU General Public
5-
* License version 2, as published by the Free Software Foundation, and
6-
* may be copied, distributed, and modified under those terms.
7-
*
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
124
*/
135

146
/dts-v1/;

arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2011 Picochip, Jamie Iles
3-
*
4-
* This software is licensed under the terms of the GNU General Public
5-
* License version 2, as published by the Free Software Foundation, and
6-
* may be copied, distributed, and modified under those terms.
7-
*
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
124
*/
135

146
/dts-v1/;

arch/arm/include/debug/msm.S

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
*
34
* Copyright (C) 2007 Google, Inc.
45
* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
56
* Author: Brian Swetland <[email protected]>
6-
*
7-
* This software is licensed under the terms of the GNU General Public
8-
* License version 2, as published by the Free Software Foundation, and
9-
* may be copied, distributed, and modified under those terms.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
*/
178

189
.macro addruart, rp, rv, tmp

arch/arm/include/debug/tegra.S

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (C) 2010,2011 Google, Inc.
34
* Copyright (C) 2011-2012 NVIDIA CORPORATION. All Rights Reserved.
@@ -10,16 +11,6 @@
1011
*
1112
* Portions based on mach-omap2's debug-macro.S
1213
* Copyright (C) 1994-1999 Russell King
13-
*
14-
* This software is licensed under the terms of the GNU General Public
15-
* License version 2, as published by the Free Software Foundation, and
16-
* may be copied, distributed, and modified under those terms.
17-
*
18-
* This program is distributed in the hope that it will be useful,
19-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21-
* GNU General Public License for more details.
22-
*
2314
*/
2415

2516
#include <linux/serial_reg.h>

arch/arm/include/debug/zynq.S

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Debugging macro include header
34
*
45
* Copyright (C) 2011 Xilinx
5-
*
6-
* This software is licensed under the terms of the GNU General Public
7-
* License version 2, as published by the Free Software Foundation, and
8-
* may be copied, distributed, and modified under those terms.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
146
*/
157
#define UART_CR_OFFSET 0x00 /* Control Register [8:0] */
168
#define UART_SR_OFFSET 0x2C /* Channel Status [11:0] */

arch/arm/kernel/smccc-call.S

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (c) 2015, Linaro Limited
3-
*
4-
* This software is licensed under the terms of the GNU General Public
5-
* License version 2, as published by the Free Software Foundation, and
6-
* may be copied, distributed, and modified under those terms.
7-
*
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
12-
*
134
*/
145
#include <linux/linkage.h>
156

arch/arm/mach-tegra/board-paz00.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* arch/arm/mach-tegra/board-paz00.c
34
*
45
* Copyright (C) 2011 Marc Dietrich <[email protected]>
56
*
67
* Based on board-harmony.c
78
* Copyright (C) 2010 Google, Inc.
8-
*
9-
* This software is licensed under the terms of the GNU General Public
10-
* License version 2, as published by the Free Software Foundation, and
11-
* may be copied, distributed, and modified under those terms.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17-
*
189
*/
1910

2011
#include <linux/property.h>

arch/arm/mach-tegra/board.h

+1-10
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-tegra/board.h
34
*
@@ -7,16 +8,6 @@
78
* Author:
89
* Colin Cross <[email protected]>
910
* Erik Gilling <[email protected]>
10-
*
11-
* This software is licensed under the terms of the GNU General Public
12-
* License version 2, as published by the Free Software Foundation, and
13-
* may be copied, distributed, and modified under those terms.
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
19-
*
2011
*/
2112

2213
#ifndef __MACH_TEGRA_BOARD_H

arch/arm/mach-tegra/io.c

+1-10
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-tegra/io.c
34
*
@@ -6,16 +7,6 @@
67
* Author:
78
* Colin Cross <[email protected]>
89
* Erik Gilling <[email protected]>
9-
*
10-
* This software is licensed under the terms of the GNU General Public
11-
* License version 2, as published by the Free Software Foundation, and
12-
* may be copied, distributed, and modified under those terms.
13-
*
14-
* This program is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
18-
*
1910
*/
2011

2112
#include <linux/init.h>

arch/arm/mach-tegra/iomap.h

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (C) 2010 Google, Inc.
34
*
45
* Author:
56
* Colin Cross <[email protected]>
67
* Erik Gilling <[email protected]>
7-
*
8-
* This software is licensed under the terms of the GNU General Public
9-
* License version 2, as published by the Free Software Foundation, and
10-
* may be copied, distributed, and modified under those terms.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
16-
*
178
*/
189

1910
#ifndef __MACH_TEGRA_IOMAP_H

arch/arm/mach-tegra/irq.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2011 Google, Inc.
34
*
45
* Author:
56
* Colin Cross <[email protected]>
67
*
78
* Copyright (C) 2010,2013, NVIDIA Corporation
8-
*
9-
* This software is licensed under the terms of the GNU General Public
10-
* License version 2, as published by the Free Software Foundation, and
11-
* may be copied, distributed, and modified under those terms.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17-
*
189
*/
1910

2011
#include <linux/cpu_pm.h>

arch/arm/mach-tegra/reset.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* arch/arm/mach-tegra/reset.c
34
*
45
* Copyright (C) 2011,2012 NVIDIA Corporation.
5-
*
6-
* This software is licensed under the terms of the GNU General Public
7-
* License version 2, as published by the Free Software Foundation, and
8-
* may be copied, distributed, and modified under those terms.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
156
*/
167

178
#include <linux/bitops.h>

arch/arm/mach-tegra/reset.h

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/mach-tegra/reset.h
34
*
45
* CPU reset dispatcher.
56
*
67
* Copyright (c) 2011, NVIDIA Corporation.
7-
*
8-
* This software is licensed under the terms of the GNU General Public
9-
* License version 2, as published by the Free Software Foundation, and
10-
* may be copied, distributed, and modified under those terms.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
16-
*
178
*/
189

1910
#ifndef __MACH_TEGRA_RESET_H

arch/arm/mach-tegra/tegra.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* NVIDIA Tegra SoC device tree board support
34
*
45
* Copyright (C) 2011, 2013, NVIDIA Corporation
56
* Copyright (C) 2010 Secret Lab Technologies, Ltd.
67
* Copyright (C) 2010 Google, Inc.
7-
*
8-
* This software is licensed under the terms of the GNU General Public
9-
* License version 2, as published by the Free Software Foundation, and
10-
* may be copied, distributed, and modified under those terms.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
16-
*
178
*/
189

1910
#include <linux/clk.h>

arch/arm/mach-zynq/common.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* This file contains common code that is intended to be used across
34
* boards so that it's not replicated.
45
*
56
* Copyright (C) 2011 Xilinx
6-
*
7-
* This software is licensed under the terms of the GNU General Public
8-
* License version 2, as published by the Free Software Foundation, and
9-
* may be copied, distributed, and modified under those terms.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
157
*/
168

179
#include <linux/init.h>

arch/arm/mach-zynq/common.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* This file contains common function prototypes to avoid externs
34
* in the c files.
45
*
56
* Copyright (C) 2011 Xilinx
6-
*
7-
* This software is licensed under the terms of the GNU General Public
8-
* License version 2, as published by the Free Software Foundation, and
9-
* may be copied, distributed, and modified under those terms.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
157
*/
168

179
#ifndef __MACH_ZYNQ_COMMON_H__

arch/arm/mach-zynq/platsmp.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* This file contains Xilinx specific SMP code, used to start up
34
* the second processor.
@@ -7,15 +8,6 @@
78
* based on linux/arch/arm/mach-realview/platsmp.c
89
*
910
* Copyright (C) 2002 ARM Ltd.
10-
*
11-
* This software is licensed under the terms of the GNU General Public
12-
* License version 2, as published by the Free Software Foundation, and
13-
* may be copied, distributed, and modified under those terms.
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
1911
*/
2012

2113
#include <linux/export.h>

arch/x86/platform/goldfish/goldfish.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2007 Google, Inc.
34
* Copyright (C) 2011 Intel, Inc.
45
* Copyright (C) 2013 Intel, Inc.
5-
*
6-
* This software is licensed under the terms of the GNU General Public
7-
* License version 2, as published by the Free Software Foundation, and
8-
* may be copied, distributed, and modified under those terms.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
156
*/
167

178
#include <linux/kernel.h>

0 commit comments

Comments
 (0)