hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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"