From: ceriel Date: Thu, 7 Apr 1988 11:40:46 +0000 (+0000) Subject: Added copyright notices X-Git-Tag: release-5-5~3496 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8ee35427878417c231fb817fce6d6e13e0119b3a;p=ack.git Added copyright notices --- diff --git a/mach/proto/fp/FP_bias.h b/mach/proto/fp/FP_bias.h index 4c1a34a6a..65045cdab 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 1d78c406a..f713b881e 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 cd77b7968..045897bc3 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 e02534435..ea47ff53f 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 7b1fdb9c7..2ffa862be 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 aa7b5f65e..773be2d7b 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 d09de1e90..63823af27 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 c22779027..8e2778403 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 0a5b094c4..b5fddef27 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 3d94b5579..45b92aabc 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 d27332b16..e7ca387e7 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 c983be8fe..a9bc1ef19 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 9b3ba6546..02e91b129 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 f5264cf30..92d6a737f 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 031a6a573..da78ef719 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 134ab0b93..cf6a5d468 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 37bf94913..d3ced9565 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 517032760..d066e136b 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 ed219c2b8..66dccfd04 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 1145fcedd..d2b9dd05b 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 658b16113..70807b971 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 234dedaa1..971ee6c13 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 02cb011b3..9ec59912b 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 8d17cae1a..c06e87d5a 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 17906bb09..835c8f2fc 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 7bf5ba615..ca00b3fe5 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 3cbaa1f2e..1a9d120b7 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 0b606f982..b0c686b22 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 91c762bda..af4978240 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 119e08345..48b1b8bf2 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 c5ed05f97..0fab2a424 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 a150a2ff0..ed5700e14 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 959d51695..6e033c1b8 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 03540f374..7b2351f64 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 994ee5634..178a9b763 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 97530718d..e868d4547 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 388e1e65a..4453e412c 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 9859365b6..243c72704 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 0a747dcdc..64fb4337c 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 1194d66c4..e84f75e0e 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 f74245a2b..c9104aa33 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 094cfa631..c006358f3 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 a5a069e19..a2d2b718a 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 04946d388..10779bd50 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 3b1db3074..93683068c 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 529ca0e80..116294042 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 */