Added copyright notice
authorceriel <none@none>
Mon, 9 Mar 1987 15:15:03 +0000 (15:15 +0000)
committerceriel <none@none>
Mon, 9 Mar 1987 15:15:03 +0000 (15:15 +0000)
118 files changed:
lang/basic/src.old/bem.c
lang/basic/src.old/bem.h
lang/basic/src.old/compile.c
lang/basic/src.old/eval.c
lang/basic/src.old/func.c
lang/basic/src.old/gencode.c
lang/basic/src.old/graph.c
lang/basic/src.old/graph.h
lang/basic/src.old/initialize.c
lang/basic/src.old/parsepar.c
lang/basic/src.old/split.c
lang/basic/src.old/symbols.c
lang/basic/src.old/symbols.h
lang/basic/src.old/util.c
lang/basic/src.old/yywrap.c
modules/h/em.h
modules/h/em_arith.h
modules/h/em_code.h
modules/h/em_label.h
modules/src/alloc/Malloc.c
modules/src/alloc/No_Mem.c
modules/src/alloc/botch.c
modules/src/alloc/clear.c
modules/src/alloc/st_alloc.c
modules/src/alloc/std_alloc.c
modules/src/assert/BadAssert.c
modules/src/em_code/e/C_failed.c
modules/src/em_code/e/em.c
modules/src/em_code/k/C_failed.c
modules/src/em_code/k/em.c
modules/src/em_mes/C_ms_com.c
modules/src/em_mes/C_ms_ego.c
modules/src/em_mes/C_ms_emx.c
modules/src/em_mes/C_ms_err.c
modules/src/em_mes/C_ms_flt.c
modules/src/em_mes/C_ms_gto.c
modules/src/em_mes/C_ms_opt.c
modules/src/em_mes/C_ms_par.c
modules/src/em_mes/C_ms_reg.c
modules/src/em_mes/C_ms_src.c
modules/src/input/AtEoIF.c
modules/src/input/AtEoIT.c
modules/src/malloc/check.c
modules/src/malloc/check.h
modules/src/malloc/getsize.c
modules/src/malloc/global.c
modules/src/malloc/impl.h
modules/src/malloc/log.c
modules/src/malloc/log.h
modules/src/malloc/mal.c
modules/src/malloc/param.h
modules/src/malloc/phys.c
modules/src/malloc/phys.h
modules/src/object/byte_order.c
modules/src/object/object.h
modules/src/object/rd.c
modules/src/object/rd_arhdr.c
modules/src/object/rd_bytes.c
modules/src/object/rd_int2.c
modules/src/object/rd_long.c
modules/src/object/rd_ranlib.c
modules/src/object/rd_unsig2.c
modules/src/object/wr.c
modules/src/object/wr_arhdr.c
modules/src/object/wr_bytes.c
modules/src/object/wr_int2.c
modules/src/object/wr_long.c
modules/src/object/wr_putc.c
modules/src/object/wr_ranlib.c
modules/src/print/doprnt.c
modules/src/print/format.c
modules/src/print/fprint.c
modules/src/print/param.h
modules/src/print/print.c
modules/src/print/print.h
modules/src/print/sprint.c
modules/src/read_em/EM_vars.c
modules/src/read_em/em_comp.h
modules/src/read_em/mkcalls.c
modules/src/read_em/read_em.c
modules/src/read_em/reade.c
modules/src/read_em/readk.c
modules/src/string/bts2str.c
modules/src/string/btscat.c
modules/src/string/btscmp.c
modules/src/string/btscpy.c
modules/src/string/btszero.c
modules/src/string/long2str.c
modules/src/string/str2bts.c
modules/src/string/str2long.c
modules/src/string/strcat.c
modules/src/string/strcmp.c
modules/src/string/strcpy.c
modules/src/string/strindex.c
modules/src/string/strlen.c
modules/src/string/strncat.c
modules/src/string/strncmp.c
modules/src/string/strncpy.c
modules/src/string/strrindex.c
modules/src/string/strzero.c
modules/src/system/access.c
modules/src/system/break.c
modules/src/system/chmode.c
modules/src/system/close.c
modules/src/system/create.c
modules/src/system/exit.c
modules/src/system/filesize.c
modules/src/system/lock.c
modules/src/system/modtime.c
modules/src/system/open.c
modules/src/system/read.c
modules/src/system/remove.c
modules/src/system/stop.c
modules/src/system/system.c
modules/src/system/system.h
modules/src/system/time.c
modules/src/system/unlock.c
modules/src/system/write.c

