diff --git a/first/em_path.h.src b/first/em_path.h.src index d1a3bab6..029b13bc 100644 --- a/first/em_path.h.src +++ b/first/em_path.h.src @@ -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". + */ /* Intended as a common directory for ALL temporary files */ #define TMP_DIR "/usr/tmp" diff --git a/first/local.h.src b/first/local.h.src index 066c4688..0c5ce9bd 100644 --- a/first/local.h.src +++ b/first/local.h.src @@ -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". + */ /* collection of options, selected by including or excluding 'defines' */ /* Version number of the EM object code */ diff --git a/h/arch.h b/h/arch.h index 816509fa..41342d0c 100644 --- a/h/arch.h +++ b/h/arch.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 ARMAG 0177545 #define AALMAG 0177454 diff --git a/h/as_spec.h b/h/as_spec.h index b309ffa0..b6cc75a6 100644 --- a/h/as_spec.h +++ b/h/as_spec.h @@ -1 +1,5 @@ +/* + * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. + * See the copyright notice in the ACK home directory, in the file "Copyright". + */ #define as_magic (sp_magic|(14<<8)) diff --git a/h/bc_io.h b/h/bc_io.h index fe0df882..933a7487 100644 --- a/h/bc_io.h +++ b/h/bc_io.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". + */ #include /* $Header$ */ diff --git a/h/bc_string.h b/h/bc_string.h index 527b6fb1..7dc31c54 100644 --- a/h/bc_string.h +++ b/h/bc_string.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$ */ diff --git a/h/cg_pattern.h b/h/cg_pattern.h index fc42c2f8..357da8f8 100644 --- a/h/cg_pattern.h +++ b/h/cg_pattern.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". + */ /* offsets of interesting fields in EM-pattern */ #define PO_HASH 0 diff --git a/h/cgg_cg.h b/h/cgg_cg.h index e10a7cae..c0e7d751 100644 --- a/h/cgg_cg.h +++ b/h/cgg_cg.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$ */ /* offsets of interesting fields in EM-pattern */ diff --git a/h/em_abs.h b/h/em_abs.h index 2daf5480..05f90b2b 100644 --- a/h/em_abs.h +++ b/h/em_abs.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 LINO_AD 0 #define FILN_AD 4 diff --git a/h/em_ego.h b/h/em_ego.h index 61457e26..fb8fb03a 100644 --- a/h/em_ego.h +++ b/h/em_ego.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". + */ /* * The various different hints as given after a mes ms_ego * diff --git a/h/em_flag.h b/h/em_flag.h index 0425b18e..55c5d0f7 100644 --- a/h/em_flag.h +++ b/h/em_flag.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". + */ /* flags */ #define EM_PAR 0017 /* parameter type */ #define EM_FLO 0060 /* flow information */ diff --git a/h/em_mes.h b/h/em_mes.h index 8eec56b7..320dd28c 100644 --- a/h/em_mes.h +++ b/h/em_mes.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". + */ /* * mnemonics for the message numbers in EM */ diff --git a/h/em_ptyp.h b/h/em_ptyp.h index ad6d500c..365eafda 100644 --- a/h/em_ptyp.h +++ b/h/em_ptyp.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 ptyp(x) (1<<(x-sp_fspec)) #define cst_ptyp (ptyp(sp_cst2)|ptyp(sp_cst4)) diff --git a/h/em_reg.h b/h/em_reg.h index 760d7cfd..711cec5d 100644 --- a/h/em_reg.h +++ b/h/em_reg.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". + */ /* * mes ms_reg,offset,size,type,priority * diff --git a/h/ocm_chan.h b/h/ocm_chan.h index ff66f859..fddfeec6 100644 --- a/h/ocm_chan.h +++ b/h/ocm_chan.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". + */ /* ocm_chan.h - channel definitions */ #include #include "ocm_parco.h" diff --git a/h/ocm_parco.h b/h/ocm_parco.h index 1588d43c..d31dbcbe 100644 --- a/h/ocm_parco.h +++ b/h/ocm_parco.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". + */ /* parco.h - Define names for simulation routines * * This file is to be included by users of the higher-level routines diff --git a/h/ocm_proc.h b/h/ocm_proc.h index 3f716e81..d3c5ec9c 100644 --- a/h/ocm_proc.h +++ b/h/ocm_proc.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". + */ /* process.h - Define administration types and functions * * This file is to be included by implementors of the higher diff --git a/h/out.h b/h/out.h index 190b1321..8dc0d06e 100644 --- a/h/out.h +++ b/h/out.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$ */ /* * output format for ACK assemblers diff --git a/h/pc_err.h b/h/pc_err.h index 9e5e8992..9995c245 100644 --- a/h/pc_err.h +++ b/h/pc_err.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 EARGC 64 #define EEXP 65 #define ELOG 66 diff --git a/h/pc_file.h b/h/pc_file.h index f49a1853..63e3ad2a 100644 --- a/h/pc_file.h +++ b/h/pc_file.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 WRBIT 0100000 #define TXTBIT 040000 #define EOFBIT 020000 diff --git a/h/pc_size.h b/h/pc_size.h index 5ae6a090..493fb358 100644 --- a/h/pc_size.h +++ b/h/pc_size.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". + */ /*fundamental */ #define sz_byte 1 diff --git a/h/ranlib.h b/h/ranlib.h index cf76a86e..56eba14c 100644 --- a/h/ranlib.h +++ b/h/ranlib.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$ */ #ifndef SYMDEF diff --git a/include/_tail_cc/assert.h b/include/_tail_cc/assert.h index 5cd6c435..8b5e1c3e 100644 --- a/include/_tail_cc/assert.h +++ b/include/_tail_cc/assert.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$ */ /* A S S E R T I O N M A C R O D E F I N I T I O N */ diff --git a/include/_tail_cc/ctype.h b/include/_tail_cc/ctype.h index b9e84109..fdffb70b 100644 --- a/include/_tail_cc/ctype.h +++ b/include/_tail_cc/ctype.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". + */ /* File : ctypes.h Author : Richard A. O'Keefe. Updated: 26 April 1984 diff --git a/include/_tail_cc/setjmp.h b/include/_tail_cc/setjmp.h index 61f93b57..cd6c6ec1 100644 --- a/include/_tail_cc/setjmp.h +++ b/include/_tail_cc/setjmp.h @@ -1 +1,5 @@ +/* + * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. + * See the copyright notice in the ACK home directory, in the file "Copyright". + */ typedef char jmp_buf[256]; diff --git a/include/_tail_cc/stdio.h b/include/_tail_cc/stdio.h index 23bf6acc..f9a3ef71 100644 --- a/include/_tail_cc/stdio.h +++ b/include/_tail_cc/stdio.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 BUFSIZ 1024 #define _NFILES 20 #define NULL 0 diff --git a/include/_tail_cc/sys/dir.h b/include/_tail_cc/sys/dir.h index ef327d41..27309866 100644 --- a/include/_tail_cc/sys/dir.h +++ b/include/_tail_cc/sys/dir.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". + */ #ifdef BSD4_2 #define MAXNAMLEN 255 #else diff --git a/include/_tail_cc/sys/stat.h b/include/_tail_cc/sys/stat.h index 86fd17c2..20b4c8cd 100644 --- a/include/_tail_cc/sys/stat.h +++ b/include/_tail_cc/sys/stat.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 stat { dev_t st_dev; ino_t st_ino; diff --git a/include/_tail_cc/sys/types.h b/include/_tail_cc/sys/types.h index a9e8a639..9f040919 100644 --- a/include/_tail_cc/sys/types.h +++ b/include/_tail_cc/sys/types.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". + */ /* * Basic system types and major/minor device constructing/busting macros. */ diff --git a/include/_tail_mon/errno.h b/include/_tail_mon/errno.h index 03fc7459..de61f527 100644 --- a/include/_tail_mon/errno.h +++ b/include/_tail_mon/errno.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". + */ /* * Error codes */ diff --git a/include/_tail_mon/signal.h b/include/_tail_mon/signal.h index 86b47d55..426d4e7c 100644 --- a/include/_tail_mon/signal.h +++ b/include/_tail_mon/signal.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 NSIG 17 #define SIGHUP 1 /* hangup */ diff --git a/include/_tail_mon/sys/timeb.h b/include/_tail_mon/sys/timeb.h index 66311242..7605d7aa 100644 --- a/include/_tail_mon/sys/timeb.h +++ b/include/_tail_mon/sys/timeb.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 timeb { time_t time; u_short millitm; diff --git a/include/_tail_mon/sys/types.h b/include/_tail_mon/sys/types.h index a9e8a639..9f040919 100644 --- a/include/_tail_mon/sys/types.h +++ b/include/_tail_mon/sys/types.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". + */ /* * Basic system types and major/minor device constructing/busting macros. */ diff --git a/modules/src/alloc/alloc.h b/modules/src/alloc/alloc.h index f872971a..3bf2a0f6 100644 --- a/modules/src/alloc/alloc.h +++ b/modules/src/alloc/alloc.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". + */ /* PROGRAM'S INTERFACE TO MEMORY ALLOCATION ROUTINES */ /* This file serves as the interface between the program and the diff --git a/modules/src/alloc/in_all.h b/modules/src/alloc/in_all.h index 8850f61a..cf7e5e03 100644 --- a/modules/src/alloc/in_all.h +++ b/modules/src/alloc/in_all.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". + */ #ifdef DEBUG #define PRIVATE #else diff --git a/modules/src/assert/assert.h b/modules/src/assert/assert.h index ca825817..424953a4 100644 --- a/modules/src/assert/assert.h +++ b/modules/src/assert/assert.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$ */ /* A S S E R T I O N M A C R O D E F I N I T I O N */ diff --git a/modules/src/em_code/e/em_private.h b/modules/src/em_code/e/em_private.h index 0a6a2b42..66f01ccf 100644 --- a/modules/src/em_code/e/em_private.h +++ b/modules/src/em_code/e/em_private.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". + */ /* private inclusion file */ #include diff --git a/modules/src/em_code/k/em_private.h b/modules/src/em_code/k/em_private.h index 61f85a1d..f073fe65 100644 --- a/modules/src/em_code/k/em_private.h +++ b/modules/src/em_code/k/em_private.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". + */ /* private inclusion file */ #include