Added copyright notice
This commit is contained in:
parent
b46981f4ce
commit
e80b36ded2
2 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue