forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/math-emu/ieee754dp.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * IEEE754 floating point
34 * double precision internal header file
....@@ -5,19 +6,6 @@
56 /*
67 * MIPS floating point support
78 * Copyright (C) 1994-2000 Algorithmics Ltd.
8
- *
9
- * This program is free software; you can distribute it and/or modify it
10
- * under the terms of the GNU General Public License (Version 2) as
11
- * published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope it will be useful, but WITHOUT
14
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16
- * for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License along
19
- * with this program; if not, write to the Free Software Foundation, Inc.,
20
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
219 */
2210
2311 #include <linux/compiler.h>