File tree Expand file tree Collapse file tree 9 files changed +14
-41
lines changed Expand file tree Collapse file tree 9 files changed +14
-41
lines changed Original file line number Diff line number Diff line change 1
- /*
1
+ /* SPDX-License-Identifier: GPL-2.0-or-later
2
+ *
2
3
* entry.S -- non-mmu 68000 interrupt and exception entry points
3
4
*
4
5
* Copyright (C) 1991, 1992 Linus Torvalds
5
6
*
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
- *
10
7
* Linux/m68k support by Hamish Macdonald
11
8
*/
12
9
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-or-later
1
2
/*
2
3
* arch/m68k/bvme6000/config.c
3
4
*
8
9
* linux/amiga/config.c
9
10
*
10
11
* 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.
15
12
*/
16
13
17
14
#include <linux/types.h>
Original file line number Diff line number Diff line change 1
- /*
1
+ /* SPDX-License-Identifier: GPL-2.0-or-later
2
+ *
2
3
* entry.S -- interrupt and exception processing for ColdFire
3
4
*
4
5
* Copyright (C) 1999-2007, Greg Ungerer ([email protected] )
13
14
*
14
15
* Copyright (C) 1991, 1992 Linus Torvalds
15
16
*
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
- *
20
17
* Linux/m68k support by Hamish Macdonald
21
18
*
22
19
* 68060 fixes by Jesper Skov
Original file line number Diff line number Diff line change 1
- # Makefile for 680x0 Linux 68060 integer/floating point support package
1
+ # SPDX-License-Identifier: GPL-2.0-or-later
2
2
#
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
6
4
7
5
obj-y := fskeleton.o iskeleton.o os.o
Original file line number Diff line number Diff line change 1
- / * -*- mode: asm -*-
1
+ / * SPDX - License - Identifier: GPL - 2 . 0 - or - later
2
+ * -*- mode: asm -*-
2
3
*
3
4
* linux/arch/m68k/kernel/entry.S
4
5
*
5
6
* Copyright (C) 1991 , 1992 Linus Torvalds
6
7
*
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
- *
11
8
* Linux/m68k support by Hamish Macdonald
12
9
*
13
10
* 68060 fixes by Jesper Skov
Original file line number Diff line number Diff line change 1
- / * -*- mode: asm -*-
1
+ / * SPDX - License - Identifier: GPL - 2 . 0 - or - later
2
+ ** -*- mode: asm -*-
2
3
**
3
4
** head.S -- This file contains the initial boot code for the
4
5
** Linux/68k kernel.
25
26
** for linux - 2 . 1 . 115
26
27
** 1999 / 02 / 11 Richard Zidlicky: added Q40 support (initial version 99 / 01 / 01 )
27
28
** 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
- **
33
29
* /
34
30
35
31
/ *
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-or-later
1
2
/*
2
3
* arch/m68k/mvme147/config.c
3
4
*
7
8
* Based on:
8
9
*
9
10
* 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.
14
11
*/
15
12
16
13
#include <linux/types.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-or-later
1
2
/*
2
3
* arch/m68k/mvme16x/config.c
3
4
*
8
9
* linux/amiga/config.c
9
10
*
10
11
* 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.
15
12
*/
16
13
17
14
#include <linux/types.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-or-later
1
2
/*
2
3
* arch/m68k/q40/config.c
3
4
*
6
7
* originally based on:
7
8
*
8
9
* 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.
13
10
*/
14
11
15
12
#include <linux/errno.h>
You can’t perform that action at this time.
0 commit comments