From af23dc77f42933a9c5a77ee84915b3f103f39aa0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 7 Apr 1988 11:40:46 +0000 Subject: [PATCH] Added copyright notices --- mach/proto/fp/FP_bias.h | 7 +++++++ mach/proto/fp/FP_shift.h | 7 +++++++ mach/proto/fp/FP_trap.h | 7 +++++++ mach/proto/fp/FP_types.h | 7 +++++++ mach/proto/fp/add_ext.c | 7 +++++++ mach/proto/fp/adder.c | 7 +++++++ mach/proto/fp/adder.h | 7 +++++++ mach/proto/fp/adf4.c | 7 +++++++ mach/proto/fp/adf8.c | 7 +++++++ mach/proto/fp/cff4.c | 7 +++++++ mach/proto/fp/cff8.c | 7 +++++++ mach/proto/fp/cfi.c | 7 +++++++ mach/proto/fp/cfu.c | 7 +++++++ mach/proto/fp/cif4.c | 7 +++++++ mach/proto/fp/cif8.c | 7 +++++++ mach/proto/fp/cmf4.c | 7 +++++++ mach/proto/fp/cmf8.c | 7 +++++++ mach/proto/fp/compact.c | 7 +++++++ mach/proto/fp/cuf4.c | 7 +++++++ mach/proto/fp/cuf8.c | 7 +++++++ mach/proto/fp/div_ext.c | 7 +++++++ mach/proto/fp/dvf4.c | 7 +++++++ mach/proto/fp/dvf8.c | 7 +++++++ mach/proto/fp/extend.c | 7 +++++++ mach/proto/fp/fef4.c | 7 +++++++ mach/proto/fp/fef8.c | 7 +++++++ mach/proto/fp/fif4.c | 7 +++++++ mach/proto/fp/fif8.c | 7 +++++++ mach/proto/fp/fptrp.e | 6 ++++++ mach/proto/fp/get_put.h | 7 +++++++ mach/proto/fp/mlf4.c | 7 +++++++ mach/proto/fp/mlf8.c | 7 +++++++ mach/proto/fp/mul_ext.c | 7 +++++++ mach/proto/fp/ngf4.c | 7 +++++++ mach/proto/fp/ngf8.c | 7 +++++++ mach/proto/fp/nrm_ext.c | 7 +++++++ mach/proto/fp/prt_dbl.c | 7 +++++++ mach/proto/fp/prt_ext.c | 7 +++++++ mach/proto/fp/sbf4.c | 7 +++++++ mach/proto/fp/sbf8.c | 7 +++++++ mach/proto/fp/sft_ext.c | 7 +++++++ mach/proto/fp/shifter.c | 7 +++++++ mach/proto/fp/sub_ext.c | 7 +++++++ mach/proto/fp/zrf4.c | 7 +++++++ mach/proto/fp/zrf8.c | 7 +++++++ mach/proto/fp/zrf_ext.c | 7 +++++++ 46 files changed, 321 insertions(+) diff --git a/mach/proto/fp/FP_bias.h b/mach/proto/fp/FP_bias.h index 4c1a34a6..65045cda 100644 --- a/mach/proto/fp/FP_bias.h +++ b/mach/proto/fp/FP_bias.h @@ -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 */ diff --git a/mach/proto/fp/FP_shift.h b/mach/proto/fp/FP_shift.h index 1d78c406..f713b881 100644 --- a/mach/proto/fp/FP_shift.h +++ b/mach/proto/fp/FP_shift.h @@ -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 */ diff --git a/mach/proto/fp/FP_trap.h b/mach/proto/fp/FP_trap.h index cd77b796..045897bc 100644 --- a/mach/proto/fp/FP_trap.h +++ b/mach/proto/fp/FP_trap.h @@ -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 */ diff --git a/mach/proto/fp/FP_types.h b/mach/proto/fp/FP_types.h index e0253443..ea47ff53 100644 --- a/mach/proto/fp/FP_types.h +++ b/mach/proto/fp/FP_types.h @@ -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 diff --git a/mach/proto/fp/add_ext.c b/mach/proto/fp/add_ext.c index 7b1fdb9c..2ffa862b 100644 --- a/mach/proto/fp/add_ext.c +++ b/mach/proto/fp/add_ext.c @@ -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 diff --git a/mach/proto/fp/adder.c b/mach/proto/fp/adder.c index aa7b5f65..773be2d7 100644 --- a/mach/proto/fp/adder.c +++ b/mach/proto/fp/adder.c @@ -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 */ diff --git a/mach/proto/fp/adder.h b/mach/proto/fp/adder.h index d09de1e9..63823af2 100644 --- a/mach/proto/fp/adder.h +++ b/mach/proto/fp/adder.h @@ -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 */ diff --git a/mach/proto/fp/adf4.c b/mach/proto/fp/adf4.c index c2277902..8e277840 100644 --- a/mach/proto/fp/adf4.c +++ b/mach/proto/fp/adf4.c @@ -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 */ diff --git a/mach/proto/fp/adf8.c b/mach/proto/fp/adf8.c index 0a5b094c..b5fddef2 100644 --- a/mach/proto/fp/adf8.c +++ b/mach/proto/fp/adf8.c @@ -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 */ diff --git a/mach/proto/fp/cff4.c b/mach/proto/fp/cff4.c index 3d94b557..45b92aab 100644 --- a/mach/proto/fp/cff4.c +++ b/mach/proto/fp/cff4.c @@ -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 diff --git a/mach/proto/fp/cff8.c b/mach/proto/fp/cff8.c index d27332b1..e7ca387e 100644 --- a/mach/proto/fp/cff8.c +++ b/mach/proto/fp/cff8.c @@ -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 diff --git a/mach/proto/fp/cfi.c b/mach/proto/fp/cfi.c index c983be8f..a9bc1ef1 100644 --- a/mach/proto/fp/cfi.c +++ b/mach/proto/fp/cfi.c @@ -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 diff --git a/mach/proto/fp/cfu.c b/mach/proto/fp/cfu.c index 9b3ba654..02e91b12 100644 --- a/mach/proto/fp/cfu.c +++ b/mach/proto/fp/cfu.c @@ -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 diff --git a/mach/proto/fp/cif4.c b/mach/proto/fp/cif4.c index f5264cf3..92d6a737 100644 --- a/mach/proto/fp/cif4.c +++ b/mach/proto/fp/cif4.c @@ -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 diff --git a/mach/proto/fp/cif8.c b/mach/proto/fp/cif8.c index 031a6a57..da78ef71 100644 --- a/mach/proto/fp/cif8.c +++ b/mach/proto/fp/cif8.c @@ -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 diff --git a/mach/proto/fp/cmf4.c b/mach/proto/fp/cmf4.c index 134ab0b9..cf6a5d46 100644 --- a/mach/proto/fp/cmf4.c +++ b/mach/proto/fp/cmf4.c @@ -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 */ diff --git a/mach/proto/fp/cmf8.c b/mach/proto/fp/cmf8.c index 37bf9491..d3ced956 100644 --- a/mach/proto/fp/cmf8.c +++ b/mach/proto/fp/cmf8.c @@ -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 */ diff --git a/mach/proto/fp/compact.c b/mach/proto/fp/compact.c index 51703276..d066e136 100644 --- a/mach/proto/fp/compact.c +++ b/mach/proto/fp/compact.c @@ -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 diff --git a/mach/proto/fp/cuf4.c b/mach/proto/fp/cuf4.c index ed219c2b..66dccfd0 100644 --- a/mach/proto/fp/cuf4.c +++ b/mach/proto/fp/cuf4.c @@ -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 diff --git a/mach/proto/fp/cuf8.c b/mach/proto/fp/cuf8.c index 1145fced..d2b9dd05 100644 --- a/mach/proto/fp/cuf8.c +++ b/mach/proto/fp/cuf8.c @@ -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 diff --git a/mach/proto/fp/div_ext.c b/mach/proto/fp/div_ext.c index 658b1611..70807b97 100644 --- a/mach/proto/fp/div_ext.c +++ b/mach/proto/fp/div_ext.c @@ -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 diff --git a/mach/proto/fp/dvf4.c b/mach/proto/fp/dvf4.c index 234dedaa..971ee6c1 100644 --- a/mach/proto/fp/dvf4.c +++ b/mach/proto/fp/dvf4.c @@ -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 */ diff --git a/mach/proto/fp/dvf8.c b/mach/proto/fp/dvf8.c index 02cb011b..9ec59912 100644 --- a/mach/proto/fp/dvf8.c +++ b/mach/proto/fp/dvf8.c @@ -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 */ diff --git a/mach/proto/fp/extend.c b/mach/proto/fp/extend.c index 8d17cae1..c06e87d5 100644 --- a/mach/proto/fp/extend.c +++ b/mach/proto/fp/extend.c @@ -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 diff --git a/mach/proto/fp/fef4.c b/mach/proto/fp/fef4.c index 17906bb0..835c8f2f 100644 --- a/mach/proto/fp/fef4.c +++ b/mach/proto/fp/fef4.c @@ -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 */ diff --git a/mach/proto/fp/fef8.c b/mach/proto/fp/fef8.c index 7bf5ba61..ca00b3fe 100644 --- a/mach/proto/fp/fef8.c +++ b/mach/proto/fp/fef8.c @@ -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 */ diff --git a/mach/proto/fp/fif4.c b/mach/proto/fp/fif4.c index 3cbaa1f2..1a9d120b 100644 --- a/mach/proto/fp/fif4.c +++ b/mach/proto/fp/fif4.c @@ -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 */ diff --git a/mach/proto/fp/fif8.c b/mach/proto/fp/fif8.c index 0b606f98..b0c686b2 100644 --- a/mach/proto/fp/fif8.c +++ b/mach/proto/fp/fif8.c @@ -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 */ diff --git a/mach/proto/fp/fptrp.e b/mach/proto/fp/fptrp.e index 91c762bd..af497824 100644 --- a/mach/proto/fp/fptrp.e +++ b/mach/proto/fp/fptrp.e @@ -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 diff --git a/mach/proto/fp/get_put.h b/mach/proto/fp/get_put.h index 119e0834..48b1b8bf 100644 --- a/mach/proto/fp/get_put.h +++ b/mach/proto/fp/get_put.h @@ -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 #if CHAR_UNSIGNED diff --git a/mach/proto/fp/mlf4.c b/mach/proto/fp/mlf4.c index c5ed05f9..0fab2a42 100644 --- a/mach/proto/fp/mlf4.c +++ b/mach/proto/fp/mlf4.c @@ -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 */ diff --git a/mach/proto/fp/mlf8.c b/mach/proto/fp/mlf8.c index a150a2ff..ed5700e1 100644 --- a/mach/proto/fp/mlf8.c +++ b/mach/proto/fp/mlf8.c @@ -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 */ diff --git a/mach/proto/fp/mul_ext.c b/mach/proto/fp/mul_ext.c index 959d5169..6e033c1b 100644 --- a/mach/proto/fp/mul_ext.c +++ b/mach/proto/fp/mul_ext.c @@ -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 */ diff --git a/mach/proto/fp/ngf4.c b/mach/proto/fp/ngf4.c index 03540f37..7b2351f6 100644 --- a/mach/proto/fp/ngf4.c +++ b/mach/proto/fp/ngf4.c @@ -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 */ diff --git a/mach/proto/fp/ngf8.c b/mach/proto/fp/ngf8.c index 994ee563..178a9b76 100644 --- a/mach/proto/fp/ngf8.c +++ b/mach/proto/fp/ngf8.c @@ -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 */ diff --git a/mach/proto/fp/nrm_ext.c b/mach/proto/fp/nrm_ext.c index 97530718..e868d454 100644 --- a/mach/proto/fp/nrm_ext.c +++ b/mach/proto/fp/nrm_ext.c @@ -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 diff --git a/mach/proto/fp/prt_dbl.c b/mach/proto/fp/prt_dbl.c index 388e1e65..4453e412 100644 --- a/mach/proto/fp/prt_dbl.c +++ b/mach/proto/fp/prt_dbl.c @@ -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) diff --git a/mach/proto/fp/prt_ext.c b/mach/proto/fp/prt_ext.c index 9859365b..243c7270 100644 --- a/mach/proto/fp/prt_ext.c +++ b/mach/proto/fp/prt_ext.c @@ -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 diff --git a/mach/proto/fp/sbf4.c b/mach/proto/fp/sbf4.c index 0a747dcd..64fb4337 100644 --- a/mach/proto/fp/sbf4.c +++ b/mach/proto/fp/sbf4.c @@ -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 */ diff --git a/mach/proto/fp/sbf8.c b/mach/proto/fp/sbf8.c index 1194d66c..e84f75e0 100644 --- a/mach/proto/fp/sbf8.c +++ b/mach/proto/fp/sbf8.c @@ -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 */ diff --git a/mach/proto/fp/sft_ext.c b/mach/proto/fp/sft_ext.c index f74245a2..c9104aa3 100644 --- a/mach/proto/fp/sft_ext.c +++ b/mach/proto/fp/sft_ext.c @@ -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 diff --git a/mach/proto/fp/shifter.c b/mach/proto/fp/shifter.c index 094cfa63..c006358f 100644 --- a/mach/proto/fp/shifter.c +++ b/mach/proto/fp/shifter.c @@ -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) diff --git a/mach/proto/fp/sub_ext.c b/mach/proto/fp/sub_ext.c index a5a069e1..a2d2b718 100644 --- a/mach/proto/fp/sub_ext.c +++ b/mach/proto/fp/sub_ext.c @@ -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 diff --git a/mach/proto/fp/zrf4.c b/mach/proto/fp/zrf4.c index 04946d38..10779bd5 100644 --- a/mach/proto/fp/zrf4.c +++ b/mach/proto/fp/zrf4.c @@ -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 */ diff --git a/mach/proto/fp/zrf8.c b/mach/proto/fp/zrf8.c index 3b1db307..93683068 100644 --- a/mach/proto/fp/zrf8.c +++ b/mach/proto/fp/zrf8.c @@ -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 */ diff --git a/mach/proto/fp/zrf_ext.c b/mach/proto/fp/zrf_ext.c index 529ca0e8..11629404 100644 --- a/mach/proto/fp/zrf_ext.c +++ b/mach/proto/fp/zrf_ext.c @@ -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 */