Added copyright notice
authorceriel <none@none>
Mon, 9 Mar 1987 16:02:32 +0000 (16:02 +0000)
committerceriel <none@none>
Mon, 9 Mar 1987 16:02:32 +0000 (16:02 +0000)
47 files changed:
lang/cem/ctest/ctill/noarg.c
lang/cem/ctest/ctmargt/margt.c
lang/cem/ctest/ctsys/signal.c
lang/cem/ctest/ctsys/tfork.c
lang/cem/ctest/local.h
lang/occam/comp/builtin.c
lang/occam/comp/code.c
lang/occam/comp/code.h
lang/occam/comp/em.c
lang/occam/comp/em.h
lang/occam/comp/expr.c
lang/occam/comp/expr.h
lang/occam/comp/keytab.c
lang/occam/comp/lex.l
lang/occam/comp/report.c
lang/occam/comp/sizes.h
lang/occam/comp/symtab.c
lang/occam/comp/symtab.h
lang/occam/comp/token.h
lang/pc/pem/move.c
lang/pc/test/cmod.c
mach/6500/as/mach0.c
mach/6500/as/mach1.c
mach/6500/as/mach2.c
mach/6500/as/mach3.c
mach/6500/as/mach5.c
mach/6500/cg/mach.c
mach/6500/cg/mach.h
mach/6800/as/mach0.c
mach/6800/as/mach1.c
mach/6800/as/mach2.c
mach/6800/as/mach3.c
mach/6800/as/mach5.c
mach/6805/as/mach0.c
mach/6805/as/mach1.c
mach/6805/as/mach2.c
mach/6805/as/mach3.c
mach/6805/as/mach5.c
mach/6809/as/mach0.c
mach/6809/as/mach1.c
mach/6809/as/mach2.c
mach/6809/as/mach3.c
mach/6809/as/mach5.c
mach/i80/as/mach0.c
mach/i80/as/mach1.c
mach/i80/as/mach2.c
mach/i80/as/mach3.c

index 7536b4f..3473663 100644 (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".
+ */
 char rcs_id[] = "$Header$" ;
 
 main() {
index 2c26296..4403d28 100644 (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".
+ */
 char rcs_id[] = "$Header$" ;
 
 main(argc,argv,envp) char **argv,**envp ; {
index 63e387b..cbec4df 100644 (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".
+ */
 #include <signal.h>
 
 char rcs_id[] = "$Header$" ;
index d635cad..85480cf 100644 (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".
+ */
 char rcs_id[] = "$Header$" ;
 
 main(argc,argv) char **argv ; {
index 17c18fe..e492a42 100644 (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 MAXINT 32767
 # define MININT -32768
 # define MAXLONG 2147483647
index be705a8..9f0c547 100644 (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".
+ */
 #include "symtab.h"
 #include "expr.h"
 #include "sizes.h"
index d8a7523..2b42629 100644 (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".
+ */
 #include "em.h"
 #include "expr.h"
 #include "symtab.h"
index 34f9dd0..fd14abe 100644 (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".
+ */
 struct replicator {    /* Info transferred from rep_init to rep_test */
        int counter;
        int BEGIN;
index b05cac0..e16ea95 100644 (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".
+ */
 #include "sizes.h"
 #include "Lpars.h"
 #include <em.h>
index 9b86490..c4e6cef 100644 (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".
+ */
 #ifndef nil
 #define nil 0
 #endif
index 621d087..39bdb2e 100644 (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".
+ */
 #include "symtab.h"
 #include "sizes.h"
 #include "expr.h"
index 3b59035..ac32e35 100644 (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 E_NODE 0
 #define E_VAR  1       /* Variable *or* channel */
 #define E_CONST        2
index 3ebec19..8fc50ea 100644 (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".
+ */
 /*             keytab.c                */
 # include "Lpars.h"
 # include <ctype.h>
index dc644b2..4332cca 100644 (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".
+ */
 %{
 /*     lex.l           */
 # include <ctype.h>
index 4dfe756..65739c7 100644 (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".
+ */
 #include <system.h>
 
 extern int err, yylineno;
index a4f211b..08f8ca1 100644 (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".
+ */
 /* Variable size, wordsize, pointer size.  Offsets for local variables. */
 
 extern int wz, pz, vz;
index 48e738f..c9b1acc 100644 (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".
+ */
 #include "symtab.h"
 #include "expr.h"
 #include "sizes.h"
index 48cd7da..0c7e33a 100644 (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".
+ */
 #ifndef nil
 #define nil 0
 #endif
index b25f2ee..e8bf60b 100644 (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".
+ */
 /*     token.h         */
 
 extern struct token {
index 2d5f52c..c42d375 100644 (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".
+ */
 /* A program to move the file pem??.m to pem.m */
 /* Called when "apc pem.p" fails. It is assumed that the binary
    file is incorrect in that case and has to be created from the compact
index 060634a..6e5841e 100644 (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".
+ */
 #include <stdio.h>
 char rcs_id[] = "$Header$" ;
 
index 5d03fd1..7dc57bb 100644 (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 RCSID0 "$Header$"
 
 /*
index 118df68..438ef70 100644 (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 RCSID1 "$Header$"
 
 /*
index b1bc549..3501180 100644 (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 RCSID2 "$Header$"
 
 /*
index ce70158..e5d795e 100644 (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 RCSID3 "$Header$"
 
 /*
index 2f45af9..6b00c7d 100644 (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 RCSID5 "$Header$"
 
 /*
index bc49938..5ea01e5 100644 (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".
+ */
 con_part(sz,w) register sz; word w; {
 
        while (part_size % sz)
index d8068ad..78383a8 100644 (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".
+ */
 /* $Header$ */
 
 #define ex_ap(y)        fprintf(codefile,".extern %s\n",y)
index 0861d80..55c12a1 100644 (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 RCSID0 "$Header$"
 
 /*
index 74a0ac7..30d54f8 100644 (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 RCSID1 "$Header$"
 
 /*
index 50035ae..2a373f3 100644 (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 RCSID2 "$Header$"
 
 /*
index 6ceff1e..cc54285 100644 (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 RCSID3 "$Header$"
 
 /*
index b582dc7..592f33d 100644 (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 RCSID5 "$Header$"
 
 /*
index 1d3ae70..ccdc6ce 100644 (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 RCSID0 "$Header$"
 
 /*
index 8362018..d41e014 100644 (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 RCSID1 "$Header$"
 
 /*
index 6948f5c..06b7667 100644 (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 RCSID2 "$Header$"
 
 /*
index 58e4d1c..538d0c1 100644 (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 RCSID3 "$Header$"
 
 /*
index 33c4127..bf31859 100644 (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 RCSID5 "$Header$"
 
 /*
index 2a1a025..629eadf 100644 (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 RCSID0 "$Header$"
 
 /*
index 3909c5d..bb770bf 100644 (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 RCSID1 "$Header$"
 
 /*
index 3d88c04..37c7dbb 100644 (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 RCSID2 "$Header$"
 
 /*
index a2795e5..ddec5de 100644 (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 RCSID3 "$Header$"
 
 /*
index ad2f7a4..575edf8 100644 (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 RCSID5 "$Header$"
 
 /*
index a05659d..c9b524f 100644 (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 RCSID0 "$Header$"
 
 /*
index 888e567..12d25ac 100644 (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 RCSID1 "$Header$"
 
 /*
index 4ca1fd2..4ddd251 100644 (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 RCSID2 "$Header$"
 
 /*
index 05b2867..8621dfa 100644 (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 RCSID3 "$Header$"
 
 /*