Skip to content

Commit 588cb88

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
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 see the file copying or write to the free software foundation inc extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 12 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Richard Fontana <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4c694f2 commit 588cb88

File tree

12 files changed

+12
-163
lines changed

12 files changed

+12
-163
lines changed

arch/riscv/kernel/process.c

+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
* Copyright (C) 2009 Sunplus Core Technology Co., Ltd.
34
* Chen Liqin <[email protected]>
45
* Lennox Wu <[email protected]>
56
* Copyright (C) 2012 Regents of the University of California
67
* Copyright (C) 2017 SiFive
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, see the file COPYING, or write
20-
* to the Free Software Foundation, Inc.,
218
*/
229

2310
#include <linux/kernel.h>

arch/riscv/kernel/setup.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
* Copyright (C) 2009 Sunplus Core Technology Co., Ltd.
34
* Chen Liqin <[email protected]>
45
* Lennox Wu <[email protected]>
56
* Copyright (C) 2012 Regents of the University of California
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, see the file COPYING, or write
19-
* to the Free Software Foundation, Inc.,
207
*/
218

229
#include <linux/init.h>

arch/riscv/kernel/signal.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
* Copyright (C) 2009 Sunplus Core Technology Co., Ltd.
34
* Chen Liqin <[email protected]>
45
* Lennox Wu <[email protected]>
56
* Copyright (C) 2012 Regents of the University of California
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, see the file COPYING, or write
19-
* to the Free Software Foundation, Inc.,
207
*/
218

229
#include <linux/signal.h>

arch/riscv/mm/extable.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
* Copyright (C) 2009 Sunplus Core Technology Co., Ltd.
34
* Lennox Wu <[email protected]>
45
* Chen Liqin <[email protected]>
56
* Copyright (C) 2013 Regents of the University of California
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, see the file COPYING, or write
19-
* to the Free Software Foundation, Inc.,
207
*/
218

229

arch/riscv/mm/fault.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
* Copyright (C) 2009 Sunplus Core Technology Co., Ltd.
34
* Lennox Wu <[email protected]>
45
* Chen Liqin <[email protected]>
56
* Copyright (C) 2012 Regents of the University of California
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, see the file COPYING, or write
19-
* to the Free Software Foundation, Inc.,
207
*/
218

229

include/linux/libgcc.h

+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
* include/lib/libgcc.h
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, see the file COPYING, or write
16-
* to the Free Software Foundation, Inc.
174
*/
185

196
#ifndef __LIB_LIBGCC_H

lib/ashldi3.c

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
2-
* This program is free software; you can redistribute it and/or modify
3-
* it under the terms of the GNU General Public License as published by
4-
* the Free Software Foundation; either version 2 of the License, or
5-
* (at your option) any later version.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, see the file COPYING, or write
14-
* to the Free Software Foundation, Inc.
153
*/
164

175
#include <linux/export.h>

lib/ashrdi3.c

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
2-
* This program is free software; you can redistribute it and/or modify
3-
* it under the terms of the GNU General Public License as published by
4-
* the Free Software Foundation; either version 2 of the License, or
5-
* (at your option) any later version.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, see the file COPYING, or write
14-
* to the Free Software Foundation, Inc.
153
*/
164

175
#include <linux/export.h>

lib/cmpdi2.c

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
2-
* This program is free software; you can redistribute it and/or modify
3-
* it under the terms of the GNU General Public License as published by
4-
* the Free Software Foundation; either version 2 of the License, or
5-
* (at your option) any later version.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, see the file COPYING, or write
14-
* to the Free Software Foundation, Inc.
153
*/
164

175
#include <linux/export.h>

lib/lshrdi3.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
* lib/lshrdi3.c
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, see the file COPYING, or write
16-
* to the Free Software Foundation, Inc.
174
*/
185

196
#include <linux/module.h>

lib/muldi3.c

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
2-
* This program is free software; you can redistribute it and/or modify
3-
* it under the terms of the GNU General Public License as published by
4-
* the Free Software Foundation; either version 2 of the License, or
5-
* (at your option) any later version.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, see the file COPYING, or write
14-
* to the Free Software Foundation, Inc.
153
*/
164

175
#include <linux/export.h>

lib/ucmpdi2.c

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
2-
* This program is free software; you can redistribute it and/or modify
3-
* it under the terms of the GNU General Public License as published by
4-
* the Free Software Foundation; either version 2 of the License, or
5-
* (at your option) any later version.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, see the file COPYING, or write
14-
* to the Free Software Foundation, Inc.
153
*/
164

175
#include <linux/module.h>

0 commit comments

Comments
 (0)