瀏覽代碼

Added copyright notice

ceriel 37 年之前
父節點
當前提交
e80b36ded2
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5 0
      lang/basic/lib/abs.c
  2. 5 0
      lang/occam/lib/builtin.c

+ 5 - 0
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);

+ 5 - 0
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