浏览代码

Added copyright notice

ceriel 37 年之前
父节点
当前提交
d6e4d5a18c

+ 4 - 0
first/em_path.h.src

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* Intended as a common directory for ALL temporary files */
 #define TMP_DIR		"/usr/tmp"
 

+ 4 - 0
first/local.h.src

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* collection of options, selected by including or excluding 'defines' */
 
 /* Version number of the EM object code */

+ 4 - 0
h/arch.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define	ARMAG	0177545
 #define AALMAG	0177454
 

+ 4 - 0
h/as_spec.h

@@ -1 +1,5 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define as_magic        (sp_magic|(14<<8))

+ 4 - 0
h/bc_io.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #include <stdio.h>
 
 /* $Header$ */

+ 4 - 0
h/bc_string.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #
 
 /* $Header$ */

+ 4 - 0
h/cg_pattern.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* offsets of interesting fields in EM-pattern */
 
 #define PO_HASH         0

+ 4 - 0
h/cgg_cg.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* $Header$ */
 
 /* offsets of interesting fields in EM-pattern */

+ 4 - 0
h/em_abs.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define LINO_AD         0
 #define FILN_AD         4
 

+ 4 - 0
h/em_ego.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*
  * The various different hints as given after a mes ms_ego
  *

+ 4 - 0
h/em_flag.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* flags */
 #define	EM_PAR	0017	/* parameter type */
 #define	EM_FLO	0060	/* flow information */

+ 4 - 0
h/em_mes.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*
  * mnemonics for the message numbers in EM
  */

+ 4 - 0
h/em_ptyp.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define	ptyp(x)		(1<<(x-sp_fspec))
 
 #define	cst_ptyp	(ptyp(sp_cst2)|ptyp(sp_cst4))

+ 4 - 0
h/em_reg.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*
  * mes ms_reg,offset,size,type,priority
  *

+ 4 - 0
h/ocm_chan.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*	ocm_chan.h - channel definitions */
 #include <stdio.h>
 #include "ocm_parco.h"

+ 4 - 0
h/ocm_parco.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*	parco.h - Define names for simulation routines
  *
  *      This file is to be included by users of the higher-level routines

+ 4 - 0
h/ocm_proc.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*	process.h - Define administration types and functions
  *
  *      This file is to be included by implementors of the higher

+ 4 - 0
h/out.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* $Header$ */
 /*
  * output format for ACK assemblers

+ 4 - 0
h/pc_err.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define	EARGC	64
 #define	EEXP	65
 #define	ELOG	66

+ 4 - 0
h/pc_file.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define	WRBIT	0100000
 #define	TXTBIT	040000
 #define	EOFBIT	020000

+ 4 - 0
h/pc_size.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 
 /*fundamental */
 #define	sz_byte	1

+ 4 - 0
h/ranlib.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* $Header$ */
 
 #ifndef SYMDEF

+ 4 - 0
include/_tail_cc/assert.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* $Header$ */
 /*	 A S S E R T I O N    M A C R O   D E F I N I T I O N		*/
 

+ 4 - 0
include/_tail_cc/ctype.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*  File   : ctypes.h
     Author : Richard A. O'Keefe.
     Updated: 26 April 1984

+ 4 - 0
include/_tail_cc/setjmp.h

@@ -1 +1,5 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 typedef char jmp_buf[256];

+ 4 - 0
include/_tail_cc/stdio.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define BUFSIZ  1024
 #define _NFILES  20
 #define NULL       0

+ 4 - 0
include/_tail_cc/sys/dir.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #ifdef BSD4_2
 #define MAXNAMLEN 255
 #else

+ 4 - 0
include/_tail_cc/sys/stat.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 struct	stat {
 	dev_t	st_dev;
 	ino_t	st_ino;

+ 4 - 0
include/_tail_cc/sys/types.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*
  * Basic system types and major/minor device constructing/busting macros.
  */

+ 4 - 0
include/_tail_mon/errno.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*
  * Error codes
  */

+ 4 - 0
include/_tail_mon/signal.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #define NSIG 17
 
 #define	SIGHUP	1	/* hangup */

+ 4 - 0
include/_tail_mon/sys/timeb.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 struct timeb {
 	time_t	time;
 	u_short	millitm;

+ 4 - 0
include/_tail_mon/sys/types.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*
  * Basic system types and major/minor device constructing/busting macros.
  */

+ 4 - 0
modules/src/alloc/alloc.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /*	PROGRAM'S INTERFACE TO MEMORY ALLOCATION ROUTINES		*/
 
 /*	This file serves as the interface between the program and the

+ 4 - 0
modules/src/alloc/in_all.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 #ifdef DEBUG
 #define PRIVATE
 #else

+ 4 - 0
modules/src/assert/assert.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* $Header$ */
 /*	 A S S E R T I O N    M A C R O   D E F I N I T I O N		*/
 

+ 4 - 0
modules/src/em_code/e/em_private.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* private inclusion file */
 
 #include <em_arith.h>

+ 4 - 0
modules/src/em_code/k/em_private.h

@@ -1,3 +1,7 @@
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
 /* private inclusion file */
 
 #include <em_arith.h>