Copyright changes per the author.
authorPaul Richards <paul@isl.cf.ac.uk>
Fri, 10 Jun 1994 07:45:04 +0000 (07:45 +0000)
committerPaul Richards <paul@isl.cf.ac.uk>
Fri, 10 Jun 1994 07:45:04 +0000 (07:45 +0000)
Added specific permissions for redistribution with FreeBSD and NetBSD.
Fixed author's email address.

40 files changed:
sys/gnu/fpemul/README
sys/gnu/fpemul/control_w.h
sys/gnu/fpemul/div_small.s
sys/gnu/fpemul/errors.c
sys/gnu/fpemul/exception.h
sys/gnu/fpemul/fpu_arith.c
sys/gnu/fpemul/fpu_asm.h
sys/gnu/fpemul/fpu_aux.c
sys/gnu/fpemul/fpu_emu.h
sys/gnu/fpemul/fpu_entry.c
sys/gnu/fpemul/fpu_etc.c
sys/gnu/fpemul/fpu_system.h
sys/gnu/fpemul/fpu_trig.c
sys/gnu/fpemul/get_address.c
sys/gnu/fpemul/load_store.c
sys/gnu/fpemul/poly_2xm1.c
sys/gnu/fpemul/poly_atan.c
sys/gnu/fpemul/poly_div.s
sys/gnu/fpemul/poly_l2.c
sys/gnu/fpemul/poly_mul64.s
sys/gnu/fpemul/poly_sin.c
sys/gnu/fpemul/poly_tan.c
sys/gnu/fpemul/polynomial.s
sys/gnu/fpemul/reg_add_sub.c
sys/gnu/fpemul/reg_compare.c
sys/gnu/fpemul/reg_constant.c
sys/gnu/fpemul/reg_constant.h
sys/gnu/fpemul/reg_div.s
sys/gnu/fpemul/reg_ld_str.c
sys/gnu/fpemul/reg_mul.c
sys/gnu/fpemul/reg_norm.s
sys/gnu/fpemul/reg_round.s
sys/gnu/fpemul/reg_u_add.s
sys/gnu/fpemul/reg_u_div.s
sys/gnu/fpemul/reg_u_mul.s
sys/gnu/fpemul/reg_u_sub.s
sys/gnu/fpemul/status_w.h
sys/gnu/fpemul/version.h
sys/gnu/fpemul/wm_shrx.s
sys/gnu/fpemul/wm_sqrt.s

index 4982c35..0cef6c4 100644 (file)
@@ -2,15 +2,15 @@
  *  wm-FPU-emu   an FPU emulator for 80386 and 80486SX microprocessors.
  *
  *
  *  wm-FPU-emu   an FPU emulator for 80386 and 80486SX microprocessors.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
+ *
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
  */
 
 wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387
  */
 
 wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387
index ac3e0f4..d7ede07 100644 (file)
@@ -2,15 +2,15 @@
  *  control_w.h
  *
  *
  *  control_w.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *        $Id:$ 
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *        $Id: control_w.h,v 1.2 1994/04/29 21:02:30 gclarkii Exp $ 
  *
  */
 
  *
  */
 
index 0b3a7b9..d25313b 100644 (file)
@@ -5,15 +5,15 @@
  * Divide a 64 bit integer by a 32 bit integer & return remainder.
  *
  *
  * Divide a 64 bit integer by a 32 bit integer & return remainder.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
+ *
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
  * 
  * 
- *     $Id:$
+ *     $Id: div_small.s,v 1.2 1994/04/29 21:07:11 gclarkii Exp $
  *
  */
 
  *
  */
 
index 69782af..f9f6eb1 100644 (file)
@@ -4,15 +4,15 @@
  *  The error handling functions for wm-FPU-emu
  *
  *
  *  The error handling functions for wm-FPU-emu
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: errors.c,v 1.2 1994/04/29 21:07:12 gclarkii Exp $
  *
  */
 
  *
  */
 
index a48769d..11f9d02 100644 (file)
@@ -2,15 +2,15 @@
  *  exception.h
  *
  *
  *  exception.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: exception.h,v 1.2 1994/04/29 21:07:13 gclarkii Exp $
  *
  *
  */
  *
  *
  */
index 4ed9e1d..a1da514 100644 (file)
@@ -4,15 +4,15 @@
  * Code to implement the FPU register/register arithmetic instructions
  *
  *
  * Code to implement the FPU register/register arithmetic instructions
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: fpu_arith.c,v 1.2 1994/04/29 21:07:14 gclarkii Exp $
  * 
  */
 
  * 
  */
 
