Skip to content

Commit 1a59d1b

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
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 either version 2 of the license or at your option any later version 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 write to the free software foundation inc 59 temple place suite 330 boston ma 02111 1307 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 1334 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e78d0ea commit 1a59d1b

File tree

1,329 files changed

+1332
-19154
lines changed

Some content is hidden

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

1,329 files changed

+1332
-19154
lines changed

arch/alpha/kernel/module.c

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Kernel module help for Alpha.
23
Copyright (C) 2002 Richard Henderson.
34
4-
This program is free software; you can redistribute it and/or modify
5-
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 2 of the License, or
7-
(at your option) any later version.
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, write to the Free Software
16-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
175
*/
186
#include <linux/moduleloader.h>
197
#include <linux/elf.h>

arch/arm/mach-integrator/hardware.h

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* This file contains the hardware definitions of the Integrator.
34
*
45
* Copyright (C) 1998-1999 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 as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
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, write to the Free Software
18-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
196
*/
207
#ifndef INTEGRATOR_HARDWARE_H
218
#define INTEGRATOR_HARDWARE_H

arch/arm/mach-integrator/integrator_ap.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* linux/arch/arm/mach-integrator/integrator_ap.c
34
*
45
* Copyright (C) 2000-2003 Deep Blue Solutions 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 as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
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, write to the Free Software
18-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
196
*/
207
#include <linux/kernel.h>
218
#include <linux/init.h>

arch/arm/mach-ixp4xx/gtwx5715-pci.c

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/arm/mach-ixp4xx/gtwx5715-pci.c
34
*
45
* Gemtek GTWX5715 (Linksys WRV54G) board setup
56
*
67
* Copyright (C) 2004 George T. Joseph
78
* Derived from Coyote
8-
*
9-
* This program is free software; you can redistribute it and/or
10-
* modify it under the terms of the GNU General Public License
11-
* as published by the Free Software Foundation; either version 2
12-
* of the License, or (at your option) any later version.
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-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22-
*
239
*/
2410

2511
#include <linux/pci.h>

arch/arm/mach-ixp4xx/gtwx5715-setup.c

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/arm/mach-ixp4xx/gtwx5715-setup.c
34
*
45
* Gemtek GTWX5715 (Linksys WRV54G) board setup
56
*
67
* Copyright (C) 2004 George T. Joseph
78
* Derived from Coyote
8-
*
9-
* This program is free software; you can redistribute it and/or
10-
* modify it under the terms of the GNU General Public License
11-
* as published by the Free Software Foundation; either version 2
12-
* of the License, or (at your option) any later version.
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-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22-
*
239
*/
2410

2511
#include <linux/init.h>

arch/arm/mach-ks8695/cpu.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/arm/mach-ks8695/cpu.c
34
*
45
* Copyright (C) 2006 Ben Dooks <[email protected]>
56
* Copyright (C) 2006 Simtec Electronics
67
*
78
* KS8695 CPU support
8-
*
9-
* This program is free software; you can redistribute it and/or modify
10-
* it under the terms of the GNU General Public License as published by
11-
* the Free Software Foundation; either version 2 of the License, or
12-
* (at your option) any later version.
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-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
229
*/
2310

2411
#include <linux/kernel.h>

arch/arm/mach-ks8695/irq.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/arm/mach-ks8695/irq.c
34
*
45
* Copyright (C) 2006 Ben Dooks <[email protected]>
56
* Copyright (C) 2006 Simtec Electronics
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 as published by
9-
* the Free Software Foundation; either version 2 of the License, or
10-
* (at your option) any later version.
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, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
207
*/
218

229
#include <linux/init.h>

arch/arm/mach-ks8695/pci.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/arm/mach-ks8695/pci.c
34
*
45
* Copyright (C) 2003, Micrel Semiconductors
56
* Copyright (C) 2006, Greg Ungerer <[email protected]>
67
* Copyright (C) 2006, Ben Dooks
78
* Copyright (C) 2007, Andrew Victor
8-
*
9-
* This program is free software; you can redistribute it and/or modify
10-
* it under the terms of the GNU General Public License as published by
11-
* the Free Software Foundation; either version 2 of the License, or
12-
* (at your option) any later version.
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-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
229
*/
2310

2411
#include <linux/kernel.h>

