From: ceriel Date: Mon, 9 Mar 1987 15:15:03 +0000 (+0000) Subject: Added copyright notice X-Git-Tag: release-5-5~4473 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b8835cee3fe211ef29c6e9cacb0d71e385cb51c9;p=ack.git Added copyright notice --- diff --git a/lang/basic/src.old/bem.c b/lang/basic/src.old/bem.c index f521df54b..e266de2d8 100644 --- a/lang/basic/src.old/bem.c +++ b/lang/basic/src.old/bem.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/bem.h b/lang/basic/src.old/bem.h index cfdb1cd30..d664038b0 100644 --- a/lang/basic/src.old/bem.h +++ b/lang/basic/src.old/bem.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 #include #include diff --git a/lang/basic/src.old/compile.c b/lang/basic/src.old/compile.c index 301922033..664940492 100644 --- a/lang/basic/src.old/compile.c +++ b/lang/basic/src.old/compile.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/eval.c b/lang/basic/src.old/eval.c index 4b09c541e..afbd88b36 100644 --- a/lang/basic/src.old/eval.c +++ b/lang/basic/src.old/eval.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/func.c b/lang/basic/src.old/func.c index 2bbddc9aa..00e916028 100644 --- a/lang/basic/src.old/func.c +++ b/lang/basic/src.old/func.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/gencode.c b/lang/basic/src.old/gencode.c index 4b3c3e34b..e76324e6a 100644 --- a/lang/basic/src.old/gencode.c +++ b/lang/basic/src.old/gencode.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/graph.c b/lang/basic/src.old/graph.c index 67db1f27b..0dd22171d 100644 --- a/lang/basic/src.old/graph.c +++ b/lang/basic/src.old/graph.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/graph.h b/lang/basic/src.old/graph.h index de6d0aea0..82046d514 100644 --- a/lang/basic/src.old/graph.h +++ b/lang/basic/src.old/graph.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 NORCSID diff --git a/lang/basic/src.old/initialize.c b/lang/basic/src.old/initialize.c index 0af710144..7b71ed6cb 100644 --- a/lang/basic/src.old/initialize.c +++ b/lang/basic/src.old/initialize.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 "bem.h" #include diff --git a/lang/basic/src.old/parsepar.c b/lang/basic/src.old/parsepar.c index df016ff42..c2bd77cac 100644 --- a/lang/basic/src.old/parsepar.c +++ b/lang/basic/src.old/parsepar.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/split.c b/lang/basic/src.old/split.c index 72c289b6e..2ebff211e 100644 --- a/lang/basic/src.old/split.c +++ b/lang/basic/src.old/split.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/symbols.c b/lang/basic/src.old/symbols.c index 61ffeef85..a067399b1 100644 --- a/lang/basic/src.old/symbols.c +++ b/lang/basic/src.old/symbols.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/symbols.h b/lang/basic/src.old/symbols.h index a575d1db3..4b4f2ea8d 100644 --- a/lang/basic/src.old/symbols.h +++ b/lang/basic/src.old/symbols.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 NORCSID # define RCS_SYMB "$Header$" #endif diff --git a/lang/basic/src.old/util.c b/lang/basic/src.old/util.c index 2905abd47..3fc7c71d2 100644 --- a/lang/basic/src.old/util.c +++ b/lang/basic/src.old/util.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 "bem.h" #ifndef NORSCID diff --git a/lang/basic/src.old/yywrap.c b/lang/basic/src.old/yywrap.c index 096e2ad25..12b6938d5 100644 --- a/lang/basic/src.old/yywrap.c +++ b/lang/basic/src.old/yywrap.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 "bem.h" #ifndef NORSCID diff --git a/modules/h/em.h b/modules/h/em.h index 4257467e7..3e1e209af 100644 --- a/modules/h/em.h +++ b/modules/h/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". + */ #include "em_arith.h" #include "em_label.h" #include "em_code.h" diff --git a/modules/h/em_arith.h b/modules/h/em_arith.h index a5dbb2eca..1e5aa748e 100644 --- a/modules/h/em_arith.h +++ b/modules/h/em_arith.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 arith long diff --git a/modules/h/em_code.h b/modules/h/em_code.h index 9c3f28e56..9a7454c53 100644 --- a/modules/h/em_code.h +++ b/modules/h/em_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". + */ #define C_lae_dnam _1_C_lae_dnam #define C_lae_dlb _2_C_lae_dlb #define C_sde_dnam _3_C_sde_dnam diff --git a/modules/h/em_label.h b/modules/h/em_label.h index 8665fb7af..ba9fd44c1 100644 --- a/modules/h/em_label.h +++ b/modules/h/em_label.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 label unsigned int diff --git a/modules/src/alloc/Malloc.c b/modules/src/alloc/Malloc.c index 63dee3880..65bf7da65 100644 --- a/modules/src/alloc/Malloc.c +++ b/modules/src/alloc/Malloc.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". + */ /* 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: diff --git a/modules/src/alloc/No_Mem.c b/modules/src/alloc/No_Mem.c index 72c9025a9..a7cb29b6b 100644 --- a/modules/src/alloc/No_Mem.c +++ b/modules/src/alloc/No_Mem.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 No_Mem() diff --git a/modules/src/alloc/botch.c b/modules/src/alloc/botch.c index e163c2867..8a8b9f536 100644 --- a/modules/src/alloc/botch.c +++ b/modules/src/alloc/botch.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". + */ /* botch - write garbage over a chunk of memory, useful if you want to check if freed memory is used inappopriately. */ diff --git a/modules/src/alloc/clear.c b/modules/src/alloc/clear.c index ad8d60387..3781548e5 100644 --- a/modules/src/alloc/clear.c +++ b/modules/src/alloc/clear.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". + */ /* clear - clear a block of memory, and try to do it fast. */ diff --git a/modules/src/alloc/st_alloc.c b/modules/src/alloc/st_alloc.c index 434fa7c05..4d3eb486e 100644 --- a/modules/src/alloc/st_alloc.c +++ b/modules/src/alloc/st_alloc.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". + */ /* 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 diff --git a/modules/src/alloc/std_alloc.c b/modules/src/alloc/std_alloc.c index 2f8697d00..6efe69459 100644 --- a/modules/src/alloc/std_alloc.c +++ b/modules/src/alloc/std_alloc.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". + */ /* 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 diff --git a/modules/src/assert/BadAssert.c b/modules/src/assert/BadAssert.c index aa0995009..865ed24a9 100644 --- a/modules/src/assert/BadAssert.c +++ b/modules/src/assert/BadAssert.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". + */ /* _BadAssertion: used for debugging purposes. It should give an error message indicated by the parameters, and then give a core dump */ diff --git a/modules/src/em_code/e/C_failed.c b/modules/src/em_code/e/C_failed.c index a37d34f36..f43214692 100644 --- a/modules/src/em_code/e/C_failed.c +++ b/modules/src/em_code/e/C_failed.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 C_failed() diff --git a/modules/src/em_code/e/em.c b/modules/src/em_code/e/em.c index 963e853f4..b678fc784 100644 --- a/modules/src/em_code/e/em.c +++ b/modules/src/em_code/e/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". + */ /* EM CODE OUTPUT ROUTINES */ #include diff --git a/modules/src/em_code/k/C_failed.c b/modules/src/em_code/k/C_failed.c index a37d34f36..f43214692 100644 --- a/modules/src/em_code/k/C_failed.c +++ b/modules/src/em_code/k/C_failed.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 C_failed() diff --git a/modules/src/em_code/k/em.c b/modules/src/em_code/k/em.c index 7f6d179be..4c27ffd03 100644 --- a/modules/src/em_code/k/em.c +++ b/modules/src/em_code/k/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". + */ /* $Header$ */ /* EM CODE OUTPUT ROUTINES */ diff --git a/modules/src/em_mes/C_ms_com.c b/modules/src/em_mes/C_ms_com.c index 050d32c3c..160403c53 100644 --- a/modules/src/em_mes/C_ms_com.c +++ b/modules/src/em_mes/C_ms_com.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 #include diff --git a/modules/src/em_mes/C_ms_ego.c b/modules/src/em_mes/C_ms_ego.c index acd27c5f2..7c7d87c9c 100644 --- a/modules/src/em_mes/C_ms_ego.c +++ b/modules/src/em_mes/C_ms_ego.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 #include diff --git a/modules/src/em_mes/C_ms_emx.c b/modules/src/em_mes/C_ms_emx.c index f585bd29e..3fa44717b 100644 --- a/modules/src/em_mes/C_ms_emx.c +++ b/modules/src/em_mes/C_ms_emx.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 #include diff --git a/modules/src/em_mes/C_ms_err.c b/modules/src/em_mes/C_ms_err.c index 037e78ac8..a8c480a83 100644 --- a/modules/src/em_mes/C_ms_err.c +++ b/modules/src/em_mes/C_ms_err.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 #include diff --git a/modules/src/em_mes/C_ms_flt.c b/modules/src/em_mes/C_ms_flt.c index 4d63a8205..952f31aaa 100644 --- a/modules/src/em_mes/C_ms_flt.c +++ b/modules/src/em_mes/C_ms_flt.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 #include diff --git a/modules/src/em_mes/C_ms_gto.c b/modules/src/em_mes/C_ms_gto.c index d169cc1c2..50b00ef43 100644 --- a/modules/src/em_mes/C_ms_gto.c +++ b/modules/src/em_mes/C_ms_gto.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 #include diff --git a/modules/src/em_mes/C_ms_opt.c b/modules/src/em_mes/C_ms_opt.c index 097c2747c..a3a03281c 100644 --- a/modules/src/em_mes/C_ms_opt.c +++ b/modules/src/em_mes/C_ms_opt.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 #include diff --git a/modules/src/em_mes/C_ms_par.c b/modules/src/em_mes/C_ms_par.c index 09e1640af..826a9dcc0 100644 --- a/modules/src/em_mes/C_ms_par.c +++ b/modules/src/em_mes/C_ms_par.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 #include diff --git a/modules/src/em_mes/C_ms_reg.c b/modules/src/em_mes/C_ms_reg.c index 9da6068c3..eeb6e1e10 100644 --- a/modules/src/em_mes/C_ms_reg.c +++ b/modules/src/em_mes/C_ms_reg.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 #include diff --git a/modules/src/em_mes/C_ms_src.c b/modules/src/em_mes/C_ms_src.c index fb31239d9..eb1106fe5 100644 --- a/modules/src/em_mes/C_ms_src.c +++ b/modules/src/em_mes/C_ms_src.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 #include diff --git a/modules/src/input/AtEoIF.c b/modules/src/input/AtEoIF.c index 7136fcf20..af580bc8d 100644 --- a/modules/src/input/AtEoIF.c +++ b/modules/src/input/AtEoIF.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". + */ /* $Header$ */ /* AtEoIF : a routine doing nothing. It is called at the end of an diff --git a/modules/src/input/AtEoIT.c b/modules/src/input/AtEoIT.c index ceabdebb8..e303f5e51 100644 --- a/modules/src/input/AtEoIT.c +++ b/modules/src/input/AtEoIT.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". + */ /* $Header$ */ /* AtEoIT : a routine doing nothing. It is called at the end of an diff --git a/modules/src/malloc/check.c b/modules/src/malloc/check.c index cb88d471c..b8f76ca89 100644 --- a/modules/src/malloc/check.c +++ b/modules/src/malloc/check.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 #include "param.h" #include "impl.h" diff --git a/modules/src/malloc/check.h b/modules/src/malloc/check.h index c9697c7ec..7a074708e 100644 --- a/modules/src/malloc/check.h +++ b/modules/src/malloc/check.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 CHECK public check_mallinks(), calc_checksum(), check_work_empty(); diff --git a/modules/src/malloc/getsize.c b/modules/src/malloc/getsize.c index d7cd3a491..098af020a 100644 --- a/modules/src/malloc/getsize.c +++ b/modules/src/malloc/getsize.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". + */ /* find out if a pointer-sized integer, preferably unsigned, must be declared as an unsigned int or a long */ diff --git a/modules/src/malloc/global.c b/modules/src/malloc/global.c index 0061ed4e4..367ce580c 100644 --- a/modules/src/malloc/global.c +++ b/modules/src/malloc/global.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 "param.h" #include "impl.h" diff --git a/modules/src/malloc/impl.h b/modules/src/malloc/impl.h index 8c39f9543..77b5344a5 100644 --- a/modules/src/malloc/impl.h +++ b/modules/src/malloc/impl.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". + */ /* This file essentially describes how the mallink info block is implemented. */ diff --git a/modules/src/malloc/log.c b/modules/src/malloc/log.c index 9def28372..5851ce0ff 100644 --- a/modules/src/malloc/log.c +++ b/modules/src/malloc/log.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 "param.h" #include "impl.h" #include "check.h" diff --git a/modules/src/malloc/log.h b/modules/src/malloc/log.h index c69f2f669..61269e3e1 100644 --- a/modules/src/malloc/log.h +++ b/modules/src/malloc/log.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". + */ /* Algorithms to manipulate the doubly-linked lists of free chunks. */ diff --git a/modules/src/malloc/mal.c b/modules/src/malloc/mal.c index 629318cfa..a07725a61 100644 --- a/modules/src/malloc/mal.c +++ b/modules/src/malloc/mal.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 "param.h" #include "impl.h" #include "check.h" diff --git a/modules/src/malloc/param.h b/modules/src/malloc/param.h index a89e6b99c..92457e3e9 100644 --- a/modules/src/malloc/param.h +++ b/modules/src/malloc/param.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 "size_type.h" /*# define NON_STANDARD /* If defined, the contents of a block diff --git a/modules/src/malloc/phys.c b/modules/src/malloc/phys.c index da42536eb..2bd822595 100644 --- a/modules/src/malloc/phys.c +++ b/modules/src/malloc/phys.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 "param.h" #include "impl.h" #include "check.h" diff --git a/modules/src/malloc/phys.h b/modules/src/malloc/phys.h index f11d4765f..44f6d89a0 100644 --- a/modules/src/malloc/phys.h +++ b/modules/src/malloc/phys.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". + */ /* Algorithms to manipulate the doubly-linked list of physical chunks. */ diff --git a/modules/src/object/byte_order.c b/modules/src/object/byte_order.c index cc9990e41..5801d53d6 100644 --- a/modules/src/object/byte_order.c +++ b/modules/src/object/byte_order.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 bytes_reversed = 0; diff --git a/modules/src/object/object.h b/modules/src/object/object.h index 87eb933e1..61cdb9f90 100644 --- a/modules/src/object/object.h +++ b/modules/src/object/object.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 "byte_order.h" #if CHAR_UNSIGNED diff --git a/modules/src/object/rd.c b/modules/src/object/rd.c index 711560022..c195116d4 100644 --- a/modules/src/object/rd.c +++ b/modules/src/object/rd.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 #include "object.h" diff --git a/modules/src/object/rd_arhdr.c b/modules/src/object/rd_arhdr.c index bce8b1833..f78cf8c34 100644 --- a/modules/src/object/rd_arhdr.c +++ b/modules/src/object/rd_arhdr.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 #include "object.h" diff --git a/modules/src/object/rd_bytes.c b/modules/src/object/rd_bytes.c index 35272b168..c0109d4c5 100644 --- a/modules/src/object/rd_bytes.c +++ b/modules/src/object/rd_bytes.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 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 diff --git a/modules/src/object/rd_int2.c b/modules/src/object/rd_int2.c index 7dbc2b574..534d3edb8 100644 --- a/modules/src/object/rd_int2.c +++ b/modules/src/object/rd_int2.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 "object.h" int diff --git a/modules/src/object/rd_long.c b/modules/src/object/rd_long.c index af369be25..36e424a4a 100644 --- a/modules/src/object/rd_long.c +++ b/modules/src/object/rd_long.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 "object.h" long diff --git a/modules/src/object/rd_ranlib.c b/modules/src/object/rd_ranlib.c index f1797cfd3..0a36c75ba 100644 --- a/modules/src/object/rd_ranlib.c +++ b/modules/src/object/rd_ranlib.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 #include "object.h" diff --git a/modules/src/object/rd_unsig2.c b/modules/src/object/rd_unsig2.c index 5321c0d22..1de036eb1 100644 --- a/modules/src/object/rd_unsig2.c +++ b/modules/src/object/rd_unsig2.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 "object.h" unsigned int diff --git a/modules/src/object/wr.c b/modules/src/object/wr.c index 165a4dca8..2b57e4944 100644 --- a/modules/src/object/wr.c +++ b/modules/src/object/wr.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". + */ /* * You can choose between two strategies: * - Open the output file several times, once for each logical part, and diff --git a/modules/src/object/wr_arhdr.c b/modules/src/object/wr_arhdr.c index 6ad9b99ca..b0e2a369c 100644 --- a/modules/src/object/wr_arhdr.c +++ b/modules/src/object/wr_arhdr.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 #include "object.h" diff --git a/modules/src/object/wr_bytes.c b/modules/src/object/wr_bytes.c index f7969b891..fa5e2f815 100644 --- a/modules/src/object/wr_bytes.c +++ b/modules/src/object/wr_bytes.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 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. diff --git a/modules/src/object/wr_int2.c b/modules/src/object/wr_int2.c index d836a4a9b..741bacbcd 100644 --- a/modules/src/object/wr_int2.c +++ b/modules/src/object/wr_int2.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 "object.h" wr_int2(fd, i) diff --git a/modules/src/object/wr_long.c b/modules/src/object/wr_long.c index 1d9217ea3..ebb532fc8 100644 --- a/modules/src/object/wr_long.c +++ b/modules/src/object/wr_long.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 "object.h" wr_long(fd, l) diff --git a/modules/src/object/wr_putc.c b/modules/src/object/wr_putc.c index c5b05c57e..73f87bdbf 100644 --- a/modules/src/object/wr_putc.c +++ b/modules/src/object/wr_putc.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 static char buf[BUFSIZ]; diff --git a/modules/src/object/wr_ranlib.c b/modules/src/object/wr_ranlib.c index 0a8516a94..5f0bd2234 100644 --- a/modules/src/object/wr_ranlib.c +++ b/modules/src/object/wr_ranlib.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 #include "object.h" diff --git a/modules/src/print/doprnt.c b/modules/src/print/doprnt.c index 7dca0ea9e..a5f6d9384 100644 --- a/modules/src/print/doprnt.c +++ b/modules/src/print/doprnt.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". + */ /* $Header$ */ #include diff --git a/modules/src/print/format.c b/modules/src/print/format.c index d040e8d6c..6faf5d46e 100644 --- a/modules/src/print/format.c +++ b/modules/src/print/format.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". + */ /* $Header$ */ char *long2str(); diff --git a/modules/src/print/fprint.c b/modules/src/print/fprint.c index 97b8ebbe5..3624bdb83 100644 --- a/modules/src/print/fprint.c +++ b/modules/src/print/fprint.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". + */ /* $Header$ */ #include diff --git a/modules/src/print/param.h b/modules/src/print/param.h index 45bb5c847..884ef3e9d 100644 --- a/modules/src/print/param.h +++ b/modules/src/print/param.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 SSIZE 1024 diff --git a/modules/src/print/print.c b/modules/src/print/print.c index dee93c23f..089d2b023 100644 --- a/modules/src/print/print.c +++ b/modules/src/print/print.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". + */ /* $Header$ */ #include diff --git a/modules/src/print/print.h b/modules/src/print/print.h index 06bfc6652..ff82fe401 100644 --- a/modules/src/print/print.h +++ b/modules/src/print/print.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 stdin STDIN diff --git a/modules/src/print/sprint.c b/modules/src/print/sprint.c index 64360ffa6..97ad7e0d5 100644 --- a/modules/src/print/sprint.c +++ b/modules/src/print/sprint.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". + */ /* $Header$ */ #include diff --git a/modules/src/read_em/EM_vars.c b/modules/src/read_em/EM_vars.c index 347ee07e8..f623dc5de 100644 --- a/modules/src/read_em/EM_vars.c +++ b/modules/src/read_em/EM_vars.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". + */ /* $Header$ */ /* Variables must be declared somewhere ... */ diff --git a/modules/src/read_em/em_comp.h b/modules/src/read_em/em_comp.h index fea23e0f5..a2babeb82 100644 --- a/modules/src/read_em/em_comp.h +++ b/modules/src/read_em/em_comp.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$ */ struct e_instr { diff --git a/modules/src/read_em/mkcalls.c b/modules/src/read_em/mkcalls.c index fb329efb9..bc9be5cd0 100644 --- a/modules/src/read_em/mkcalls.c +++ b/modules/src/read_em/mkcalls.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". + */ /* makecalls: expand a datastructure as delivered by "EM_getline" into calls to the procedural interface. Exported routine: diff --git a/modules/src/read_em/read_em.c b/modules/src/read_em/read_em.c index a028b6ef6..1eedd4634 100644 --- a/modules/src/read_em/read_em.c +++ b/modules/src/read_em/read_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". + */ /* 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 diff --git a/modules/src/read_em/reade.c b/modules/src/read_em/reade.c index 4f25a2b43..6438371dc 100644 --- a/modules/src/read_em/reade.c +++ b/modules/src/read_em/reade.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". + */ /* 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. diff --git a/modules/src/read_em/readk.c b/modules/src/read_em/readk.c index 1e1478829..f6c44db3c 100644 --- a/modules/src/read_em/readk.c +++ b/modules/src/read_em/readk.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". + */ /* This file must be included in the file "read_emk.c". It takes care of the reading of compact EM code. */ diff --git a/modules/src/string/bts2str.c b/modules/src/string/bts2str.c index d6a4705d8..ca5b038ff 100644 --- a/modules/src/string/bts2str.c +++ b/modules/src/string/bts2str.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". + */ /* bts2str() turns a row of bytes b with length n into string s The ASCII set of characters is used. 86/03/17 EHB diff --git a/modules/src/string/btscat.c b/modules/src/string/btscat.c index a5f3caf61..99bf73472 100644 --- a/modules/src/string/btscat.c +++ b/modules/src/string/btscat.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". + */ /* btscat() */ diff --git a/modules/src/string/btscmp.c b/modules/src/string/btscmp.c index 32e794b58..25b5f9947 100644 --- a/modules/src/string/btscmp.c +++ b/modules/src/string/btscmp.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". + */ /* btscmp() */ diff --git a/modules/src/string/btscpy.c b/modules/src/string/btscpy.c index e5c6adbb5..5440843b7 100644 --- a/modules/src/string/btscpy.c +++ b/modules/src/string/btscpy.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". + */ /* btscpy() */ diff --git a/modules/src/string/btszero.c b/modules/src/string/btszero.c index c4aca369f..9184ec05d 100644 --- a/modules/src/string/btszero.c +++ b/modules/src/string/btszero.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". + */ /* btszero() */ diff --git a/modules/src/string/long2str.c b/modules/src/string/long2str.c index b50eaa0e3..ead4e28fe 100644 --- a/modules/src/string/long2str.c +++ b/modules/src/string/long2str.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". + */ /* Integer to String translator -> base is a value from [-16,-2] V [2,16] -> base < 0: see 'val' as unsigned value diff --git a/modules/src/string/str2bts.c b/modules/src/string/str2bts.c index eec3b6459..583b5c444 100644 --- a/modules/src/string/str2bts.c +++ b/modules/src/string/str2bts.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". + */ /* str2bts -- (1985, EHB) */ static diff --git a/modules/src/string/str2long.c b/modules/src/string/str2long.c index a058987c4..4883c6933 100644 --- a/modules/src/string/str2long.c +++ b/modules/src/string/str2long.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". + */ /* str2long() */ diff --git a/modules/src/string/strcat.c b/modules/src/string/strcat.c index 861d663f8..8b8776ee6 100644 --- a/modules/src/string/strcat.c +++ b/modules/src/string/strcat.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". + */ /* append t to s */ char * diff --git a/modules/src/string/strcmp.c b/modules/src/string/strcmp.c index ca69d45fe..0796c1c2f 100644 --- a/modules/src/string/strcmp.c +++ b/modules/src/string/strcmp.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". + */ /* return negative, zero or positive value if resp. s < t, s == t or s > t */ diff --git a/modules/src/string/strcpy.c b/modules/src/string/strcpy.c index 409d0bf3d..934159321 100644 --- a/modules/src/string/strcpy.c +++ b/modules/src/string/strcpy.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". + */ /* Copy t into s */ char * diff --git a/modules/src/string/strindex.c b/modules/src/string/strindex.c index 49e446440..0d7bdf498 100644 --- a/modules/src/string/strindex.c +++ b/modules/src/string/strindex.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". + */ /* strindex() -- (86/03/18 EHB) */ diff --git a/modules/src/string/strlen.c b/modules/src/string/strlen.c index 581fcbd54..3b8d36e6a 100644 --- a/modules/src/string/strlen.c +++ b/modules/src/string/strlen.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". + */ /* return length of s */ int diff --git a/modules/src/string/strncat.c b/modules/src/string/strncat.c index 881454a73..fb00dd865 100644 --- a/modules/src/string/strncat.c +++ b/modules/src/string/strncat.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". + */ /* append t to s, upto n characters */ char * diff --git a/modules/src/string/strncmp.c b/modules/src/string/strncmp.c index 86d39c025..c9147dcd4 100644 --- a/modules/src/string/strncmp.c +++ b/modules/src/string/strncmp.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". + */ /* return negative, zero or positive value if resp. s < t, s == t or s > t; compare at most n characters */ diff --git a/modules/src/string/strncpy.c b/modules/src/string/strncpy.c index f554d0c2f..cdfab741d 100644 --- a/modules/src/string/strncpy.c +++ b/modules/src/string/strncpy.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". + */ /* Copy t into s, upto n characters */ char * diff --git a/modules/src/string/strrindex.c b/modules/src/string/strrindex.c index d55bf01b3..f74c653f9 100644 --- a/modules/src/string/strrindex.c +++ b/modules/src/string/strrindex.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 * strrindex(str, chr) register char *str, chr; diff --git a/modules/src/string/strzero.c b/modules/src/string/strzero.c index 86036a926..4f56d38f6 100644 --- a/modules/src/string/strzero.c +++ b/modules/src/string/strzero.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". + */ /* strzero() */ diff --git a/modules/src/system/access.c b/modules/src/system/access.c index 7300c87e4..0a84f9b89 100644 --- a/modules/src/system/access.c +++ b/modules/src/system/access.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/break.c b/modules/src/system/break.c index 1160d326e..90013c842 100644 --- a/modules/src/system/break.c +++ b/modules/src/system/break.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/chmode.c b/modules/src/system/chmode.c index ce14844ee..d89c30e0b 100644 --- a/modules/src/system/chmode.c +++ b/modules/src/system/chmode.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". + */ /* $Header$ */ int diff --git a/modules/src/system/close.c b/modules/src/system/close.c index ffb9b7ea3..350b72aaf 100644 --- a/modules/src/system/close.c +++ b/modules/src/system/close.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/create.c b/modules/src/system/create.c index c33ddbfb9..fd495503c 100644 --- a/modules/src/system/create.c +++ b/modules/src/system/create.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/exit.c b/modules/src/system/exit.c index 011fd466e..bcad6e8e1 100644 --- a/modules/src/system/exit.c +++ b/modules/src/system/exit.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". + */ /* $Header$ */ /* called by /lib/crt0.o; needed to suppress the loading of the standard exit() which performs unnecessary cleanup actions diff --git a/modules/src/system/filesize.c b/modules/src/system/filesize.c index 588d66eba..ce7386c52 100644 --- a/modules/src/system/filesize.c +++ b/modules/src/system/filesize.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/lock.c b/modules/src/system/lock.c index 608ad3c52..2b7f1eb13 100644 --- a/modules/src/system/lock.c +++ b/modules/src/system/lock.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". + */ /* $Header$ */ int diff --git a/modules/src/system/modtime.c b/modules/src/system/modtime.c index ff81b00ce..f4e439487 100644 --- a/modules/src/system/modtime.c +++ b/modules/src/system/modtime.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/open.c b/modules/src/system/open.c index 65aefd0d2..a1720e68f 100644 --- a/modules/src/system/open.c +++ b/modules/src/system/open.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/read.c b/modules/src/system/read.c index 93e08e036..11802347b 100644 --- a/modules/src/system/read.c +++ b/modules/src/system/read.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/remove.c b/modules/src/system/remove.c index 0b6452cbd..6504db3a4 100644 --- a/modules/src/system/remove.c +++ b/modules/src/system/remove.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". + */ /* $Header$ */ int diff --git a/modules/src/system/stop.c b/modules/src/system/stop.c index 57ea38111..6785de63f 100644 --- a/modules/src/system/stop.c +++ b/modules/src/system/stop.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". + */ /* $Header$ */ #include diff --git a/modules/src/system/system.c b/modules/src/system/system.c index 68871deaa..4529fea97 100644 --- a/modules/src/system/system.c +++ b/modules/src/system/system.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". + */ /* RCS: $Header$ */ #include diff --git a/modules/src/system/system.h b/modules/src/system/system.h index a43e1e2a0..0631f44b6 100644 --- a/modules/src/system/system.h +++ b/modules/src/system/system.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". + */ /* RCS: $Header$ */ struct _sys_fildes { diff --git a/modules/src/system/time.c b/modules/src/system/time.c index ede8eee5c..5fe9f9f0b 100644 --- a/modules/src/system/time.c +++ b/modules/src/system/time.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". + */ /* $Header$ */ long time(); diff --git a/modules/src/system/unlock.c b/modules/src/system/unlock.c index 9d30a4113..11af25a6f 100644 --- a/modules/src/system/unlock.c +++ b/modules/src/system/unlock.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". + */ /* $Header$ */ int diff --git a/modules/src/system/write.c b/modules/src/system/write.c index 97b7de71a..582ecd3de 100644 --- a/modules/src/system/write.c +++ b/modules/src/system/write.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". + */ /* $Header$ */ #include