Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397

Based on 1 normalized pattern(s):

this program is free software you can distribute it and or modify it
under the terms of the gnu general public license version 2 as
published by the free software foundation this program is
distributed in the hope it will be useful but without any warranty
without even the implied warranty of merchantability or fitness for
a particular purpose see the gnu general public license for more
details you should have received a copy of the gnu general public
license along with this program if not write to the free software
foundation inc 51 franklin st fifth floor boston ma 02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 33 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081038.563233189@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
9d5a6349 d9df6c32

+33 -430
+1 -13
arch/mips/math-emu/cp1emu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cp1emu.c: a MIPS coprocessor 1 (FPU) instruction emulator 3 4 * ··· 7 6 * 8 7 * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com 9 8 * Copyright (C) 2000 MIPS Technologies, Inc. 10 - * 11 - * This program is free software; you can distribute it and/or modify it 12 - * under the terms of the GNU General Public License (Version 2) as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 18 - * for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 23 9 * 24 10 * A complete emulator for MIPS coprocessor 1 instructions. This is 25 11 * required for #float(switch) or #float(trap), where it catches all
+1 -13
arch/mips/math-emu/dp_add.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_cmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_div.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_fint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_flong.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_fsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/dp_mul.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_simple.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_sqrt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision square root 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_sub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_tint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -13
arch/mips/math-emu/dp_tlong.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754dp.h"
+1 -14
arch/mips/math-emu/ieee754.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ieee754 floating point arithmetic 2 3 * single and double precision 3 4 * 4 5 * BUGS 5 6 * not much dp done 6 7 * doesn't generate IEEE754_INEXACT 7 - * 8 8 */ 9 9 /* 10 10 * MIPS floating point support 11 11 * Copyright (C) 1994-2000 Algorithmics Ltd. 12 - * 13 - * This program is free software; you can distribute it and/or modify it 14 - * under the terms of the GNU General Public License (Version 2) as 15 - * published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 20 - * for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License along 23 - * with this program; if not, write to the Free Software Foundation, Inc., 24 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 25 12 */ 26 13 27 14 #include <linux/compiler.h>
+1 -13
arch/mips/math-emu/ieee754.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MIPS floating point support 3 4 * Copyright (C) 1994-2000 Algorithmics Ltd. 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * under the terms of the GNU General Public License (Version 2) as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 5 * 18 6 * Nov 7, 2000 19 7 * Modification to allow integration with Linux kernel
+1 -13
arch/mips/math-emu/ieee754d.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Some debug functions 3 4 * 4 5 * MIPS floating point support 5 6 * 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 * 21 9 * Nov 7, 2000 22 10 * Modified to build and operate in Linux kernel environment.
+1 -13
arch/mips/math-emu/ieee754dp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include <linux/compiler.h>
+1 -13
arch/mips/math-emu/ieee754dp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IEEE754 floating point 3 4 * double precision internal header file ··· 6 5 /* 7 6 * MIPS floating point support 8 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 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 (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 22 8 */ 23 9 24 10 #include <linux/compiler.h>
+1 -13
arch/mips/math-emu/ieee754int.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IEEE754 floating point 3 4 * common internal header file ··· 6 5 /* 7 6 * MIPS floating point support 8 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 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 (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 22 8 */ 23 9 #ifndef __IEEE754INT_H 24 10 #define __IEEE754INT_H
+1 -13
arch/mips/math-emu/ieee754sp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include <linux/compiler.h>
+1 -13
arch/mips/math-emu/ieee754sp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IEEE754 floating point 3 4 * double precision internal header file ··· 6 5 /* 7 6 * MIPS floating point support 8 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 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 (Version 2) as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 22 8 */ 23 9 24 10 #include <linux/compiler.h>
+1 -13
arch/mips/math-emu/sp_add.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_cmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_div.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_fdp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_fint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_flong.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_mul.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_simple.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_sqrt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision square root 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_sub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_tint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"
+1 -13
arch/mips/math-emu/sp_tlong.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ 4 5 /* 5 6 * MIPS floating point support 6 7 * Copyright (C) 1994-2000 Algorithmics Ltd. 7 - * 8 - * This program is free software; you can distribute it and/or modify it 9 - * under the terms of the GNU General Public License (Version 2) as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 - * for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 8 */ 21 9 22 10 #include "ieee754sp.h"