Skip to content

Commit 86c2f5d

Browse files
committed
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pule more SPDX updates from Greg KH: "Here is another set of reviewed patches that adds SPDX tags to different kernel files, based on a set of rules that are being used to parse the comments to try to determine that the license of the file is "GPL-2.0-or-later". Only the "obvious" versions of these matches are included here, a number of "non-obvious" variants of text have been found but those have been postponed for later review and analysis. These patches have been out for review on the linux-spdx@vger mailing list, and while they were created by automatic tools, they were hand-verified by a bunch of different people, all whom names are on the patches are reviewers" * tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (85 commits) treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 122 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 121 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 119 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 116 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 112 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 111 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 106 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 105 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98 ...
2 parents 51816e9 + 060358d commit 86c2f5d

File tree

1,147 files changed

+1151
-13578
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,147 files changed

+1151
-13578
lines changed

arch/alpha/include/asm/xor.h

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* include/asm-alpha/xor.h
34
*
45
* Optimized RAID-5 checksumming functions for alpha EV5 and EV6
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, or (at your option)
9-
* any later version.
10-
*
11-
* You should have received a copy of the GNU General Public License
12-
* (for example /usr/src/linux/COPYING); if not, write to the Free
13-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
146
*/
157

168
extern void xor_alpha_2(unsigned long, unsigned long *, unsigned long *);

arch/arm/mach-davinci/board-sffsdr.c

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* Lyrtech SFFSDR board support.
34
*
@@ -7,20 +8,6 @@
78
* Based on DV-EVM platform, original copyright follows:
89
*
910
* Copyright (C) 2007 MontaVista Software, Inc.
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; either version 2 of the License, or
14-
* (at your option) any later version.
15-
*
16-
* This program is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU General Public License
22-
* along with this program; if not, write to the Free Software
23-
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2411
*/
2512

2613
#include <linux/init.h>

arch/arm/mach-davinci/serial.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* TI DaVinci serial driver
34
*
45
* Copyright (C) 2006 Texas Instruments.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
19-
*
206
*/
217

228
#include <linux/kernel.h>

arch/arm/mach-imx/iomux-v1.c

Lines changed: 1 addition & 14 deletions
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/plat-mxc/iomux-v1.c
34
*
45
* Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH
56
* Copyright (C) 2009 Uwe Kleine-Koenig, Pengutronix
67
*
78
* Common code for i.MX1, i.MX21 and i.MX27
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 Foundation, Inc.,
21-
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
229
*/
2310

2411
#include <linux/errno.h>

arch/arm/mach-ixp4xx/include/mach/ixp46x_ts.h

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* PTP 1588 clock using the IXP46X
34
*
45
* Copyright (C) 2010 OMICRON electronics GmbH
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., 675 Mass Ave, Cambridge, MA 02139, USA.
196
*/
207

218
#ifndef _IXP46X_TS_H_

arch/arm/mach-omap2/omap_phy_internal.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* This file configures the internal USB PHY in OMAP4430. Used
34
* with TWL6030 transceiver and MUSB on OMAP4430.
45
*
56
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com
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-
*
117
* Author: Hema HK <[email protected]>
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., 675 Mass Ave, Cambridge, MA 02139, USA.
21-
*
228
*/
239

2410
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

arch/arm/nwfpe/double_cpdo.c

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
NetWinder Floating Point Emulator
34
(c) Rebel.COM, 1998,1999
45
56
Direct questions, comments to Scott Bambrough <[email protected]>
67
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., 675 Mass Ave, Cambridge, MA 02139, USA.
208
*/
219

2210
#include "fpa11.h"

arch/arm/nwfpe/entry.S

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
NetWinder Floating Point Emulator
34
(c) Rebel.COM, 1998
45
(c) 1998, 1999 Philip Blundell
56

67
Direct questions, comments to Scott Bambrough <[email protected]>
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 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., 675 Mass Ave, Cambridge, MA 02139, USA.
219
*/
2210
#include <asm/assembler.h>
2311
#include <asm/opcodes.h>

arch/arm/nwfpe/extended_cpdo.c

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
NetWinder Floating Point Emulator
34
(c) Rebel.COM, 1998,1999
45
56
Direct questions, comments to Scott Bambrough <[email protected]>
67
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., 675 Mass Ave, Cambridge, MA 02139, USA.
208
*/
219

2210
#include "fpa11.h"

arch/arm/nwfpe/fpa11.c

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
NetWinder Floating Point Emulator
34
(c) Rebel.COM, 1998,1999
45
(c) Philip Blundell, 2001
56
67
Direct questions, comments to Scott Bambrough <[email protected]>
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 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., 675 Mass Ave, Cambridge, MA 02139, USA.
219
*/
2210

2311
#include "fpa11.h"

0 commit comments

Comments
 (0)