From: ceriel Date: Tue, 31 Mar 1987 11:06:20 +0000 (+0000) Subject: Added copyright notice X-Git-Tag: release-5-5~4262 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e80b36ded25147482841fcce46bbd42393d0f856;p=ack.git Added copyright notice --- diff --git a/lang/basic/lib/abs.c b/lang/basic/lib/abs.c index 1d6235155..de9513c9c 100644 --- a/lang/basic/lib/abs.c +++ b/lang/basic/lib/abs.c @@ -1,5 +1,10 @@ /* $Header$ */ +/* + * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. + * See the copyright notice in the ACK home directory, in the file "Copyright". + */ + long _abl(i) long i; { return( i>=0?i:-i); diff --git a/lang/occam/lib/builtin.c b/lang/occam/lib/builtin.c index 71c77efb0..e6d8d7783 100644 --- a/lang/occam/lib/builtin.c +++ b/lang/occam/lib/builtin.c @@ -1,3 +1,8 @@ +/* + * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. + * See the copyright notice in the ACK home directory, in the file "Copyright". + */ + /* builtin.c - built in named processes */ #include "ocm_chan.h" #ifndef nil