index a13035f..e618c04 100644 (file)
@@ -2,15 +2,15 @@
  *  fpu_asm.h
  *
  *
  *  fpu_asm.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: fpu_asm.h,v 1.2 1994/04/29 21:07:14 gclarkii Exp $
  *
  */
 
  *
  */
 
index 93f288b..629e45a 100644 (file)
@@ -4,15 +4,15 @@
  * Code to implement some of the FPU auxiliary instructions.
  *
  *
  * Code to implement some of the FPU auxiliary instructions.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: fpu_aux.c,v 1.2 1994/04/29 21:16:19 gclarkii Exp $
  *
  */
 
  *
  */
 
index 7e20611..b62a9cf 100644 (file)
@@ -2,15 +2,15 @@
  *  fpu_emu.h
  *
  *
  *  fpu_emu.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: fpu_emu.h,v 1.2 1994/04/29 21:16:20 gclarkii Exp $
  *
  */
 
  *
  */
 
index 31dfcdf..7b41732 100644 (file)
@@ -4,15 +4,15 @@
  * The entry function for wm-FPU-emu
  *
  *
  * The entry function for wm-FPU-emu
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- * The purpose of the copyright is to ensure that the covered software
- * remains freely available to everyone. It is felt to be necessary to
- * try and prevent the software being taken by unscrupulous people and
- * (perhaps after modification) being copyrighted or otherwise
- * restricted and being made no longer freely available. There are a
- * number of examples of corporations hijacking ideas and trying to
- * sue the pants of lesser financed entities who try to subsequently
- * use the ideas.
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
  *
  *
- * If the software were placed in the public domain then there would
- * be no protection at all. By claiming a copyright it puts at least a
- * strong moral pressure on the greedy to restrain themselves and
- * behave ethically. And let's not be naive, we are all subject to the
- * emotion of greed to some extent...
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
  *
  *
- * Up until now, the software has been covered by the GNU copyleft.
- * That copyright mechanism has problems for operating systems which
- * are not themselves covered by the GNU copyleft. Hence I have
- * decided to allow the covered software to be used with 386BSD under
- * restrictions which are meant to be broadly similar, but not
- * identical, to those which already cover the 386BSD operating
- * system.
+ * W. Metzenthen   June 1994.
  *
  *
- * The software, in its form for the Linux operating system, remains
- * available under the terms of the GNU copyleft.
- *
- * W. Metzenthen   June 1993.
- *
- *  $Id:$
+ *  $Id: fpu_entry.c,v 1.2 1994/04/29 21:16:21 gclarkii Exp $
  * 
  */
 
  * 
  */
 
index f041b43..936e39a 100644 (file)
@@ -4,15 +4,15 @@
  * Implement a few FPU instructions.
  *
  *
  * Implement a few FPU instructions.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: fpu_etc.c,v 1.2 1994/04/29 21:16:22 gclarkii Exp $
  *
  */
 
  *
  */
 
index d8fdd61..8bcc14c 100644 (file)
@@ -2,15 +2,15 @@
  *  fpu_system.h
  *
  *
  *  fpu_system.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: fpu_system.h,v 1.2 1994/04/29 21:16:24 gclarkii Exp $
  * 
  */
 
  * 
  */
 
index e217510..ca32f91 100644 (file)
@@ -4,15 +4,15 @@
  * Implementation of the FPU "transcendental" functions.
  *
  *
  * Implementation of the FPU "transcendental" functions.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: fpu_trig.c,v 1.3 1994/04/29 21:16:25 gclarkii Exp $
  *
  */
 
  *
  */
 
index f8100ea..5839e57 100644 (file)
@@ -4,15 +4,15 @@
  * Get the effective address from an FPU instruction.
  *
  *
  * Get the effective address from an FPU instruction.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: get_address.c,v 1.2 1994/04/29 21:16:26 gclarkii Exp $
  *
  */
 
  *
  */
 
index 5f094c3..0192291 100644 (file)
@@ -5,15 +5,15 @@
  * which load and store from user memory.
  *
  *
  * which load and store from user memory.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: load_store.c,v 1.2 1994/04/29 21:16:27 gclarkii Exp $
  *
  */
 
  *
  */
 