arch/arm/mach-ks8695/time.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/arm/mach-ks8695/time.c
34
*
45
* Copyright (C) 2006 Ben Dooks <[email protected]>
56
* Copyright (C) 2006 Simtec Electronics
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 as published by
9-
* the Free Software Foundation; either version 2 of the License, or
10-
* (at your option) any later version.
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, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
207
*/
218

229
#include <linux/init.h>

arch/arm/mach-nomadik/cpu-8815.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* Copyright STMicroelectronics, 2007.
3-
*
4-
* This program is free software; you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
7-
* (at your option) any later version.
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, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
174
*/
185

196
#include <linux/types.h>

arch/arm/mach-omap1/fb.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* File: arch/arm/plat-omap/fb.c
34
*
45
* Framebuffer device registration for TI OMAP platforms
56
*
67
* Copyright (C) 2006 Nokia Corporation
78
* Author: Imre Deak <[email protected]>
8-
*
9-
* This program is free software; you can redistribute it and/or modify it
10-
* under the terms of the GNU General Public License as published by the
11-
* Free Software Foundation; either version 2 of the License, or (at your
12-
* option) any later version.
13-
*
14-
* This program is distributed in the hope that it will be useful, but
15-
* WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
* General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Public License along
20-
* with this program; if not, write to the Free Software Foundation, Inc.,
21-
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
229
*/
2310

2411
#include <linux/module.h>

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

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* arch/arm/plat-omap/include/mach/irqs.h
34
*
@@ -7,20 +8,6 @@
78
* Copyright (C) 2009 Texas Instruments
89
* Added OMAP4 support - Santosh Shilimkar <[email protected]>
910
*
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; either version 2 of the License, or
13-
* (at your option) any later version.
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-
*
20-
* You should have received a copy of the GNU General Public License
21-
* along with this program; if not, write to the Free Software
22-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23-
*
2411
* NOTE: The interrupt vectors for the OMAP-1509, OMAP-1510, and OMAP-1610
2512
* are different.
2613
*/

arch/arm/mach-omap1/include/mach/lcd_dma.h

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* arch/arm/mach-omap1/include/mach/lcd_dma.h
34
*
45
* Extracted from arch/arm/plat-omap/include/plat/dma.h
56
* Copyright (C) 2003 Nokia Corporation
67
* Author: Juha Yrjölä <[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 as published by
10-
* the Free Software Foundation; either version 2 of the License, or
11-
* (at your option) any later version.
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-
*
18-
* You should have received a copy of the GNU General Public License
19-
* along with this program; if not, write to the Free Software
20-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
218
*/
229
#ifndef __MACH_OMAP1_LCD_DMA_H__
2310
#define __MACH_OMAP1_LCD_DMA_H__

arch/arm/mach-omap1/include/mach/lcdc.h

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* arch/arm/mach-omap1/include/mach/lcdc.h
34
*
45
* Extracted from drivers/video/omap/lcdc.c
56
* Copyright (C) 2004 Nokia Corporation
67
* Author: Imre Deak <[email protected]>
7-
*
8-
* This program is free software; you can redistribute it and/or modify it
9-
* under the terms of the GNU General Public License as published by the
10-
* Free Software Foundation; either version 2 of the License, or (at your
11-
* option) any later version.
12-
*
13-
* This program is distributed in the hope that it will be useful, but
14-
* WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
* General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU General Public License along
19-
* with this program; if not, write to the Free Software Foundation, Inc.,
20-
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
218
*/
229
#ifndef __MACH_LCDC_H__
2310
#define __MACH_LCDC_H__

arch/arm/mach-omap1/include/mach/mux.h

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* arch/arm/plat-omap/include/mach/mux.h
34
*
@@ -9,20 +10,6 @@
910
*
1011
* Written by Tony Lindgren
1112
*
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; either version 2 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program; if not, write to the Free Software
24-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25-
*
2613
* NOTE: Please use the following naming style for new pin entries.
2714
* For example, W8_1610_MMC2_DAT0, where:
2815
* - W8 = ball

arch/arm/mach-omap1/include/mach/soc.h

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* OMAP cpu type detection
34
*
@@ -8,21 +9,6 @@
89
* Written by Tony Lindgren <[email protected]>
910
*
1011
* Added OMAP4/5 specific defines - Santosh Shilimkar<[email protected]>
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; either version 2 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program; if not, write to the Free Software
24-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25-
*
2612
*/
2713

2814
#ifndef __ASM_ARCH_OMAP_CPU_H

0 commit comments

Comments
 (0)