Added copyright notices
authorceriel <none@none>
Thu, 7 Apr 1988 11:40:46 +0000 (11:40 +0000)
committerceriel <none@none>
Thu, 7 Apr 1988 11:40:46 +0000 (11:40 +0000)
46 files changed:
mach/proto/fp/FP_bias.h
mach/proto/fp/FP_shift.h
mach/proto/fp/FP_trap.h
mach/proto/fp/FP_types.h
mach/proto/fp/add_ext.c
mach/proto/fp/adder.c
mach/proto/fp/adder.h
mach/proto/fp/adf4.c
mach/proto/fp/adf8.c
mach/proto/fp/cff4.c
mach/proto/fp/cff8.c
mach/proto/fp/cfi.c
mach/proto/fp/cfu.c
mach/proto/fp/cif4.c
mach/proto/fp/cif8.c
mach/proto/fp/cmf4.c
mach/proto/fp/cmf8.c
mach/proto/fp/compact.c
mach/proto/fp/cuf4.c
mach/proto/fp/cuf8.c
mach/proto/fp/div_ext.c
mach/proto/fp/dvf4.c
mach/proto/fp/dvf8.c
mach/proto/fp/extend.c
mach/proto/fp/fef4.c
mach/proto/fp/fef8.c
mach/proto/fp/fif4.c
mach/proto/fp/fif8.c
mach/proto/fp/fptrp.e
mach/proto/fp/get_put.h
mach/proto/fp/mlf4.c
mach/proto/fp/mlf8.c
mach/proto/fp/mul_ext.c
mach/proto/fp/ngf4.c
mach/proto/fp/ngf8.c
mach/proto/fp/nrm_ext.c
mach/proto/fp/prt_dbl.c
mach/proto/fp/prt_ext.c
mach/proto/fp/sbf4.c
mach/proto/fp/sbf8.c
mach/proto/fp/sft_ext.c
mach/proto/fp/shifter.c
mach/proto/fp/sub_ext.c
mach/proto/fp/zrf4.c
mach/proto/fp/zrf8.c
mach/proto/fp/zrf_ext.c

index 4c1a34a..65045cd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        include file for floating point package
 */
index 1d78c40..f713b88 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        include file for floating point package
 */
index cd77b79..045897b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        include file for floating point package
 */
index e025344..ea47ff5 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /********************************************************/
 /*
        include file for floating point package
index 7b1fdb9..2ffa862 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
 #define        PRT_EXT
        ADD TWO EXTENDED FORMAT NUMBERS
index aa7b5f6..773be2d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
  *     these are the routines the routines to do 32 and  64-bit addition
  */
index d09de1e..63823af 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
  *     include file for 32 & 64 bit addition
  */
index c227790..8e27784 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        ADD TWO FLOATS - SINGLE
 */
index 0a5b094..b5fddef 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        ADD TWO FLOATS - DOUBLE
 */
index 3d94b55..45b92aa 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
                CONVERT DOUBLE TO FLOAT
 
index d27332b..e7ca387 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
                CONVERT FLOAT TO DOUBLE
 
index c983be8..a9bc1ef 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
                CONVERT FLOAT TO UNSIGNED
 
index 9b3ba65..02e91b1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
                CONVERT FLOAT TO UNSIGNED
 
index f5264cf..92d6a73 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        CONVERT INTEGER TO FLOAT
 
index 031a6a5..da78ef7 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        CONVERT INTEGER TO FLOAT
 
index 134ab0b..cf6a5d4 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        COMPARE DOUBLES
 */
index 37bf949..d3ced95 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        COMPARE DOUBLES
 */
index 5170327..d066e13 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
 #define        PRT_EXIT
 #define        PRT_TRAP
index ed219c2..66dccfd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        CONVERT INTEGER TO FLOAT
 
index 1145fce..d2b9dd0 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        CONVERT INTEGER TO FLOAT
 
index 658b161..70807b9 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
 #define        PRT_EXT
 #define        PRT_ALL
index 234deda..971ee6c 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        DIVIDE TWO FLOATS - SINGLE Precision
 */
index 02cb011..9ec5991 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        DIVIDE TWO FLOATS - DOUBLE Precision
 */
index 8d17cae..c06e87d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
 #define        PRT_EXIT
 #define        PRT_ENTRY
index 17906bb..835c8f2 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        SEPERATE INTO EXPONENT AND FRACTION
 */
index 7bf5ba6..ca00b3f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        SEPERATE DOUBLE INTO EXPONENT AND FRACTION
 */
index 3cbaa1f..1a9d120 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        MULTIPLY AND DISMEMBER PARTS
 */
index 0b606f9..b0c686b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        MULTIPLY AND DISMEMBER PARTS
 */
index 91c762b..af49782 100644 (file)
@@ -1,4 +1,10 @@
 #
+;
+; (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+; See the copyright notice in the ACK home directory, in the file "Copyright".
+;
+
+; $Header$
 
  mes 2,EM_WSIZE,EM_PSIZE
 
index 119e083..48b1b8b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 #include <byte_order.h>
 
 #if CHAR_UNSIGNED
index c5ed05f..0fab2a4 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
  * Multiply Single Precesion Float
  */
index a150a2f..ed5700e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
  * Multiply Single Precesion Float
  */
index 959d516..6e033c1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        ROUTINE TO MULTIPLY TWO EXTENDED FORMAT NUMBERS
 */
index 03540f3..7b2351f 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
                NEGATE A FLOATING POINT
 */
index 994ee56..178a9b7 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
                NEGATE A FLOATING POINT
 */
index 9753071..e868d45 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /********************************************************/
 /*
        NORMALIZE an EXTENDED FORMAT NUMBER
index 388e1e6..4453e41 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 # include "FP_types.h"
 
 prt_dbl(dbl,size)
index 9859365..243c727 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /********************************************************/
 /*
        PRINT EXTENDED FORMAT AND MESSAGE
index 0a747dc..64fb433 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        SUBTRACT TWO FLOATS - SINGLE Precision
 */
index 1194d66..e84f75e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        SUBTRACT TWO FLOATS - DOUBLE Precision
 */
index f74245a..c9104aa 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
 #define        PRT_EXT
        SHIFT TWO EXTENDED NUMBERS INTO PROPER
index 094cfa6..c006358 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 # include "adder.h"
 
 b64_sft(e1,n)
index a5a069e..a2d2b71 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
 #define        PRT_EXT
        SUBTRACT EXTENDED FORMAT
index 04946d3..10779bd 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        return a zero float
 */
index 3b1db30..9368306 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        return a zero double
 */
index 529ca0e..1162940 100644 (file)
@@ -1,3 +1,10 @@
+/*
+  (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
+  See the copyright notice in the ACK home directory, in the file "Copyright".
+*/
+
+/* $Header$ */
+
 /*
        ZERO and return EXTEND FORMAT FLOAT
 */