index fd59398..b7e81f2 100644 (file)
@@ -4,15 +4,15 @@
  * Function to compute 2^x-1 by a polynomial approximation.
  *
  *
  * Function to compute 2^x-1 by a polynomial approximation.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *   $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *   $Id: poly_2xm1.c,v 1.2 1994/04/29 21:23:25 gclarkii Exp $
  *
  */
 
  *
  */
 
index d04caa8..179049f 100644 (file)
@@ -4,15 +4,15 @@
  * Compute the tan of a FPU_REG, using a polynomial approximation.
  *
  *
  * Compute the tan of a FPU_REG, using a polynomial approximation.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: poly_atan.c,v 1.3 1994/04/29 21:23:26 gclarkii Exp $
  *
  */
 
  *
  */
 
index b4ce54e..3ac5bf0 100644 (file)
@@ -5,15 +5,15 @@
  * A set of functions to divide 64 bit integers by fixed numbers.
  *
  *
  * A set of functions to divide 64 bit integers by fixed numbers.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: poly_div.s,v 1.2 1994/04/29 21:23:27 gclarkii Exp $
  *
  */
 
  *
  */
 
index b6691f3..0607c16 100644 (file)
@@ -4,15 +4,15 @@
  * Compute the base 2 log of a FPU_REG, using a polynomial approximation.
  *
  *
  * Compute the base 2 log of a FPU_REG, using a polynomial approximation.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id: poly_l2.c,v 1.3 1994/04/29 21:23:28 gclarkii Exp $
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: poly_l2.c,v 1.4 1994/04/30 16:47:08 gclarkii Exp $
  *
  */
 
  *
  */
 
index b5b325f..c0f5d0f 100644 (file)
@@ -7,15 +7,15 @@
  *   void mul64(long long *a, long long *b, long long *result)
  *
  *
  *   void mul64(long long *a, long long *b, long long *result)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: poly_mul64.s,v 1.2 1994/04/29 21:23:29 gclarkii Exp $
  *
  */
 
  *
  */
 
index 715f9c3..fd3cbd2 100644 (file)
@@ -4,15 +4,15 @@
  *  Computation of an approximation of the sin function by a polynomial
  *
  *
  *  Computation of an approximation of the sin function by a polynomial
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: poly_sin.c,v 1.3 1994/04/29 21:23:30 gclarkii Exp $
  *
  */
 
  *
  */
 
index 495de5a..7f70388 100644 (file)
@@ -4,15 +4,15 @@
  * Compute the tan of a FPU_REG, using a polynomial approximation.
  *
  *
  * Compute the tan of a FPU_REG, using a polynomial approximation.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *      $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *      $Id: poly_tan.c,v 1.3 1994/04/29 21:23:31 gclarkii Exp $
  * 
  */
 
  * 
  */
 
index 5588a84..f54c729 100644 (file)
  * The result is returned in accum.
  *
  *
  * The result is returned in accum.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: polynomial.s,v 1.2 1994/04/29 21:23:31 gclarkii Exp $
  *
  */
 
  *
  */
 
index aca1b34..a122452 100644 (file)
@@ -3,15 +3,15 @@
  *
  * Functions to add or subtract two registers and put the result in a third.
  *
  *
  * Functions to add or subtract two registers and put the result in a third.
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_add_sub.c,v 1.2 1994/04/29 21:30:15 gclarkii Exp $
  *
  */
 
  *
  */
 
index 8f65000..a4f8ae7 100644 (file)
@@ -4,15 +4,15 @@
  * Compare two floating point registers
  *
  *
  * Compare two floating point registers
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_compare.c,v 1.2 1994/04/29 21:30:16 gclarkii Exp $
  * 
  */
 
  * 
  */
 
index 8c767af..f334273 100644 (file)
@@ -4,15 +4,15 @@
  * All of the constant FPU_REGs
  *
  *
  * All of the constant FPU_REGs
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
  *     $id:$
  *
  */
  *     $id:$
  *
  */
index 2ec19e4..6e4ffa8 100644 (file)
@@ -2,15 +2,15 @@
  *  reg_constant.h
  *
  *
  *  reg_constant.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: reg_constant.h,v 1.2 1994/04/29 21:30:18 gclarkii Exp $
  *
  */
 
  *
  */
 
