Skip to content

Commit 5a72924

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE
Based on the normalized pattern: 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 as is without any warranty of any kind whether express or implied 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. Reviewed-by: Allison Randal <allison@lohutok.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent abd4627 commit 5a72924

38 files changed

Lines changed: 39 additions & 345 deletions

arch/arm/mach-omap1/timer.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* OMAP1 Dual-Mode Timers - platform device registration
34
*
@@ -9,15 +10,6 @@
910
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
1011
* Tarun Kanti DebBarma <tarun.kanti@ti.com>
1112
* Thara Gopinath <thara@ti.com>
12-
*
13-
* This program is free software; you can redistribute it and/or modify
14-
* it under the terms of the GNU General Public License version 2 as
15-
* published by the Free Software Foundation.
16-
*
17-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
18-
* kind, whether express or implied; without even the implied warranty
19-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
2113
*/
2214

2315
#include <linux/clk.h>

arch/arm/mach-omap2/display.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* OMAP2plus display device setup / initialization.
34
*
45
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
56
* Senthilvadivu Guruswamy
67
* Sumit Semwal
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 "as is" WITHOUT ANY WARRANTY of any
13-
* kind, whether express or implied; without even the implied warranty
14-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
168
*/
179

1810
#include <linux/string.h>

arch/arm/mach-omap2/omap_opp_data.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* OMAP SoC specific OPP Data helpers
34
*
@@ -6,15 +7,6 @@
67
* Kevin Hilman
78
* Copyright (C) 2010 Nokia Corporation.
89
* Eduardo Valentin
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 version 2 as
12-
* published by the Free Software Foundation.
13-
*
14-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
15-
* kind, whether express or implied; without even the implied warranty
16-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
1810
*/
1911
#ifndef __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H
2012
#define __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H

arch/arm/mach-omap2/opp3xxx_data.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* OMAP3 OPP table definitions.
34
*
@@ -7,15 +8,6 @@
78
* Copyright (C) 2010-2011 Nokia Corporation.
89
* Eduardo Valentin
910
* Paul Walmsley
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 version 2 as
13-
* published by the Free Software Foundation.
14-
*
15-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
16-
* kind, whether express or implied; without even the implied warranty
17-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
1911
*/
2012
#include <linux/module.h>
2113

arch/arm/mach-omap2/opp4xxx_data.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* OMAP4 OPP table definitions.
34
*
@@ -8,15 +9,6 @@
89
* Copyright (C) 2010-2011 Nokia Corporation.
910
* Eduardo Valentin
1011
* Paul Walmsley
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 version 2 as
14-
* published by the Free Software Foundation.
15-
*
16-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
17-
* kind, whether express or implied; without even the implied warranty
18-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU General Public License for more details.
2012
*/
2113
#include <linux/module.h>
2214

arch/arm/mach-versatile/spc.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Versatile Express Serial Power Controller (SPC) support
34
*
@@ -6,15 +7,6 @@
67
* Authors: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
78
* Achin Gupta <achin.gupta@arm.com>
89
* Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
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 version 2 as
12-
* published by the Free Software Foundation.
13-
*
14-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
15-
* kind, whether express or implied; without even the implied warranty
16-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
1810
*/
1911

2012
#include <linux/clk-provider.h>

drivers/bus/omap_l3_noc.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* OMAP L3 Interconnect error handling driver
34
*
45
* Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/
56
* Santosh Shilimkar <santosh.shilimkar@ti.com>
67
* Sricharan <r.sricharan@ti.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 version 2 as
10-
* published by the Free Software Foundation.
11-
*
12-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
13-
* kind, whether express or implied; without even the implied warranty
14-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
168
*/
179
#include <linux/init.h>
1810
#include <linux/interrupt.h>

drivers/bus/omap_l3_noc.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* OMAP L3 Interconnect error handling driver header
34
*
45
* Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/
56
* Santosh Shilimkar <santosh.shilimkar@ti.com>
67
* sricharan <r.sricharan@ti.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 version 2 as
10-
* published by the Free Software Foundation.
11-
*
12-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
13-
* kind, whether express or implied; without even the implied warranty
14-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
168
*/
179
#ifndef __OMAP_L3_NOC_H
1810
#define __OMAP_L3_NOC_H

drivers/clk/keystone/sci-clk.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* SCI Clock driver for keystone based devices
34
*
45
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
56
* Tero Kristo <t-kristo@ti.com>
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 "as is" WITHOUT ANY WARRANTY of any
12-
* kind, whether express or implied; without even the implied warranty
13-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
157
*/
168
#include <linux/clk-provider.h>
179
#include <linux/err.h>

drivers/clk/ti/apll.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* OMAP APLL clock support
34
*
45
* Copyright (C) 2013 Texas Instruments, Inc.
56
*
67
* J Keerthy <j-keerthy@ti.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 version 2 as
10-
* published by the Free Software Foundation.
11-
*
12-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
13-
* kind, whether express or implied; without even the implied warranty
14-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
168
*/
179

1810
#include <linux/clk.h>

0 commit comments

Comments
 (0)