Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af1a889

Browse files
KAGA-KOKOgregkh
authored andcommittedMay 24, 2019
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47
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 or at your option any later version you should have received a copy of the gnu general public license for example usr src linux copying if not write to the free software foundation inc 675 mass ave cambridge ma 02139 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 20 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190520170858.552543146@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 62810db commit af1a889

File tree

20 files changed

+20
-177
lines changed

20 files changed

+20
-177
lines changed
 

‎arch/alpha/include/asm/xor.h

+1-9
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/ia64/include/asm/xor.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* Optimized RAID-5 checksumming functions for IA-64.
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, or (at your option)
7-
* any later version.
8-
*
9-
* You should have received a copy of the GNU General Public License
10-
* (for example /usr/src/linux/COPYING); if not, write to the Free
11-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
124
*/
135

146

‎arch/ia64/lib/xor.S

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* arch/ia64/lib/xor.S
34
*
45
* Optimized RAID-5 checksumming functions for IA-64.
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
#include <asm/asmmacro.h>

‎arch/sparc/include/asm/xor_32.h

+1-9
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/xor.h
34
*
45
* Optimized RAID-5 checksumming functions for 32-bit Sparc.
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
/*

‎arch/sparc/include/asm/xor_64.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* include/asm/xor.h
34
*
@@ -7,15 +8,6 @@
78
*
89
* Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz)
910
* Copyright (C) 2006 David S. Miller <davem@davemloft.net>
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, or (at your option)
14-
* any later version.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* (for example /usr/src/linux/COPYING); if not, write to the Free
18-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1911
*/
2012

2113
#include <asm/spitfire.h>

‎arch/x86/include/asm/xor.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
#ifndef _ASM_X86_XOR_H
23
#define _ASM_X86_XOR_H
34

45
/*
56
* Optimized RAID-5 checksumming functions for SSE.
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, or (at your option)
10-
* any later version.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* (for example /usr/src/linux/COPYING); if not, write to the Free
14-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
157
*/
168

179
/*

‎arch/x86/include/asm/xor_32.h

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
#ifndef _ASM_X86_XOR_32_H
23
#define _ASM_X86_XOR_32_H
34

45
/*
56
* Optimized RAID-5 checksumming functions for MMX.
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, or (at your option)
10-
* any later version.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* (for example /usr/src/linux/COPYING); if not, write to the Free
14-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
157
*/
168

179
/*

‎crypto/xor.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* xor.c : Multiple Devices driver for Linux
34
*
45
* Copyright (C) 1996, 1997, 1998, 1999, 2000,
56
* Ingo Molnar, Matti Aarnio, Jakub Jelinek, Richard Henderson.
67
*
78
* Dispatch optimized RAID-5 checksumming functions.
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, or (at your option)
12-
* any later version.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* (for example /usr/src/linux/COPYING); if not, write to the Free
16-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
179
*/
1810

1911
#define BH_TRACE 0

‎drivers/ide/ide-pnp.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* This file provides autodetection for ISA PnP IDE interfaces.
34
* It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface.
45
*
56
* Copyright (C) 2000 Andrey Panin <pazke@donpac.ru>
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, or (at your option)
10-
* any later version.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* (for example /usr/src/linux/COPYING); if not, write to the Free
14-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
157
*/
168

179
#include <linux/init.h>

‎drivers/md/md-faulty.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* faulty.c : Multiple Devices driver for Linux
34
*
45
* Copyright (C) 2004 Neil Brown
56
*
67
* fautly-device-simulator personality for md
7-
*
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, or (at your option)
12-
* any later version.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* (for example /usr/src/linux/COPYING); if not, write to the Free
16-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
178
*/
189

1910

‎drivers/md/md-linear.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
linear.c : Multiple Devices driver for Linux
34
Copyright (C) 1994-96 Marc ZYNGIER
@@ -6,14 +7,6 @@
67
78
Linear mode management functions.
89
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, or (at your option)
12-
any later version.
13-
14-
You should have received a copy of the GNU General Public License
15-
(for example /usr/src/linux/COPYING); if not, write to the Free
16-
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1710
*/
1811

1912
#include <linux/blkdev.h>

‎drivers/md/md-multipath.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* multipath.c : Multiple Devices driver for Linux
34
*
@@ -8,15 +9,6 @@
89
* MULTIPATH management functions.
910
*
1011
* derived from raid1.c.
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, or (at your option)
15-
* any later version.
16-
*
17-
* You should have received a copy of the GNU General Public License
18-
* (for example /usr/src/linux/COPYING); if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2012
*/
2113

