hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/m68k/math-emu/fp_arith.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23
34 fp_arith.c: floating-point math routines for the Linux-m68k
....@@ -8,9 +9,6 @@
89 Somewhat based on the AlphaLinux floating point emulator, by David
910 Mosberger-Tang.
1011
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.
1412 */
1513
1614 #include "fp_emu.h"