Explorar el Código

Added copyright notice

ceriel hace 37 años
padre
commit
90c3d3eb5d
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  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