Added copyright notice
authorceriel <none@none>
Tue, 31 Mar 1987 11:06:20 +0000 (11:06 +0000)
committerceriel <none@none>
Tue, 31 Mar 1987 11:06:20 +0000 (11:06 +0000)
lang/basic/lib/abs.c
lang/occam/lib/builtin.c

index 1d62351..de9513c 100644 (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);
index 71c77ef..e6d8d77 100644 (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