index 2c1ffc1..5de5a46 100644 (file)
@@ -8,15 +8,15 @@
  *   void reg_div(FPU_REG *a, FPU_REG *b, FPU_REG *dest,
  *
  *
  *   void reg_div(FPU_REG *a, FPU_REG *b, FPU_REG *dest,
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
+ *
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
  * 
  * 
- *      $Id:$
+ *      $Id: reg_div.s,v 1.2 1994/04/29 21:30:19 gclarkii Exp $
  *
  */
 
  *
  */
 
index b7a2d8a..4edaa9d 100644 (file)
@@ -4,15 +4,15 @@
  * All of the functions which transfer data between user memory and FPU_REGs.
  *
  *
  * All of the functions which transfer data between user memory and FPU_REGs.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_ld_str.c,v 1.2 1994/04/29 21:30:20 gclarkii Exp $
  *
  */
 
  *
  */
 
index d694ae4..b51e9fc 100644 (file)
@@ -4,15 +4,15 @@
  * Multiply one FPU_REG by another, put the result in a destination FPU_REG.
  *
  *
  * Multiply one FPU_REG by another, put the result in a destination FPU_REG.
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_mul.c,v 1.2 1994/04/29 21:30:21 gclarkii Exp $
  *
  */
 
  *
  */
 
index 55f75b9..6f9dd7c 100644 (file)
@@ -9,15 +9,15 @@
  *   void normalize_nuo(FPU_REG *n)
  *
  *
  *   void normalize_nuo(FPU_REG *n)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_norm.s,v 1.2 1994/04/29 21:30:22 gclarkii Exp $
  *
  */
 
  *
  */
 
index 55bbaff..99a2a8a 100644 (file)
  * void round_reg(FPU_REG *arg, unsigned int extent, unsigned int control_w)
  *
  *
  * void round_reg(FPU_REG *arg, unsigned int extent, unsigned int control_w)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_round.s,v 1.2 1994/04/29 21:30:23 gclarkii Exp $
  *
  */
 
  *
  */
 
index 28e30bc..86c8475 100644 (file)
  *                                                int control_w)
  *
  *
  *                                                int control_w)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_u_add.s,v 1.2 1994/04/29 21:34:23 gclarkii Exp $
  *
  */
 
  *
  */
 
index decfd43..4952923 100644 (file)
@@ -5,15 +5,15 @@
  * Core division routines
  *
  *
  * Core division routines
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *      $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *      $Id: reg_u_div.s,v 1.2 1994/04/29 21:34:24 gclarkii Exp $
  *
  */
 
  *
  */
 
index ef53357..798f204 100644 (file)
@@ -5,15 +5,15 @@
  * Core multiplication routine
  *
  *
  * Core multiplication routine
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_u_mul.s,v 1.2 1994/04/29 21:34:25 gclarkii Exp $
  *
  */
 
  *
  */
 
index 92c9344..3161e19 100644 (file)
@@ -9,15 +9,15 @@
  *                                                int control_w)
  *
  *
  *                                                int control_w)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: reg_u_sub.s,v 1.2 1994/04/29 21:34:26 gclarkii Exp $
  *
  */
 
  *
  */
 
index 5c6523d..75b87b4 100644 (file)
@@ -2,15 +2,15 @@
  *  status_w.h
  *
  *
  *  status_w.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: status_w.h,v 1.2 1994/04/29 21:34:27 gclarkii Exp $
  *
  */
 
  *
  */
 
index 4d73be7..9c08aed 100644 (file)
@@ -2,15 +2,15 @@
  *  version.h
  *
  *
  *  version.h
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *    $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *    $Id: version.h,v 1.2 1994/04/29 21:34:28 gclarkii Exp $
  *
  */
 
  *
  */
 
index 97392be..9de9464 100644 (file)
  *   unsigned shrxs(void *arg1, unsigned arg2)
  *
  *
  *   unsigned shrxs(void *arg1, unsigned arg2)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: wm_shrx.s,v 1.2 1994/04/29 21:34:29 gclarkii Exp $
  *
  */
 
  *
  */
 
index 0dd39cb..b1bc03b 100644 (file)
@@ -8,15 +8,15 @@
  *   void wm_sqrt(FPU_REG *n, unsigned int control_word)
  *
  *
  *   void wm_sqrt(FPU_REG *n, unsigned int control_word)
  *
  *
- * Copyright (C) 1992, 1993  W. Metzenthen, 22 Parker St, Ormond,
- *                           Vic 3163, Australia.
- *                           E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ *                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ *                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
  * All rights reserved.
  *
  * This copyright notice covers the redistribution and use of the
  * FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  *
- *     $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen   June 1994.
+ *
+ *
+ *     $Id: wm_sqrt.s,v 1.2 1994/04/29 21:34:30 gclarkii Exp $
  *
  */
 
  *
  */