Added copyright notice

This commit is contained in:
ceriel 1987-03-31 11:06:20 +00:00
parent 23b11bb0ba
commit 90c3d3eb5d
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
/* $Header$ */ /* $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; long _abl(i) long i;
{ {
return( i>=0?i:-i); return( i>=0?i:-i);

View File

@ -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 */ /* builtin.c - built in named processes */
#include "ocm_chan.h" #include "ocm_chan.h"
#ifndef nil #ifndef nil