CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/01/19 23:07:34
Modified files:
arch/mips/math-emu: cp1emu.c dp_add.c dp_cmp.c dp_div.c
dp_fint.c dp_flong.c dp_frexp.c dp_fsp.c
dp_logb.c dp_modf.c dp_mul.c dp_scalb.c
dp_simple.c dp_sqrt.c dp_sub.c dp_tint.c
dp_tlong.c ieee754.c ieee754.h ieee754d.c
ieee754dp.c ieee754dp.h ieee754int.h
ieee754m.c ieee754sp.c ieee754sp.h
ieee754xcpt.c sp_add.c sp_cmp.c sp_div.c
sp_fdp.c sp_fint.c sp_flong.c sp_frexp.c
sp_logb.c sp_modf.c sp_mul.c sp_scalb.c
sp_simple.c sp_sqrt.c sp_sub.c sp_tint.c
sp_tlong.c
Log message:
Been told I can remove the "All rights reserved" from these files.
diff -urN linux/arch/mips/math-emu/cp1emu.c linux/arch/mips/math-emu/cp1emu.c
--- linux/arch/mips/math-emu/cp1emu.c 2004/07/30 09:40:47 1.33
+++ linux/arch/mips/math-emu/cp1emu.c 2005/01/19 23:07:33 1.34
@@ -2,7 +2,7 @@
* cp1emu.c: a MIPS coprocessor 1 (fpu) instruction emulator
*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
diff -urN linux/arch/mips/math-emu/dp_add.c linux/arch/mips/math-emu/dp_add.c
--- linux/arch/mips/math-emu/dp_add.c 2003/06/04 18:14:26 1.6
+++ linux/arch/mips/math-emu/dp_add.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_cmp.c linux/arch/mips/math-emu/dp_cmp.c
--- linux/arch/mips/math-emu/dp_cmp.c 2002/12/19 00:31:02 1.6
+++ linux/arch/mips/math-emu/dp_cmp.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_div.c linux/arch/mips/math-emu/dp_div.c
--- linux/arch/mips/math-emu/dp_div.c 2003/06/04 18:14:26 1.7
+++ linux/arch/mips/math-emu/dp_div.c 2005/01/19 23:07:33 1.8
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_fint.c linux/arch/mips/math-emu/dp_fint.c
--- linux/arch/mips/math-emu/dp_fint.c 2003/12/18 21:52:33 1.4
+++ linux/arch/mips/math-emu/dp_fint.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_flong.c
linux/arch/mips/math-emu/dp_flong.c
--- linux/arch/mips/math-emu/dp_flong.c 2003/12/18 21:52:33 1.5
+++ linux/arch/mips/math-emu/dp_flong.c 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_frexp.c
linux/arch/mips/math-emu/dp_frexp.c
--- linux/arch/mips/math-emu/dp_frexp.c 2002/08/06 00:08:55 1.4
+++ linux/arch/mips/math-emu/dp_frexp.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_fsp.c linux/arch/mips/math-emu/dp_fsp.c
--- linux/arch/mips/math-emu/dp_fsp.c 2002/08/05 14:18:38 1.5
+++ linux/arch/mips/math-emu/dp_fsp.c 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_logb.c linux/arch/mips/math-emu/dp_logb.c
--- linux/arch/mips/math-emu/dp_logb.c 2001/01/13 16:15:24 1.3
+++ linux/arch/mips/math-emu/dp_logb.c 2005/01/19 23:07:33 1.4
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_modf.c linux/arch/mips/math-emu/dp_modf.c
--- linux/arch/mips/math-emu/dp_modf.c 2002/08/06 00:08:55 1.4
+++ linux/arch/mips/math-emu/dp_modf.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_mul.c linux/arch/mips/math-emu/dp_mul.c
--- linux/arch/mips/math-emu/dp_mul.c 2003/06/04 18:14:26 1.6
+++ linux/arch/mips/math-emu/dp_mul.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_scalb.c
linux/arch/mips/math-emu/dp_scalb.c
--- linux/arch/mips/math-emu/dp_scalb.c 2001/01/13 16:15:24 1.3
+++ linux/arch/mips/math-emu/dp_scalb.c 2005/01/19 23:07:33 1.4
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_simple.c
linux/arch/mips/math-emu/dp_simple.c
--- linux/arch/mips/math-emu/dp_simple.c 2001/10/04 13:19:44 1.4
+++ linux/arch/mips/math-emu/dp_simple.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_sqrt.c linux/arch/mips/math-emu/dp_sqrt.c
--- linux/arch/mips/math-emu/dp_sqrt.c 2002/08/05 14:18:38 1.5
+++ linux/arch/mips/math-emu/dp_sqrt.c 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_sub.c linux/arch/mips/math-emu/dp_sub.c
--- linux/arch/mips/math-emu/dp_sub.c 2003/06/04 18:14:26 1.7
+++ linux/arch/mips/math-emu/dp_sub.c 2005/01/19 23:07:33 1.8
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_tint.c linux/arch/mips/math-emu/dp_tint.c
--- linux/arch/mips/math-emu/dp_tint.c 2002/08/05 14:18:38 1.6
+++ linux/arch/mips/math-emu/dp_tint.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/dp_tlong.c
linux/arch/mips/math-emu/dp_tlong.c
--- linux/arch/mips/math-emu/dp_tlong.c 2002/08/06 00:08:55 1.8
+++ linux/arch/mips/math-emu/dp_tlong.c 2005/01/19 23:07:33 1.9
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754.c linux/arch/mips/math-emu/ieee754.c
--- linux/arch/mips/math-emu/ieee754.c 2002/08/13 03:29:54 1.7
+++ linux/arch/mips/math-emu/ieee754.c 2005/01/19 23:07:33 1.8
@@ -8,7 +8,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754.h linux/arch/mips/math-emu/ieee754.h
--- linux/arch/mips/math-emu/ieee754.h 2002/08/06 00:08:55 1.5
+++ linux/arch/mips/math-emu/ieee754.h 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754d.c
linux/arch/mips/math-emu/ieee754d.c
--- linux/arch/mips/math-emu/ieee754d.c 2002/08/06 00:08:55 1.6
+++ linux/arch/mips/math-emu/ieee754d.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*
* MIPS floating point support
*
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* This program is free software; you can distribute it and/or modify it
diff -urN linux/arch/mips/math-emu/ieee754dp.c
linux/arch/mips/math-emu/ieee754dp.c
--- linux/arch/mips/math-emu/ieee754dp.c 2003/06/04 18:14:26 1.10
+++ linux/arch/mips/math-emu/ieee754dp.c 2005/01/19 23:07:33 1.11
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754dp.h
linux/arch/mips/math-emu/ieee754dp.h
--- linux/arch/mips/math-emu/ieee754dp.h 2002/08/06 00:08:55 1.5
+++ linux/arch/mips/math-emu/ieee754dp.h 2005/01/19 23:07:33 1.6
@@ -4,7 +4,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754int.h
linux/arch/mips/math-emu/ieee754int.h
--- linux/arch/mips/math-emu/ieee754int.h 2002/12/19 00:31:02 1.6
+++ linux/arch/mips/math-emu/ieee754int.h 2005/01/19 23:07:33 1.7
@@ -4,7 +4,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754m.c
linux/arch/mips/math-emu/ieee754m.c
--- linux/arch/mips/math-emu/ieee754m.c 2000/11/25 04:49:46 1.2
+++ linux/arch/mips/math-emu/ieee754m.c 2005/01/19 23:07:33 1.3
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754sp.c
linux/arch/mips/math-emu/ieee754sp.c
--- linux/arch/mips/math-emu/ieee754sp.c 2003/06/04 18:14:26 1.10
+++ linux/arch/mips/math-emu/ieee754sp.c 2005/01/19 23:07:33 1.11
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754sp.h
linux/arch/mips/math-emu/ieee754sp.h
--- linux/arch/mips/math-emu/ieee754sp.h 2002/08/06 00:08:55 1.5
+++ linux/arch/mips/math-emu/ieee754sp.h 2005/01/19 23:07:33 1.6
@@ -4,7 +4,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/ieee754xcpt.c
linux/arch/mips/math-emu/ieee754xcpt.c
--- linux/arch/mips/math-emu/ieee754xcpt.c 2003/03/25 00:26:24 1.5
+++ linux/arch/mips/math-emu/ieee754xcpt.c 2005/01/19 23:07:33 1.6
@@ -1,6 +1,6 @@
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_add.c linux/arch/mips/math-emu/sp_add.c
--- linux/arch/mips/math-emu/sp_add.c 2003/06/04 18:14:26 1.6
+++ linux/arch/mips/math-emu/sp_add.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_cmp.c linux/arch/mips/math-emu/sp_cmp.c
--- linux/arch/mips/math-emu/sp_cmp.c 2002/12/19 00:31:02 1.6
+++ linux/arch/mips/math-emu/sp_cmp.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_div.c linux/arch/mips/math-emu/sp_div.c
--- linux/arch/mips/math-emu/sp_div.c 2003/06/04 18:14:26 1.6
+++ linux/arch/mips/math-emu/sp_div.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_fdp.c linux/arch/mips/math-emu/sp_fdp.c
--- linux/arch/mips/math-emu/sp_fdp.c 2003/06/04 18:14:26 1.9
+++ linux/arch/mips/math-emu/sp_fdp.c 2005/01/19 23:07:33 1.10
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_fint.c linux/arch/mips/math-emu/sp_fint.c
--- linux/arch/mips/math-emu/sp_fint.c 2003/12/18 21:52:33 1.5
+++ linux/arch/mips/math-emu/sp_fint.c 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_flong.c
linux/arch/mips/math-emu/sp_flong.c
--- linux/arch/mips/math-emu/sp_flong.c 2003/12/18 21:52:33 1.7
+++ linux/arch/mips/math-emu/sp_flong.c 2005/01/19 23:07:33 1.8
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_frexp.c
linux/arch/mips/math-emu/sp_frexp.c
--- linux/arch/mips/math-emu/sp_frexp.c 2002/08/06 00:08:55 1.4
+++ linux/arch/mips/math-emu/sp_frexp.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_logb.c linux/arch/mips/math-emu/sp_logb.c
--- linux/arch/mips/math-emu/sp_logb.c 2001/01/13 16:15:24 1.3
+++ linux/arch/mips/math-emu/sp_logb.c 2005/01/19 23:07:33 1.4
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_modf.c linux/arch/mips/math-emu/sp_modf.c
--- linux/arch/mips/math-emu/sp_modf.c 2002/08/06 00:08:55 1.4
+++ linux/arch/mips/math-emu/sp_modf.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_mul.c linux/arch/mips/math-emu/sp_mul.c
--- linux/arch/mips/math-emu/sp_mul.c 2003/06/04 18:14:26 1.5
+++ linux/arch/mips/math-emu/sp_mul.c 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_scalb.c
linux/arch/mips/math-emu/sp_scalb.c
--- linux/arch/mips/math-emu/sp_scalb.c 2001/01/13 16:15:24 1.3
+++ linux/arch/mips/math-emu/sp_scalb.c 2005/01/19 23:07:33 1.4
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_simple.c
linux/arch/mips/math-emu/sp_simple.c
--- linux/arch/mips/math-emu/sp_simple.c 2001/10/04 13:19:44 1.4
+++ linux/arch/mips/math-emu/sp_simple.c 2005/01/19 23:07:33 1.5
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_sqrt.c linux/arch/mips/math-emu/sp_sqrt.c
--- linux/arch/mips/math-emu/sp_sqrt.c 2002/12/18 22:32:34 1.5
+++ linux/arch/mips/math-emu/sp_sqrt.c 2005/01/19 23:07:33 1.6
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_sub.c linux/arch/mips/math-emu/sp_sub.c
--- linux/arch/mips/math-emu/sp_sub.c 2003/06/04 18:14:26 1.7
+++ linux/arch/mips/math-emu/sp_sub.c 2005/01/19 23:07:33 1.8
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_tint.c linux/arch/mips/math-emu/sp_tint.c
--- linux/arch/mips/math-emu/sp_tint.c 2002/08/05 14:18:39 1.6
+++ linux/arch/mips/math-emu/sp_tint.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
diff -urN linux/arch/mips/math-emu/sp_tlong.c
linux/arch/mips/math-emu/sp_tlong.c
--- linux/arch/mips/math-emu/sp_tlong.c 2002/08/05 14:18:39 1.6
+++ linux/arch/mips/math-emu/sp_tlong.c 2005/01/19 23:07:33 1.7
@@ -3,7 +3,7 @@
*/
/*
* MIPS floating point support
- * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
+ * Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
|