Added copyright notice

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

View file

@ -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);

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 */
#include "ocm_chan.h"
#ifndef nil