diff --git a/lang/cem/ctest/ctill/noarg.c b/lang/cem/ctest/ctill/noarg.c index 7536b4fd..34736634 100644 --- a/lang/cem/ctest/ctill/noarg.c +++ b/lang/cem/ctest/ctill/noarg.c @@ -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() { diff --git a/lang/cem/ctest/ctmargt/margt.c b/lang/cem/ctest/ctmargt/margt.c index 2c26296b..4403d289 100644 --- a/lang/cem/ctest/ctmargt/margt.c +++ b/lang/cem/ctest/ctmargt/margt.c @@ -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 ; { diff --git a/lang/cem/ctest/ctsys/signal.c b/lang/cem/ctest/ctsys/signal.c index 63e387bf..cbec4df7 100644 --- a/lang/cem/ctest/ctsys/signal.c +++ b/lang/cem/ctest/ctsys/signal.c @@ -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 char rcs_id[] = "$Header$" ; diff --git a/lang/cem/ctest/ctsys/tfork.c b/lang/cem/ctest/ctsys/tfork.c index d635cadc..85480cf0 100644 --- a/lang/cem/ctest/ctsys/tfork.c +++ b/lang/cem/ctest/ctsys/tfork.c @@ -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 ; { diff --git a/lang/cem/ctest/local.h b/lang/cem/ctest/local.h index 17c18fe8..e492a42f 100644 --- a/lang/cem/ctest/local.h +++ b/lang/cem/ctest/local.h @@ -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 diff --git a/lang/occam/comp/builtin.c b/lang/occam/comp/builtin.c index be705a82..9f0c547e 100644 --- a/lang/occam/comp/builtin.c +++ b/lang/occam/comp/builtin.c @@ -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" diff --git a/lang/occam/comp/code.c b/lang/occam/comp/code.c index d8a75237..2b42629e 100644 --- a/lang/occam/comp/code.c +++ b/lang/occam/comp/code.c @@ -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" diff --git a/lang/occam/comp/code.h b/lang/occam/comp/code.h index 34f9dd0d..fd14abe9 100644 --- a/lang/occam/comp/code.h +++ b/lang/occam/comp/code.h @@ -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; diff --git a/lang/occam/comp/em.c b/lang/occam/comp/em.c index b05cac01..e16ea95f 100644 --- a/lang/occam/comp/em.c +++ b/lang/occam/comp/em.c @@ -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 diff --git a/lang/occam/comp/em.h b/lang/occam/comp/em.h index 9b86490b..c4e6cef7 100644 --- a/lang/occam/comp/em.h +++ b/lang/occam/comp/em.h @@ -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 diff --git a/lang/occam/comp/expr.c b/lang/occam/comp/expr.c index 621d0876..39bdb2ee 100644 --- a/lang/occam/comp/expr.c +++ b/lang/occam/comp/expr.c @@ -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" diff --git a/lang/occam/comp/expr.h b/lang/occam/comp/expr.h index 3b59035b..ac32e351 100644 --- a/lang/occam/comp/expr.h +++ b/lang/occam/comp/expr.h @@ -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 diff --git a/lang/occam/comp/keytab.c b/lang/occam/comp/keytab.c index 3ebec19e..8fc50ead 100644 --- a/lang/occam/comp/keytab.c +++ b/lang/occam/comp/keytab.c @@ -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 diff --git a/lang/occam/comp/lex.l b/lang/occam/comp/lex.l index dc644b25..4332cca6 100644 --- a/lang/occam/comp/lex.l +++ b/lang/occam/comp/lex.l @@ -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 diff --git a/lang/occam/comp/report.c b/lang/occam/comp/report.c index 4dfe7564..65739c7a 100644 --- a/lang/occam/comp/report.c +++ b/lang/occam/comp/report.c @@ -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 extern int err, yylineno; diff --git a/lang/occam/comp/sizes.h b/lang/occam/comp/sizes.h index a4f211b2..08f8ca19 100644 --- a/lang/occam/comp/sizes.h +++ b/lang/occam/comp/sizes.h @@ -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; diff --git a/lang/occam/comp/symtab.c b/lang/occam/comp/symtab.c index 48e738f9..c9b1accf 100644 --- a/lang/occam/comp/symtab.c +++ b/lang/occam/comp/symtab.c @@ -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" diff --git a/lang/occam/comp/symtab.h b/lang/occam/comp/symtab.h index 48cd7da2..0c7e33af 100644 --- a/lang/occam/comp/symtab.h +++ b/lang/occam/comp/symtab.h @@ -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 diff --git a/lang/occam/comp/token.h b/lang/occam/comp/token.h index b25f2ee4..e8bf60ba 100644 --- a/lang/occam/comp/token.h +++ b/lang/occam/comp/token.h @@ -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 { diff --git a/lang/pc/pem/move.c b/lang/pc/pem/move.c index 2d5f52c7..c42d3758 100644 --- a/lang/pc/pem/move.c +++ b/lang/pc/pem/move.c @@ -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 diff --git a/lang/pc/test/cmod.c b/lang/pc/test/cmod.c index 060634a7..6e5841e4 100644 --- a/lang/pc/test/cmod.c +++ b/lang/pc/test/cmod.c @@ -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 char rcs_id[] = "$Header$" ; diff --git a/mach/6500/as/mach0.c b/mach/6500/as/mach0.c index 5d03fd16..7dc57bb6 100644 --- a/mach/6500/as/mach0.c +++ b/mach/6500/as/mach0.c @@ -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$" /* diff --git a/mach/6500/as/mach1.c b/mach/6500/as/mach1.c index 118df68f..438ef70d 100644 --- a/mach/6500/as/mach1.c +++ b/mach/6500/as/mach1.c @@ -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$" /* diff --git a/mach/6500/as/mach2.c b/mach/6500/as/mach2.c index b1bc5498..35011806 100644 --- a/mach/6500/as/mach2.c +++ b/mach/6500/as/mach2.c @@ -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$" /* diff --git a/mach/6500/as/mach3.c b/mach/6500/as/mach3.c index ce701582..e5d795e3 100644 --- a/mach/6500/as/mach3.c +++ b/mach/6500/as/mach3.c @@ -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$" /* diff --git a/mach/6500/as/mach5.c b/mach/6500/as/mach5.c index 2f45af9e..6b00c7d7 100644 --- a/mach/6500/as/mach5.c +++ b/mach/6500/as/mach5.c @@ -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$" /* diff --git a/mach/6500/cg/mach.c b/mach/6500/cg/mach.c index bc49938e..5ea01e57 100644 --- a/mach/6500/cg/mach.c +++ b/mach/6500/cg/mach.c @@ -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) diff --git a/mach/6500/cg/mach.h b/mach/6500/cg/mach.h index d8068ad6..78383a8e 100644 --- a/mach/6500/cg/mach.h +++ b/mach/6500/cg/mach.h @@ -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) diff --git a/mach/6800/as/mach0.c b/mach/6800/as/mach0.c index 0861d806..55c12a16 100644 --- a/mach/6800/as/mach0.c +++ b/mach/6800/as/mach0.c @@ -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$" /* diff --git a/mach/6800/as/mach1.c b/mach/6800/as/mach1.c index 74a0ac73..30d54f8e 100644 --- a/mach/6800/as/mach1.c +++ b/mach/6800/as/mach1.c @@ -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$" /* diff --git a/mach/6800/as/mach2.c b/mach/6800/as/mach2.c index 50035ae8..2a373f38 100644 --- a/mach/6800/as/mach2.c +++ b/mach/6800/as/mach2.c @@ -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$" /* diff --git a/mach/6800/as/mach3.c b/mach/6800/as/mach3.c index 6ceff1e5..cc542856 100644 --- a/mach/6800/as/mach3.c +++ b/mach/6800/as/mach3.c @@ -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$" /* diff --git a/mach/6800/as/mach5.c b/mach/6800/as/mach5.c index b582dc7f..592f33dc 100644 --- a/mach/6800/as/mach5.c +++ b/mach/6800/as/mach5.c @@ -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$" /* diff --git a/mach/6805/as/mach0.c b/mach/6805/as/mach0.c index 1d3ae708..ccdc6ce6 100644 --- a/mach/6805/as/mach0.c +++ b/mach/6805/as/mach0.c @@ -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$" /* diff --git a/mach/6805/as/mach1.c b/mach/6805/as/mach1.c index 83620183..d41e014f 100644 --- a/mach/6805/as/mach1.c +++ b/mach/6805/as/mach1.c @@ -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$" /* diff --git a/mach/6805/as/mach2.c b/mach/6805/as/mach2.c index 6948f5c6..06b7667a 100644 --- a/mach/6805/as/mach2.c +++ b/mach/6805/as/mach2.c @@ -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$" /* diff --git a/mach/6805/as/mach3.c b/mach/6805/as/mach3.c index 58e4d1ce..538d0c1b 100644 --- a/mach/6805/as/mach3.c +++ b/mach/6805/as/mach3.c @@ -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$" /* diff --git a/mach/6805/as/mach5.c b/mach/6805/as/mach5.c index 33c41278..bf318599 100644 --- a/mach/6805/as/mach5.c +++ b/mach/6805/as/mach5.c @@ -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$" /* diff --git a/mach/6809/as/mach0.c b/mach/6809/as/mach0.c index 2a1a0256..629eadf0 100644 --- a/mach/6809/as/mach0.c +++ b/mach/6809/as/mach0.c @@ -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$" /* diff --git a/mach/6809/as/mach1.c b/mach/6809/as/mach1.c index 3909c5d3..bb770bf8 100644 --- a/mach/6809/as/mach1.c +++ b/mach/6809/as/mach1.c @@ -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$" /* diff --git a/mach/6809/as/mach2.c b/mach/6809/as/mach2.c index 3d88c040..37c7dbbd 100644 --- a/mach/6809/as/mach2.c +++ b/mach/6809/as/mach2.c @@ -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$" /* diff --git a/mach/6809/as/mach3.c b/mach/6809/as/mach3.c index a2795e59..ddec5deb 100644 --- a/mach/6809/as/mach3.c +++ b/mach/6809/as/mach3.c @@ -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$" /* diff --git a/mach/6809/as/mach5.c b/mach/6809/as/mach5.c index ad2f7a4f..575edf82 100644 --- a/mach/6809/as/mach5.c +++ b/mach/6809/as/mach5.c @@ -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$" /* diff --git a/mach/i80/as/mach0.c b/mach/i80/as/mach0.c index a05659d3..c9b524fc 100644 --- a/mach/i80/as/mach0.c +++ b/mach/i80/as/mach0.c @@ -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$" /* diff --git a/mach/i80/as/mach1.c b/mach/i80/as/mach1.c index 888e567e..12d25ac6 100644 --- a/mach/i80/as/mach1.c +++ b/mach/i80/as/mach1.c @@ -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$" /* diff --git a/mach/i80/as/mach2.c b/mach/i80/as/mach2.c index 4ca1fd2d..4ddd2517 100644 --- a/mach/i80/as/mach2.c +++ b/mach/i80/as/mach2.c @@ -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$" /* diff --git a/mach/i80/as/mach3.c b/mach/i80/as/mach3.c index 05b2867f..8621dfaf 100644 --- a/mach/i80/as/mach3.c +++ b/mach/i80/as/mach3.c @@ -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$" /*