index f521df5..e266de2 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 "bem.h"
 
 #ifndef NORSCID
index cfdb1cd..d664038 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>
 #include <ctype.h>
 #include <signal.h>
index 3019220..6649404 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 "bem.h"
 
 #ifndef NORSCID
index 4b09c54..afbd88b 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 "bem.h"
 
 #ifndef NORSCID
index 2bbddc9..00e9160 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 "bem.h"
 
 #ifndef NORSCID
index 4b3c3e3..e76324e 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 "bem.h"
 
 #ifndef NORSCID
index 67db1f2..0dd2217 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 "bem.h"
 
 #ifndef NORSCID
index de6d0ae..82046d5 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 NORCSID
index 0af7101..7b71ed6 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 "bem.h"
 #include <em_path.h>
 
index df016ff..c2bd77c 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 "bem.h"
 
 #ifndef NORSCID
index 72c289b..2ebff21 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 "bem.h"
 
 #ifndef NORSCID
index 61ffeef..a067399 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 "bem.h"
 
 #ifndef NORSCID
index a575d1d..4b4f2ea 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 NORCSID
 # define RCS_SYMB      "$Header$"
 #endif
index 2905abd..3fc7c71 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 "bem.h"
 
 #ifndef NORSCID
index 096e2ad..12b6938 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 "bem.h"
 
 #ifndef NORSCID
index 4257467..3e1e209 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_arith.h"
 #include "em_label.h"
 #include "em_code.h"
index a5dbb2e..1e5aa74 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 arith  long
index 9c3f28e..9a7454c 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 C_lae_dnam _1_C_lae_dnam
 #define C_lae_dlb _2_C_lae_dlb
 #define C_sde_dnam _3_C_sde_dnam
index 8665fb7..ba9fd44 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 label unsigned int
index 63dee38..65bf7da 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".
+ */
 /*     M E M O R Y  A L L O C A T I O N  R O U T I N E S       */
 
 /*     The memory allocation routines offered in this file are:
index 72c9025..a7cb29b 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>
 
 No_Mem()
index e163c28..8a8b9f5 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".
+ */
 /*     botch - write garbage over a chunk of memory, useful if you want
                to check if freed memory is used inappopriately.
 */
index ad8d603..3781548 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".
+ */
 /*     clear - clear a block of memory, and try to do it fast.
 */
 
index 434fa7c..4d3eb48 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".
+ */
 /*     st_alloc - get a structure from a free list. If no structures left,
                create new ones. The structures for which this works are
                supposed to have as their first tag the string "next", which
index 2f8697d..6efe694 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".
+ */
 /*     st_alloc - get a structure from a free list. If no structures left,
                create new ones. The structures for which this works are
                supposed to have as their first tag the string "next", which
index aa09950..865ed24 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".
+ */
 /* _BadAssertion: used for debugging purposes. It should give an error message
        indicated by the parameters, and then give a core dump
 */
index a37d34f..f432146 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>
 
 C_failed()
index 963e853..b678fc7 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".
+ */
 /* EM CODE OUTPUT ROUTINES */
 
 #include <system.h>
index a37d34f..f432146 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>
 
 C_failed()
index 7f6d179..4c27ffd 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$ */
 /* EM CODE OUTPUT ROUTINES */
 
index 050d32c..160403c 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 <em_mes.h>
 
index acd27c5..7c7d87c 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 <em_mes.h>
 
index f585bd2..3fa4471 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 <em_mes.h>
 
index 037e78a..a8c480a 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 <em_mes.h>
 
index 4d63a82..952f31a 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 <em_mes.h>
 
index d169cc1..50b00ef 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 <em_mes.h>
 
index 097c274..a3a0328 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 <em_mes.h>
 
