Skip to content

Commit caab277

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
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 version 2 as published by the free software foundation 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 you should have received a copy of the gnu general public license along with this program if not see http www gnu org licenses extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 503 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ac1dc6b commit caab277

File tree

503 files changed

+503
-6062
lines changed

Some content is hidden

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

503 files changed

+503
-6062
lines changed

arch/arm/include/asm/arch_gicv3.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/include/asm/arch_gicv3.h
34
*
45
* Copyright (C) 2015 ARM Ltd.
5-
*
6-
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
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-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
176
*/
187
#ifndef __ASM_ARCH_GICV3_H
198
#define __ASM_ARCH_GICV3_H

arch/arm/include/asm/arm-cci.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm/include/asm/arm-cci.h
34
*
45
* Copyright (C) 2015 ARM Ltd.
5-
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
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-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
176
*/
187

198
#ifndef __ASM_ARM_CCI_H

arch/arm/include/asm/kvm_hyp.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (C) 2015 - ARM Ltd
34
* Author: Marc Zyngier <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
165
*/
176

187
#ifndef __ARM_KVM_HYP_H__

arch/arm/include/asm/stage2_pgtable.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (C) 2016 - ARM Ltd
34
*
45
* stage2 page table helpers
5-
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
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-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
176
*/
187

198
#ifndef __ARM_S2_PGTABLE_H_

arch/arm/include/asm/vdso_datapage.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Adapted from arm64 version.
34
*
45
* Copyright (C) 2012 ARM Limited
5-
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
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-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
176
*/
187
#ifndef __ASM_VDSO_DATAPAGE_H
198
#define __ASM_VDSO_DATAPAGE_H

arch/arm/kernel/vdso.c

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Adapted from arm64 version.
34
*
45
* Copyright (C) 2012 ARM Limited
56
* Copyright (C) 2015 Mentor Graphics Corporation.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License version 2 as
9-
* published by the Free Software Foundation.
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-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
187
*/
198

209
#include <linux/cache.h>

arch/arm/kvm/hyp/banked-sr.c

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Original code:
34
* Copyright (C) 2012 - Virtual Open Systems and Columbia University
45
* Author: Christoffer Dall <[email protected]>
56
*
67
* Mostly rewritten in C by Marc Zyngier <[email protected]>
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 version 2 as
10-
* published by the Free Software Foundation.
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-
*
17-
* You should have received a copy of the GNU General Public License
18-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
198
*/
209

2110
#include <asm/kvm_hyp.h>

arch/arm/kvm/hyp/cp15-sr.c

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Original code:
34
* Copyright (C) 2012 - Virtual Open Systems and Columbia University
45
* Author: Christoffer Dall <[email protected]>
56
*
67
* Mostly rewritten in C by Marc Zyngier <[email protected]>
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 version 2 as
10-
* published by the Free Software Foundation.
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-
*
17-
* You should have received a copy of the GNU General Public License
18-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
198
*/
209

2110
#include <asm/kvm_hyp.h>

arch/arm/kvm/hyp/entry.S

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (C) 2016 - ARM Ltd
34
* Author: Marc Zyngier <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
165
*/
176

187
#include <linux/linkage.h>

arch/arm/kvm/hyp/s2-setup.c

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2016 - ARM Ltd
34
* Author: Marc Zyngier <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
165
*/
176

187
#include <linux/types.h>

arch/arm/kvm/hyp/switch.c

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright (C) 2015 - ARM Ltd
34
* Author: Marc Zyngier <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
165
*/
176
#include <linux/jump_label.h>
187

arch/arm/kvm/hyp/tlb.c

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Original code:
34
* Copyright (C) 2012 - Virtual Open Systems and Columbia University
45
* Author: Christoffer Dall <[email protected]>
56
*
67
* Mostly rewritten in C by Marc Zyngier <[email protected]>
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 version 2 as
10-
* published by the Free Software Foundation.
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-
*
17-
* You should have received a copy of the GNU General Public License
18-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
198
*/
209

2110
#include <asm/kvm_hyp.h>

arch/arm/kvm/hyp/vfp.S

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright (C) 2012 - Virtual Open Systems and Columbia University
34
* Author: Christoffer Dall <[email protected]>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
165
*/
176

187
#include <linux/linkage.h>

arch/arm/mach-omap2/display.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* display.h - OMAP2+ integration-specific DSS header
34
*
45
* Copyright (C) 2011 Texas Instruments, Inc.
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 version 2 as published by
8-
* the Free Software Foundation.
9-
*
10-
* This program is distributed in the hope that it will be useful, but WITHOUT
11-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13-
* more details.
14-
*
15-
* You should have received a copy of the GNU General Public License along with
16-
* this program. If not, see <http://www.gnu.org/licenses/>.
176
*/
187

198
#ifndef __ARCH_ARM_MACH_OMAP2_DISPLAY_H

arch/arm/vdso/vdso.S

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Adapted from arm64 version.
34
*
45
* Copyright (C) 2012 ARM Limited
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
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-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17-
*
187
* Author: Will Deacon <[email protected]>
198
*/
209

arch/arm/vdso/vdso.lds.S

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Adapted from arm64 version.
34
*
45
* GNU linker script for the VDSO library.
56
*
67
* Copyright (C) 2012 ARM Limited
78
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License version 2 as
10-
* published by the Free Software Foundation.
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-
*
17-
* You should have received a copy of the GNU General Public License
18-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
*
209
* Author: Will Deacon <[email protected]>
2110
* Heavily based on the vDSO linker scripts for other archs.
2211
*/

arch/arm64/include/asm/arch_gicv3.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm64/include/asm/arch_gicv3.h
34
*
45
* Copyright (C) 2015 ARM Ltd.
5-
*
6-
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License version 2 as
8-
* published by the Free Software Foundation.
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-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
176
*/
187
#ifndef __ASM_ARCH_GICV3_H
198
#define __ASM_ARCH_GICV3_H

arch/arm64/include/asm/arch_timer.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/arm64/include/asm/arch_timer.h
34
*
45
* Copyright (C) 2012 ARM Ltd.
56
* Author: Marc Zyngier <[email protected]>
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License version 2 as
9-
* published by the Free Software Foundation.
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-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
187
*/
198
#ifndef __ASM_ARCH_TIMER_H
209
#define __ASM_ARCH_TIMER_H

0 commit comments

Comments
 (0)