Added copyright notice
authorceriel <none@none>
Mon, 9 Mar 1987 21:20:21 +0000 (21:20 +0000)
committerceriel <none@none>
Mon, 9 Mar 1987 21:20:21 +0000 (21:20 +0000)
38 files changed:
first/em_path.h.src
first/local.h.src
h/arch.h
h/as_spec.h
h/bc_io.h
h/bc_string.h
h/cg_pattern.h
h/cgg_cg.h
h/em_abs.h
h/em_ego.h
h/em_flag.h
h/em_mes.h
h/em_ptyp.h
h/em_reg.h
h/ocm_chan.h
h/ocm_parco.h
h/ocm_proc.h
h/out.h
h/pc_err.h
h/pc_file.h
h/pc_size.h
h/ranlib.h
include/_tail_cc/assert.h
include/_tail_cc/ctype.h
include/_tail_cc/setjmp.h
include/_tail_cc/stdio.h
include/_tail_cc/sys/dir.h
include/_tail_cc/sys/stat.h
include/_tail_cc/sys/types.h
include/_tail_mon/errno.h
include/_tail_mon/signal.h
include/_tail_mon/sys/timeb.h
include/_tail_mon/sys/types.h
modules/src/alloc/alloc.h
modules/src/alloc/in_all.h
modules/src/assert/assert.h
modules/src/em_code/e/em_private.h
modules/src/em_code/k/em_private.h

index d1a3bab..029b13b 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".
+ */
 /* Intended as a common directory for ALL temporary files */
 #define TMP_DIR                "/usr/tmp"
 
index 066c468..0c5ce9b 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".
+ */
 /* collection of options, selected by including or excluding 'defines' */
 
 /* Version number of the EM object code */
index 816509f..41342d0 100644 (file)
--- 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
 
index b309ffa..b6cc75a 100644 (file)
@@ -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))
index fe0df88..933a748 100644 (file)
--- 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 <stdio.h>
 
 /* $Header$ */
index 527b6fb..7dc31c5 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$ */
index fc42c2f..357da8f 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".
+ */
 /* offsets of interesting fields in EM-pattern */
 
 #define PO_HASH         0
index e10a7ca..c0e7d75 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$ */
 
 /* offsets of interesting fields in EM-pattern */
index 2daf548..05f90b2 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 LINO_AD         0
 #define FILN_AD         4
 
index 61457e2..fb8fb03 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".
+ */
 /*
  * The various different hints as given after a mes ms_ego
  *
index 0425b18..55c5d0f 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".
+ */
 /* flags */
 #define        EM_PAR  0017    /* parameter type */
 #define        EM_FLO  0060    /* flow information */
index 8eec56b..320dd28 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".
+ */
 /*
  * mnemonics for the message numbers in EM
  */
index ad6d500..365eafd 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        ptyp(x)         (1<<(x-sp_fspec))
 
 #define        cst_ptyp        (ptyp(sp_cst2)|ptyp(sp_cst4))
index 760d7cf..711cec5 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".
+ */
 /*
  * mes ms_reg,offset,size,type,priority
  *
index ff66f85..fddfeec 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".
+ */
 /*     ocm_chan.h - channel definitions */
 #include <stdio.h>
 #include "ocm_parco.h"
index 1588d43..d31dbcb 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".
+ */
 /*     parco.h - Define names for simulation routines
  *
  *      This file is to be included by users of the higher-level routines
index 3f716e8..d3c5ec9 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".
+ */
 /*     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 190b132..8dc0d06 100644 (file)
--- 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
index 9e5e899..9995c24 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        EARGC   64
 #define        EEXP    65
 #define        ELOG    66
index f49a185..63e3ad2 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        WRBIT   0100000
 #define        TXTBIT  040000
 #define        EOFBIT  020000
index 5ae6a09..493fb35 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".
+ */
 
 /*fundamental */
 #define        sz_byte 1
index cf76a86..56eba14 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$ */
 
 #ifndef SYMDEF
index 5cd6c43..8b5e1c3 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$ */
 /*      A S S E R T I O N    M A C R O   D E F I N I T I O N           */
 
index b9e8410..fdffb70 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".
+ */
 /*  File   : ctypes.h
     Author : Richard A. O'Keefe.
     Updated: 26 April 1984
index 61f93b5..cd6c6ec 100644 (file)
@@ -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];
index 23bf6ac..f9a3ef7 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 BUFSIZ  1024
 #define _NFILES  20
 #define NULL       0
index ef327d4..2730986 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".
+ */
 #ifdef BSD4_2
 #define MAXNAMLEN 255
 #else
index 86fd17c..20b4c8c 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 stat {
        dev_t   st_dev;
        ino_t   st_ino;
index a9e8a63..9f04091 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".
+ */
 /*
  * Basic system types and major/minor device constructing/busting macros.
  */
index 03fc745..de61f52 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".
+ */
 /*
  * Error codes
  */
index 86b47d5..426d4e7 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 NSIG 17
 
 #define        SIGHUP  1       /* hangup */
index 6631124..7605d7a 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 timeb {
        time_t  time;
        u_short millitm;
index a9e8a63..9f04091 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".
+ */
 /*
  * Basic system types and major/minor device constructing/busting macros.
  */
index f872971..3bf2a0f 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".
+ */
 /*     PROGRAM'S INTERFACE TO MEMORY ALLOCATION ROUTINES               */
 
 /*     This file serves as the interface between the program and the
index 8850f61..cf7e5e0 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".
+ */
 #ifdef DEBUG
 #define PRIVATE
 #else
index ca82581..424953a 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$ */
 /*      A S S E R T I O N    M A C R O   D E F I N I T I O N           */
 
index 0a6a2b4..66f01cc 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".
+ */
 /* private inclusion file */
 
 #include <em_arith.h>
index 61f85a1..f073fe6 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".
+ */
 /* private inclusion file */
 
 #include <em_arith.h>