2214
#include <linux/blkdev.h>

‎drivers/md/md.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
md.c : Multiple Devices driver for Linux
34
Copyright (C) 1998, 1999, 2000 Ingo Molnar
@@ -22,14 +23,6 @@
2223
- persistent bitmap code
2324
Copyright (C) 2003-2004, Paul Clements, SteelEye Technology, Inc.
2425
25-
This program is free software; you can redistribute it and/or modify
26-
it under the terms of the GNU General Public License as published by
27-
the Free Software Foundation; either version 2, or (at your option)
28-
any later version.
29-
30-
You should have received a copy of the GNU General Public License
31-
(for example /usr/src/linux/COPYING); if not, write to the Free
32-
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3326
3427
Errors, Warnings, etc.
3528
Please use:

‎drivers/md/md.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
md.h : kernel internal structure of the Linux MD driver
34
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
45
5-
This program is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2, or (at your option)
8-
any later version.
9-
10-
You should have received a copy of the GNU General Public License
11-
(for example /usr/src/linux/COPYING); if not, write to the Free
12-
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
136
*/
147

158
#ifndef _MD_MD_H

‎drivers/md/raid0.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
raid0.c : Multiple Devices driver for Linux
34
Copyright (C) 1994-96 Marc ZYNGIER
@@ -7,14 +8,6 @@
78
89
RAID-0 management functions.
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, or (at your option)
13-
any later version.
14-
15-
You should have received a copy of the GNU General Public License
16-
(for example /usr/src/linux/COPYING); if not, write to the Free
17-
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1811
*/
1912

2013
#include <linux/blkdev.h>

‎drivers/md/raid1.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* raid1.c : Multiple Devices driver for Linux
34
*
@@ -20,15 +21,6 @@
2021
*
2122
* Additions to bitmap code, (C) 2003-2004 Paul Clements, SteelEye Technology:
2223
* - persistent bitmap code
23-
*
24-
* This program is free software; you can redistribute it and/or modify
25-
* it under the terms of the GNU General Public License as published by
26-
* the Free Software Foundation; either version 2, or (at your option)
27-
* any later version.
28-
*
29-
* You should have received a copy of the GNU General Public License
30-
* (for example /usr/src/linux/COPYING); if not, write to the Free
31-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3224
*/
3325

3426
#include <linux/slab.h>

‎drivers/md/raid10.c

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* raid10.c : Multiple Devices driver for Linux
34
*
@@ -6,16 +7,6 @@
67
* RAID-10 support for md.
78
*
89
* Base on code in raid1.c. See raid1.c for further copyright information.
9-
*
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, or (at your option)
14-
* any later version.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* (for example /usr/src/linux/COPYING); if not, write to the Free
18-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1910
*/
2011

2112
#include <linux/slab.h>

‎drivers/md/raid5.c

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* raid5.c : Multiple Devices driver for Linux
34
* Copyright (C) 1996, 1997 Ingo Molnar, Miguel de Icaza, Gadi Oxman
@@ -7,15 +8,6 @@
78
* RAID-4/5/6 management functions.
89
* Thanks to Penguin Computing for making the RAID-6 development possible
910
* by donating a test server!
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, or (at your option)
14-
* any later version.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* (for example /usr/src/linux/COPYING); if not, write to the Free
18-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1911
*/
2012

2113
/*

‎include/asm-generic/xor.h

+1-9
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-generic/xor.h
34
*
45
* Generic optimized RAID-5 checksumming functions.
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
#include <linux/prefetch.h>

‎include/linux/raid/md_u.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
md_u.h : user <=> kernel API between Linux raidtools and RAID drivers
34
Copyright (C) 1998 Ingo Molnar
45
5-
This program is free software; you can redistribute it and/or modify
6-
it under the terms of the GNU General Public License as published by
7-
the Free Software Foundation; either version 2, or (at your option)
8-
any later version.
9-
10-
You should have received a copy of the GNU General Public License
11-
(for example /usr/src/linux/COPYING); if not, write to the Free
12-
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
136
*/
147
#ifndef _MD_U_H
158
#define _MD_U_H

0 commit comments

Comments
 (0)
Please sign in to comment.