aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/math-emu/fp_arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/math-emu/fp_arith.c')
-rw-r--r--arch/m68k/math-emu/fp_arith.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/math-emu/fp_arith.c b/arch/m68k/math-emu/fp_arith.c
index 239eb1990184..d9033238d097 100644
--- a/arch/m68k/math-emu/fp_arith.c
+++ b/arch/m68k/math-emu/fp_arith.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 3
3 fp_arith.c: floating-point math routines for the Linux-m68k 4 fp_arith.c: floating-point math routines for the Linux-m68k
@@ -8,9 +9,6 @@
8 Somewhat based on the AlphaLinux floating point emulator, by David 9 Somewhat based on the AlphaLinux floating point emulator, by David
9 Mosberger-Tang. 10 Mosberger-Tang.
10 11
11 You may copy, modify, and redistribute this file under the terms of
12 the GNU General Public License, version 2, or any later version, at
13 your convenience.
14 */ 12 */
15 13
16#include "fp_emu.h" 14#include "fp_emu.h"