hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/m68k/math-emu/multi_arith.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /* multi_arith.h: multi-precision integer arithmetic functions, needed
23 to do extended-precision floating point.
34
....@@ -6,9 +7,7 @@
67 Somewhat based on arch/alpha/math-emu/ieee-math.c, which is (c)
78 David Mosberger-Tang.
89
9
- You may copy, modify, and redistribute this file under the terms of
10
- the GNU General Public License, version 2, or any later version, at
11
- your convenience. */
10
+ */
1211
1312 /* Note:
1413