ceriel 37 лет назад
Родитель
Сommit
ea8e8f95b4
100 измененных файлов с 400 добавлено и 0 удалено
  1. 4 0
      lang/basic/src.old/bem.c
  2. 4 0
      lang/basic/src.old/bem.h
  3. 4 0
      lang/basic/src.old/compile.c
  4. 4 0
      lang/basic/src.old/eval.c
  5. 4 0
      lang/basic/src.old/func.c
  6. 4 0
      lang/basic/src.old/gencode.c
  7. 4 0
      lang/basic/src.old/graph.c
  8. 4 0
      lang/basic/src.old/graph.h
  9. 4 0
      lang/basic/src.old/initialize.c
  10. 4 0
      lang/basic/src.old/parsepar.c
  11. 4 0
      lang/basic/src.old/split.c
  12. 4 0
      lang/basic/src.old/symbols.c
  13. 4 0
      lang/basic/src.old/symbols.h
  14. 4 0
      lang/basic/src.old/util.c
  15. 4 0
      lang/basic/src.old/yywrap.c
  16. 4 0
      modules/h/em.h
  17. 4 0
      modules/h/em_arith.h
  18. 4 0
      modules/h/em_code.h
  19. 4 0
      modules/h/em_label.h
  20. 4 0
      modules/src/alloc/Malloc.c
  21. 4 0
      modules/src/alloc/No_Mem.c
  22. 4 0
      modules/src/alloc/botch.c
  23. 4 0
      modules/src/alloc/clear.c
  24. 4 0
      modules/src/alloc/st_alloc.c
  25. 4 0
      modules/src/alloc/std_alloc.c
  26. 4 0
      modules/src/assert/BadAssert.c
  27. 4 0
      modules/src/em_code/e/C_failed.c
  28. 4 0
      modules/src/em_code/e/em.c
  29. 4 0
      modules/src/em_code/k/C_failed.c
  30. 4 0
      modules/src/em_code/k/em.c
  31. 4 0
      modules/src/em_mes/C_ms_com.c
  32. 4 0
      modules/src/em_mes/C_ms_ego.c
  33. 4 0
      modules/src/em_mes/C_ms_emx.c
  34. 4 0
      modules/src/em_mes/C_ms_err.c
  35. 4 0
      modules/src/em_mes/C_ms_flt.c
  36. 4 0
      modules/src/em_mes/C_ms_gto.c
  37. 4 0
      modules/src/em_mes/C_ms_opt.c
  38. 4 0
      modules/src/em_mes/C_ms_par.c
  39. 4 0
      modules/src/em_mes/C_ms_reg.c
  40. 4 0
      modules/src/em_mes/C_ms_src.c
  41. 4 0
      modules/src/input/AtEoIF.c
  42. 4 0
      modules/src/input/AtEoIT.c
  43. 4 0
      modules/src/malloc/check.c
  44. 4 0
      modules/src/malloc/check.h
  45. 4 0
      modules/src/malloc/getsize.c
  46. 4 0
      modules/src/malloc/global.c
  47. 4 0
      modules/src/malloc/impl.h
  48. 4 0
      modules/src/malloc/log.c
  49. 4 0
      modules/src/malloc/log.h
  50. 4 0
      modules/src/malloc/mal.c
  51. 4 0
      modules/src/malloc/param.h
  52. 4 0
      modules/src/malloc/phys.c
  53. 4 0
      modules/src/malloc/phys.h
  54. 4 0
      modules/src/object/byte_order.c
  55. 4 0
      modules/src/object/object.h
  56. 4 0
      modules/src/object/rd.c
  57. 4 0
      modules/src/object/rd_arhdr.c
  58. 4 0
      modules/src/object/rd_bytes.c
  59. 4 0
      modules/src/object/rd_int2.c
  60. 4 0
      modules/src/object/rd_long.c
  61. 4 0
      modules/src/object/rd_ranlib.c
  62. 4 0
      modules/src/object/rd_unsig2.c
  63. 4 0
      modules/src/object/wr.c
  64. 4 0
      modules/src/object/wr_arhdr.c
  65. 4 0
      modules/src/object/wr_bytes.c
  66. 4 0
      modules/src/object/wr_int2.c
  67. 4 0
      modules/src/object/wr_long.c
  68. 4 0
      modules/src/object/wr_putc.c
  69. 4 0
      modules/src/object/wr_ranlib.c
  70. 4 0
      modules/src/print/doprnt.c
  71. 4 0
      modules/src/print/format.c
  72. 4 0
      modules/src/print/fprint.c
  73. 4 0
      modules/src/print/param.h
  74. 4 0
      modules/src/print/print.c
  75. 4 0
      modules/src/print/print.h
  76. 4 0
      modules/src/print/sprint.c
  77. 4 0
      modules/src/read_em/EM_vars.c
  78. 4 0
      modules/src/read_em/em_comp.h
  79. 4 0
      modules/src/read_em/mkcalls.c
  80. 4 0
      modules/src/read_em/read_em.c
  81. 4 0
      modules/src/read_em/reade.c
  82. 4 0
      modules/src/read_em/readk.c
  83. 4 0
      modules/src/string/bts2str.c
  84. 4 0
      modules/src/string/btscat.c
  85. 4 0
      modules/src/string/btscmp.c
  86. 4 0
      modules/src/string/btscpy.c
  87. 4 0
      modules/src/string/btszero.c
  88. 4 0
      modules/src/string/long2str.c
  89. 4 0
      modules/src/string/str2bts.c
  90. 4 0
      modules/src/string/str2long.c
  91. 4 0
      modules/src/string/strcat.c
  92. 4 0
      modules/src/string/strcmp.c
  93. 4 0
      modules/src/string/strcpy.c
  94. 4 0
      modules/src/string/strindex.c
  95. 4 0
      modules/src/string/strlen.c
  96. 4 0
      modules/src/string/strncat.c
  97. 4 0
      modules/src/string/strncmp.c
  98. 4 0
      modules/src/string/strncpy.c
  99. 4 0
      modules/src/string/strrindex.c
  100. 4 0
      modules/src/string/strzero.c

