From e80b36ded25147482841fcce46bbd42393d0f856 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 31 Mar 1987 11:06:20 +0000 Subject: [PATCH] Added copyright notice --- lang/basic/lib/abs.c | 5 +++++ lang/occam/lib/builtin.c | 5 +++++ 2 files changed, 10 insertions(+) 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 -- 2.34.1