forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/math-emu/dp_2008class.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * IEEE754 floating point arithmetic
34 * double precision: CLASS.f
....@@ -6,10 +7,6 @@
67 * MIPS floating point support
78 * Copyright (C) 2015 Imagination Technologies, Ltd.
89 * Author: Markos Chandras <markos.chandras@imgtec.com>
9
- *
10
- * This program is free software; you can distribute it and/or modify it
11
- * under the terms of the GNU General Public License as published by the
12
- * Free Software Foundation; version 2 of the License.
1310 */
1411
1512 #include "ieee754dp.h"