From: ceriel Date: Mon, 9 Mar 1987 16:02:32 +0000 (+0000) Subject: Added copyright notice X-Git-Tag: release-5-5~4469 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7880748ecd15171c339f3dd16c81e426a21c6ae5;p=ack.git Added copyright notice --- diff --git a/lang/cem/ctest/ctill/noarg.c b/lang/cem/ctest/ctill/noarg.c index 7536b4fd5..347366347 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 2c26296bc..4403d2897 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 63e387bfc..cbec4df73 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 d635cadce..85480cf0c 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 17c18fe81..e492a42f9 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 be705a829..9f0c547e3 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 d8a752379..2b42629e3 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 34f9dd0d9..fd14abe9c 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 b05cac016..e16ea95fd 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 9b86490b5..c4e6cef71 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 621d08763..39bdb2eef 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 3b59035b8..ac32e3516 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 3ebec19e6..8fc50ead6 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 dc644b257..4332cca66 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 4dfe75647..65739c7a9 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 a4f211b2e..08f8ca19c 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 48e738f9f..c9b1accff 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 48cd7da29..0c7e33af0 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 b25f2ee4a..e8bf60baf 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 2d5f52c7d..c42d37583 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 060634a79..6e5841e4d 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 5d03fd166..7dc57bb67 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 118df68f7..438ef70d7 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 b1bc54986..35011806d 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 ce701582b..e5d795e3a 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 2f45af9e0..6b00c7d76 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 bc49938e2..5ea01e57a 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 d8068ad60..78383a8e4 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 0861d8069..55c12a163 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 74a0ac737..30d54f8e2 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 50035ae8f..2a373f38d 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 6ceff1e58..cc542856c 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 b582dc7f6..592f33dc7 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 1d3ae708b..ccdc6ce6f 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 836201835..d41e014f3 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 6948f5c6c..06b7667a4 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 58e4d1ce0..538d0c1bb 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 33c41278e..bf3185999 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 2a1a0256a..629eadf03 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 3909c5d34..bb770bf83 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 3d88c040f..37c7dbbd3 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 a2795e59f..ddec5deba 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 ad2f7a4f2..575edf82e 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 a05659d3f..c9b524fca 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 888e567e9..12d25ac6e 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 4ca1fd2d9..4ddd25175 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 05b2867f8..8621dfaf2 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$" /*