Skip to content

Commit b038c6a

Browse files
committed
m68k: Replace GPL 2.0+ README.legal boilerplate with SPDX
Upstream Linux never had a "README.legal" file, but it was present in early source releases of Linux/m68k. It contained a simple copyright notice and a link to a version of the "COPYING" file that predated the addition of the "only valid GPL version is v2" clause. Get rid of the references to non-existent files by replacing the boilerplate with SPDX license identifiers. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Greg Ungerer <[email protected]> Link: https://lore.kernel.org/r/23430c233728ab02ec0af8e714994398d383137a.1695031668.git.geert@linux-m68k.org
1 parent 72e70a0 commit b038c6a

File tree

9 files changed

+14
-41
lines changed

9 files changed

+14
-41
lines changed

arch/m68k/68000/entry.S

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
/*
1+
/* SPDX-License-Identifier: GPL-2.0-or-later
2+
*
23
* entry.S -- non-mmu 68000 interrupt and exception entry points
34
*
45
* Copyright (C) 1991, 1992 Linus Torvalds
56
*
6-
* This file is subject to the terms and conditions of the GNU General Public
7-
* License. See the file README.legal in the main directory of this archive
8-
* for more details.
9-
*
107
* Linux/m68k support by Hamish Macdonald
118
*/
129

arch/m68k/bvme6000/config.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/m68k/bvme6000/config.c
34
*
@@ -8,10 +9,6 @@
89
* linux/amiga/config.c
910
*
1011
* Copyright (C) 1993 Hamish Macdonald
11-
*
12-
* This file is subject to the terms and conditions of the GNU General Public
13-
* License. See the file README.legal in the main directory of this archive
14-
* for more details.
1512
*/
1613

1714
#include <linux/types.h>

arch/m68k/coldfire/entry.S

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*
1+
/* SPDX-License-Identifier: GPL-2.0-or-later
2+
*
23
* entry.S -- interrupt and exception processing for ColdFire
34
*
45
* Copyright (C) 1999-2007, Greg Ungerer ([email protected])
@@ -13,10 +14,6 @@
1314
*
1415
* Copyright (C) 1991, 1992 Linus Torvalds
1516
*
16-
* This file is subject to the terms and conditions of the GNU General Public
17-
* License. See the file README.legal in the main directory of this archive
18-
* for more details.
19-
*
2017
* Linux/m68k support by Hamish Macdonald
2118
*
2219
* 68060 fixes by Jesper Skov

arch/m68k/ifpsp060/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Makefile for 680x0 Linux 68060 integer/floating point support package
1+
# SPDX-License-Identifier: GPL-2.0-or-later
22
#
3-
# This file is subject to the terms and conditions of the GNU General Public
4-
# License. See the file "README.legal" in the main directory of this archive
5-
# for more details.
3+
# Makefile for 680x0 Linux 68060 integer/floating point support package
64

75
obj-y := fskeleton.o iskeleton.o os.o

arch/m68k/kernel/entry.S

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
/* -*- mode: asm -*-
1+
/* SPDX-License-Identifier: GPL-2.0-or-later
2+
* -*- mode: asm -*-
23
*
34
* linux/arch/m68k/kernel/entry.S
45
*
56
* Copyright (C) 1991, 1992 Linus Torvalds
67
*
7-
* This file is subject to the terms and conditions of the GNU General Public
8-
* License. See the file README.legal in the main directory of this archive
9-
* for more details.
10-
*
118
* Linux/m68k support by Hamish Macdonald
129
*
1310
* 68060 fixes by Jesper Skov

arch/m68k/kernel/head.S

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* -*- mode: asm -*-
1+
/* SPDX-License-Identifier: GPL-2.0-or-later
2+
** -*- mode: asm -*-
23
**
34
** head.S -- This file contains the initial boot code for the
45
** Linux/68k kernel.
@@ -25,11 +26,6 @@
2526
** for linux-2.1.115
2627
** 1999/02/11 Richard Zidlicky: added Q40 support (initial version 99/01/01)
2728
** 2004/05/13 Kars de Jong: Finalised HP300 support
28-
**
29-
** This file is subject to the terms and conditions of the GNU General Public
30-
** License. See the file README.legal in the main directory of this archive
31-
** for more details.
32-
**
3329
*/
3430

3531
/*

arch/m68k/mvme147/config.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/m68k/mvme147/config.c
34
*
@@ -7,10 +8,6 @@
78
* Based on:
89
*
910
* Copyright (C) 1993 Hamish Macdonald
10-
*
11-
* This file is subject to the terms and conditions of the GNU General Public
12-
* License. See the file README.legal in the main directory of this archive
13-
* for more details.
1411
*/
1512

1613
#include <linux/types.h>

arch/m68k/mvme16x/config.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/m68k/mvme16x/config.c
34
*
@@ -8,10 +9,6 @@
89
* linux/amiga/config.c
910
*
1011
* Copyright (C) 1993 Hamish Macdonald
11-
*
12-
* This file is subject to the terms and conditions of the GNU General Public
13-
* License. See the file README.legal in the main directory of this archive
14-
* for more details.
1512
*/
1613

1714
#include <linux/types.h>

arch/m68k/q40/config.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* arch/m68k/q40/config.c
34
*
@@ -6,10 +7,6 @@
67
* originally based on:
78
*
89
* linux/bvme/config.c
9-
*
10-
* This file is subject to the terms and conditions of the GNU General Public
11-
* License. See the file README.legal in the main directory of this archive
12-
* for more details.
1310
*/
1411

1512
#include <linux/errno.h>

0 commit comments

Comments
 (0)