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