patch-2.3.16 linux/arch/arm/nwfpe/fpmodule.c

Next file: linux/arch/arm/nwfpe/fpmodule.h
Previous file: linux/arch/arm/nwfpe/fpa11_cprt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/arm/nwfpe/fpmodule.c linux/arch/arm/nwfpe/fpmodule.c
@@ -1,9 +1,9 @@
 /*
     NetWinder Floating Point Emulator
-    (c) Corel Computer Corporation, 1998
+    (c) Rebel.com, 1998-1999
     (c) Philip Blundell, 1998-1999
 
-    Direct questions, comments to Scott Bambrough <scottb@corelcomputer.com>
+    Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@
 int fp_printk(const char *,...);
 void fp_send_sig(unsigned long sig, PTASK p, int priv);
 #if LINUX_VERSION_CODE > 0x20115
-MODULE_AUTHOR("Scott Bambrough <scottb@corelcomputer.com>");
+MODULE_AUTHOR("Scott Bambrough <scottb@netwinder.org>");
 MODULE_DESCRIPTION("NWFPE floating point emulator");
 #endif
 
@@ -91,7 +91,7 @@
 {
   static const char szTitle[] = "<4>NetWinder Floating Point Emulator ";
   static const char szVersion[] = "V0.94.1 ";
-  static const char szCopyright[] = "(c) 1998 Corel Computer Corp.\n";
+  static const char szCopyright[] = "(c) 1998-1999 Rebel.com\n";
   C_SYMBOL_NAME(fp_printk)(szTitle);
   C_SYMBOL_NAME(fp_printk)(szVersion);
   C_SYMBOL_NAME(fp_printk)(szCopyright);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)