index 09e1640..826a9dc 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 <em_mes.h>
 
index 9da6068..eeb6e1e 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 <em_mes.h>
 
index fb31239..eb1106f 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 <em_mes.h>
 
index 7136fcf..af580bc 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$ */
 
 /*     AtEoIF : a routine doing nothing. It is called at the end of an
index ceabdeb..e303f5e 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$ */
 
 /*     AtEoIT : a routine doing nothing. It is called at the end of an
index cb88d47..b8f76ca 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>
 #include       "param.h"
 #include       "impl.h"
index c9697c7..7a07470 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 CHECK
 
 public check_mallinks(), calc_checksum(), check_work_empty();
index d7cd3a4..098af02 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".
+ */
 /*     find out if a pointer-sized integer, preferably unsigned,
        must be declared as an unsigned int or a long
 */
index 0061ed4..367ce58 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       "param.h"
 #include       "impl.h"
 
index 8c39f95..77b5344 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".
+ */
 /*     This file essentially describes how the mallink info block
        is implemented.
 */
index 9def283..5851ce0 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       "param.h"
 #include       "impl.h"
 #include       "check.h"
index c69f2f6..61269e3 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".
+ */
 /*     Algorithms to manipulate the doubly-linked lists of free
        chunks.
 */
index 629318c..a07725a 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       "param.h"
 #include       "impl.h"
 #include       "check.h"
index a89e6b9..92457e3 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       "size_type.h"
 
 /*#    define  NON_STANDARD    /*      If defined, the contents of a block
index da42536..2bd8225 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       "param.h"
 #include       "impl.h"
 #include       "check.h"
index f11d476..44f6d89 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".
+ */
 /*     Algorithms to manipulate the doubly-linked list of physical
        chunks.
 */
index cc9990e..5801d53 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   bytes_reversed = 0;
index 87eb933..61cdb9f 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 "byte_order.h"
 
 #if CHAR_UNSIGNED
index 7115600..c195116 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 <out.h>
 #include "object.h"
 
index bce8b18..f78cf8c 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 <arch.h>
 #include "object.h"
 
index 35272b1..c0109d4 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 MININT         (1 << (sizeof(int) * 8 - 1))
 #define MAXCHUNK       (~MININT)       /* Highest count we read(2).    */
 /* Unfortunately, MAXCHUNK is too large with some  compilers. Put it in
index 7dbc2b5..534d3ed 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 "object.h"
 
 int
index af369be..36e424a 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 "object.h"
 
 long
index f1797cf..0a36c75 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 <ranlib.h>
 #include "object.h"
 
index 5321c0d..1de036e 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 "object.h"
 
 unsigned int
index 165a4dc..2b57e49 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".
+ */
 /*
  * You can choose between two strategies:
  *     - Open the output file several times, once for each logical part, and
index 6ad9b99..b0e2a36 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 <arch.h>
 #include "object.h"
 
index f7969b8..fa5e2f8 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 MININT         (1 << (sizeof(int) * 8 - 1))
 #define MAXCHUNK       (~MININT)       /* Highest count we write(2).   */
 /* Notice that MAXCHUNK itself might be too large with some compilers.
index d836a4a..741bacb 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 "object.h"
 
 wr_int2(fd, i)
index 1d9217e..ebb532f 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 "object.h"
 
 wr_long(fd, l)
index c5b05c5..73f87bd 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>
 
 static char buf[BUFSIZ];
index 0a8516a..5f0bd22 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 <ranlib.h>
 #include "object.h"
 
index 7dca0ea..a5f6d93 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$ */
 
 #include <system.h>
index d040e8d..6faf5d4 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$ */
 
 char *long2str();
index 97b8ebb..3624bdb 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$ */
 
 #include <system.h>
index 45bb5c8..884ef3e 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 SSIZE 1024
index dee93c2..089d2b0 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$ */
 
 #include <system.h>
index 06bfc66..ff82fe4 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 stdin  STDIN
index 64360ff..97ad7e0 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$ */
 
 #include <system.h>
index 347ee07..f623dc5 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$ */
 
 /* Variables must be declared somewhere ... */
