Added copyright notice

This commit is contained in:
ceriel
1987-03-09 19:15:41 +00:00
parent ea712c813a
commit f5371e1096
373 changed files with 1492 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define SYSTEM(sys) pea sys; trap #0; bcs 1f; rts; 1: jmp cerror
#define SYS_exit 1
#define SYS_fork 2