+ 4 - 0
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

+ 4 - 0
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 <stdio.h>
 #include <ctype.h>
 #include <signal.h>

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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 <em_path.h>
 

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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"

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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:

+ 4 - 0
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	<system.h>
 
 No_Mem()

+ 4 - 0
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.
 */

+ 4 - 0
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.
 */
 

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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
 */

+ 4 - 0
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 <system.h>
 
 C_failed()

+ 4 - 0
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 <system.h>

+ 4 - 0
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 <system.h>
 
 C_failed()

+ 4 - 0
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 */
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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 <em.h>
 #include <em_mes.h>
 

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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	<stdio.h>
 #include	"param.h"
 #include	"impl.h"

+ 4 - 0
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();

+ 4 - 0
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
 */

+ 4 - 0
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"
 

+ 4 - 0
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.
 */

+ 4 - 0
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"

+ 4 - 0
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.
 */

+ 4 - 0
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"

+ 4 - 0
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

+ 4 - 0
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"

+ 4 - 0
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.
 */

+ 4 - 0
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 <stdio.h>
 
 char	bytes_reversed = 0;

+ 4 - 0
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

+ 4 - 0
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 <out.h>
 #include "object.h"
 

+ 4 - 0
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 <arch.h>
 #include "object.h"
 

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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 <ranlib.h>
 #include "object.h"
 

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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 <arch.h>
 #include "object.h"
 

+ 4 - 0
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.

+ 4 - 0
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)

+ 4 - 0
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)

+ 4 - 0
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 <stdio.h>
 
 static char buf[BUFSIZ];

+ 4 - 0
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 <ranlib.h>
 #include "object.h"
 

+ 4 - 0
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 <system.h>

+ 4 - 0
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();

+ 4 - 0
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 <system.h>

+ 4 - 0
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

+ 4 - 0
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 <system.h>

+ 4 - 0
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

+ 4 - 0
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 <system.h>

+ 4 - 0
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 ... */

+ 4 - 0
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 {

+ 4 - 0
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:

+ 4 - 0
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

+ 4 - 0
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.

+ 4 - 0
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.
 */

+ 4 - 0
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

+ 4 - 0
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()
 */
 

+ 4 - 0
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()
 */
 

+ 4 - 0
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()
 */
 

+ 4 - 0
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()
 */
 

+ 4 - 0
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

+ 4 - 0
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

+ 4 - 0
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()
 */
 

+ 4 - 0
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 *

+ 4 - 0
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
 */

+ 4 - 0
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 *

+ 4 - 0
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)
 */
 

+ 4 - 0
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

+ 4 - 0
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 *

+ 4 - 0
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
 */

+ 4 - 0
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 *

+ 4 - 0
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;

+ 4 - 0
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()
 */
 

Некоторые файлы не были показаны из-за большого количества измененных файлов