index fea23e0..a2babeb 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$ */
 
 struct e_instr {
index fb329ef..bc9be5c 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".
+ */
 /*     makecalls: expand a datastructure as delivered by "EM_getline"
        into calls to the procedural interface.
        Exported routine:
index a028b6e..1eedd46 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".
+ */
 /*     Read_em: a module to read either compact or human readable EM code.
        Exported are the following routines:
        EM_open() :     has a parameter representing either a pointer to a
index 4f25a2b..6438371 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".
+ */
 /*     This file is ment to be included in the file read_emeV.c.
        It contains the part that takes care of the reading of human readable
        EM-code.
index 1e14788..f6c44db 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".
+ */
 /*     This file must be included in the file "read_emk.c".
        It takes care of the reading of compact EM code.
 */
index d6a4705..ca5b038 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".
+ */
 /*     bts2str() turns a row of bytes b with length n into string s
        The ASCII set of characters is used.
        86/03/17 EHB
index a5f3caf..99bf734 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".
+ */
 /* btscat()
 */
 
index 32e794b..25b5f99 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".
+ */
 /* btscmp()
 */
 
index e5c6adb..5440843 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".
+ */
 /* btscpy()
 */
 
index c4aca36..9184ec0 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".
+ */
 /* btszero()
 */
 
index b50eaa0..ead4e28 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".
+ */
 /* Integer to String translator
        -> base is a value from [-16,-2] V [2,16]
        -> base < 0: see 'val' as unsigned value
index eec3b64..583b5c4 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".
+ */
 /* str2bts -- (1985, EHB)
 */
 static
index a058987..4883c69 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".
+ */
 /* str2long()
 */
 
index 861d663..8b8776e 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".
+ */
 /* append t to s
 */
 char *
index ca69d45..0796c1c 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".
+ */
 /*     return negative, zero or positive value if
        resp. s < t, s == t or s > t
 */
index 409d0bf..9341593 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".
+ */
 /* Copy t into s
 */
 char *
index 49e4464..0d7bdf4 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".
+ */
 /* strindex() -- (86/03/18 EHB)
 */
 
index 581fcbd..3b8d36e 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".
+ */
 /* return length of s
 */
 int
index 881454a..fb00dd8 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".
+ */
 /* append t to s, upto n characters    
 */
 char *
index 86d39c0..c9147dc 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".
+ */
 /*     return negative, zero or positive value if
        resp. s < t, s == t or s > t; compare at most n characters
 */
index f554d0c..cdfab74 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".
+ */
 /* Copy t into s, upto n characters
 */
 char *
index d55bf01..f74c653 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 *
 strrindex(str, chr)
        register char *str, chr;
index 86036a9..4f56d38 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".
+ */
 /* strzero()
 */
 
index 7300c87..0a84f9b 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$ */
 
 #include <system.h>
index 1160d32..90013c8 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$ */
 
 #include <system.h>
index ce14844..d89c30e 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$ */
 
 int
index ffb9b7e..350b72a 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$ */
 
 #include <system.h>
index c33ddbf..fd49550 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$ */
 
 #include <system.h>
index 011fd46..bcad6e8 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$ */
 /*     called by /lib/crt0.o; needed to suppress the loading of the
        standard exit() which performs unnecessary cleanup actions
index 588d66e..ce7386c 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$ */
 
 #include <sys/types.h>
index 608ad3c..2b7f1eb 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$ */
 
 int
index ff81b00..f4e4394 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$ */
 
 #include <sys/types.h>
index 65aefd0..a1720e6 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$ */
 
 #include <system.h>
index 93e08e0..1180234 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$ */
 
 #include <system.h>
index 0b6452c..6504db3 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$ */
 
 int
index 57ea381..6785de6 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$ */
 
 #include <system.h>
index 68871de..4529fea 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".
+ */
 /* RCS: $Header$ */
 
 #include <system.h>
index a43e1e2..0631f44 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".
+ */
 /* RCS: $Header$ */
 
 struct _sys_fildes {
index ede8eee..5fe9f9f 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$ */
 
 long time();
index 9d30a41..11af25a 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$ */
 
 int
index 97b7de7..582ecd3 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$ */
 
 #include <system.h>