From 992de934def38d1a5b3f4b58f4edc9a070821deb Mon Sep 17 00:00:00 2001 From: Gregory Minshall Date: Fri, 17 Jul 1987 17:06:25 -0800 Subject: [PATCH] Install sccs headers and copyright notices. SCCS-vsn: usr.bin/tn3270/api/apilib.c 1.10 SCCS-vsn: usr.bin/tn3270/api/apilib.h 1.2 SCCS-vsn: usr.bin/tn3270/api/astosc.c 1.5 SCCS-vsn: usr.bin/tn3270/api/api_bsd.c 1.9 SCCS-vsn: usr.bin/tn3270/api/astosc.h 1.4 SCCS-vsn: usr.bin/tn3270/api/api_exch.c 1.8 SCCS-vsn: usr.bin/tn3270/api/disp_asc.h 1.3 SCCS-vsn: usr.bin/tn3270/api/dctype.c 1.2 SCCS-vsn: usr.bin/tn3270/api/api_exch.h 1.6 SCCS-vsn: usr.bin/tn3270/api/dctype.h 1.2 SCCS-vsn: usr.bin/tn3270/api/ebc_disp.c 1.2 SCCS-vsn: usr.bin/tn3270/api/asc_ebc.c 1.2 SCCS-vsn: usr.bin/tn3270/api/asc_ebc.h 1.2 SCCS-vsn: usr.bin/tn3270/api/ebc_disp.h 1.2 SCCS-vsn: usr.bin/tn3270/api/disp_asc.c 1.2 SCCS-vsn: usr.bin/tn3270/ascii/map3270.c 1.8 SCCS-vsn: usr.bin/tn3270/ascii/mset.c 1.8 SCCS-vsn: usr.bin/tn3270/ascii/state.h 1.3 SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.12 SCCS-vsn: usr.bin/tn3270/ctlr/screen.h 1.6 SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.15 SCCS-vsn: usr.bin/tn3270/ctlr/options.c 1.3 SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.18 SCCS-vsn: usr.bin/tn3270/ctlr/api.h 1.13 SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.22 SCCS-vsn: usr.bin/tn3270/ctlr/hostctlr.h 1.4 SCCS-vsn: usr.bin/tn3270/ctlr/options.h 1.2 SCCS-vsn: usr.bin/tn3270/ctlr/scrnctlr.h 1.2 SCCS-vsn: usr.bin/tn3270/ctlr/function.h 1.5 SCCS-vsn: usr.bin/tn3270/ctlr/oia.c 1.5 SCCS-vsn: usr.bin/tn3270/ctlr/oia.h 1.6 SCCS-vsn: usr.bin/tn3270/ctlr/function.c 1.2 SCCS-vsn: usr.bin/tn3270/general/genbsubs.c 1.4 SCCS-vsn: usr.bin/tn3270/general/general.h 1.9 SCCS-vsn: usr.bin/tn3270/general/globals.c 1.9 SCCS-vsn: usr.bin/tn3270/general/globals.h 1.10 SCCS-vsn: usr.bin/tn3270/sys_curses/terminal.h 1.6 SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.21 SCCS-vsn: usr.bin/tn3270/sys_curses/system.c 1.14 SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 1.6 SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 1.13 SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/video.h 1.3 SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/system.c 1.6 SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spint.h 1.3 SCCS-vsn: usr.bin/tn3270/tools/mkdctype/ectype.c 1.2 SCCS-vsn: usr.bin/tn3270/tools/mkdctype/ectype.h 1.2 SCCS-vsn: usr.bin/tn3270/tools/mkdctype/mkdctype.c 1.5 SCCS-vsn: usr.bin/tn3270/tools/prt3270.c 1.8 SCCS-vsn: usr.bin/tn3270/tools/mkhits/dohits.h 1.3 SCCS-vsn: usr.bin/tn3270/tools/mkhits/dohits.c 1.10 SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 1.11 SCCS-vsn: usr.bin/tn3270/tools/mkdstoas/mkdstoas.c 1.8 SCCS-vsn: usr.bin/tn3270/tools/mkhits/mkhits.c 1.7 SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.16 SCCS-vsn: usr.bin/tn3270/tools/mkastods/mkastods.c 1.4 --- usr/src/usr.bin/tn3270/api/api_bsd.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/api/api_exch.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/api/api_exch.h | 1 + usr/src/usr.bin/tn3270/api/apilib.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/api/apilib.h | 2 ++ usr/src/usr.bin/tn3270/api/asc_ebc.c | 2 +- usr/src/usr.bin/tn3270/api/asc_ebc.h | 2 ++ usr/src/usr.bin/tn3270/api/astosc.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/api/astosc.h | 2 ++ usr/src/usr.bin/tn3270/api/dctype.c | 4 +++ usr/src/usr.bin/tn3270/api/dctype.h | 2 +- usr/src/usr.bin/tn3270/api/disp_asc.c | 4 +++ usr/src/usr.bin/tn3270/api/disp_asc.h | 2 ++ usr/src/usr.bin/tn3270/api/ebc_disp.c | 4 +++ usr/src/usr.bin/tn3270/api/ebc_disp.h | 4 +++ usr/src/usr.bin/tn3270/ascii/map3270.c | 4 +-- usr/src/usr.bin/tn3270/ascii/mset.c | 4 +-- usr/src/usr.bin/tn3270/ascii/state.h | 2 +- usr/src/usr.bin/tn3270/ascii/termin.c | 4 +-- usr/src/usr.bin/tn3270/ctlr/api.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/ctlr/api.h | 2 ++ usr/src/usr.bin/tn3270/ctlr/function.h | 2 ++ usr/src/usr.bin/tn3270/ctlr/hostctlr.h | 2 +- usr/src/usr.bin/tn3270/ctlr/inbound.c | 5 ++-- usr/src/usr.bin/tn3270/ctlr/oia.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/ctlr/oia.h | 2 ++ usr/src/usr.bin/tn3270/ctlr/options.c | 4 +-- usr/src/usr.bin/tn3270/ctlr/options.h | 6 ++-- usr/src/usr.bin/tn3270/ctlr/outbound.c | 4 +-- usr/src/usr.bin/tn3270/ctlr/screen.h | 2 +- usr/src/usr.bin/tn3270/ctlr/scrnctlr.h | 2 ++ .../tn3270/distribution/sys_dos/spint.h | 2 ++ .../tn3270/distribution/sys_dos/spintc.c | 25 +++++++++++++++++ .../tn3270/distribution/sys_dos/system.c | 25 +++++++++++++++++ .../tn3270/distribution/sys_dos/termout.c | 4 +-- .../tn3270/distribution/sys_dos/video.h | 2 ++ usr/src/usr.bin/tn3270/general/genbsubs.c | 4 +-- usr/src/usr.bin/tn3270/general/general.h | 2 ++ usr/src/usr.bin/tn3270/general/globals.c | 4 +-- usr/src/usr.bin/tn3270/general/globals.h | 6 ++-- usr/src/usr.bin/tn3270/sys_curses/system.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/sys_curses/terminal.h | 2 +- usr/src/usr.bin/tn3270/sys_curses/termout.c | 4 +-- .../usr.bin/tn3270/tools/mkastods/mkastods.c | 25 +++++++++++++++++ .../usr.bin/tn3270/tools/mkastosc/mkastosc.c | 25 +++++++++++++++++ .../usr.bin/tn3270/tools/mkdctype/ectype.c | 7 ++++- .../usr.bin/tn3270/tools/mkdctype/ectype.h | 2 +- .../usr.bin/tn3270/tools/mkdctype/mkdctype.c | 25 +++++++++++++++++ .../usr.bin/tn3270/tools/mkdstoas/mkdstoas.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/tools/mkhits/dohits.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/tools/mkhits/dohits.h | 5 ++++ usr/src/usr.bin/tn3270/tools/mkhits/mkhits.c | 25 +++++++++++++++++ usr/src/usr.bin/tn3270/tools/mkmake.y | 22 +++++++++++++++ usr/src/usr.bin/tn3270/tools/prt3270.c | 28 ++++++++++++++++--- 54 files changed, 502 insertions(+), 41 deletions(-) diff --git a/usr/src/usr.bin/tn3270/api/api_bsd.c b/usr/src/usr.bin/tn3270/api/api_bsd.c index 66b6a4d750..113c8404ae 100644 --- a/usr/src/usr.bin/tn3270/api/api_bsd.c +++ b/usr/src/usr.bin/tn3270/api/api_bsd.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)api_bsd.c 1.9 (Berkeley) %G%"; +#endif /* not lint */ + #if defined(unix) #include diff --git a/usr/src/usr.bin/tn3270/api/api_exch.c b/usr/src/usr.bin/tn3270/api/api_exch.c index 5ac0d88960..2462bbfd75 100644 --- a/usr/src/usr.bin/tn3270/api/api_exch.c +++ b/usr/src/usr.bin/tn3270/api/api_exch.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)api_exch.c 1.8 (Berkeley) %G%"; +#endif /* not lint */ + #include #include "../general/general.h" diff --git a/usr/src/usr.bin/tn3270/api/api_exch.h b/usr/src/usr.bin/tn3270/api/api_exch.h index c21440e964..84781ba5f3 100644 --- a/usr/src/usr.bin/tn3270/api/api_exch.h +++ b/usr/src/usr.bin/tn3270/api/api_exch.h @@ -3,6 +3,7 @@ * between the API client and API server on a Unix-based * tn3270 implementation. * + * @(#)api_exch.h 1.6 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/tn3270/api/apilib.c b/usr/src/usr.bin/tn3270/api/apilib.c index 03de671346..f27fc20651 100644 --- a/usr/src/usr.bin/tn3270/api/apilib.c +++ b/usr/src/usr.bin/tn3270/api/apilib.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)apilib.c 1.10 (Berkeley) %G%"; +#endif /* not lint */ + #include "../ctlr/api.h" #include "apilib.h" diff --git a/usr/src/usr.bin/tn3270/api/apilib.h b/usr/src/usr.bin/tn3270/api/apilib.h index b8ca46afeb..3ad24e3adf 100644 --- a/usr/src/usr.bin/tn3270/api/apilib.h +++ b/usr/src/usr.bin/tn3270/api/apilib.h @@ -1,5 +1,7 @@ /* * What one needs to specify + * + * @(#)apilib.h 1.2 (Berkeley) %G% */ extern int diff --git a/usr/src/usr.bin/tn3270/api/asc_ebc.c b/usr/src/usr.bin/tn3270/api/asc_ebc.c index b6ed9cf3c1..f4089b6bb0 100644 --- a/usr/src/usr.bin/tn3270/api/asc_ebc.c +++ b/usr/src/usr.bin/tn3270/api/asc_ebc.c @@ -3,7 +3,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)asctab.c 3.1 10/29/86"; +static char sccsid[] = "@(#)asc_ebc.c 1.2 (Berkeley) %G%"; #endif /* ndef lint */ diff --git a/usr/src/usr.bin/tn3270/api/asc_ebc.h b/usr/src/usr.bin/tn3270/api/asc_ebc.h index b965bdb0e2..748fc2ecc3 100644 --- a/usr/src/usr.bin/tn3270/api/asc_ebc.h +++ b/usr/src/usr.bin/tn3270/api/asc_ebc.h @@ -1,5 +1,7 @@ /* * Definitions of translate tables used for ascii<->ebcdic translation. + * + * @(#)asc_ebc.h 1.2 (Berkeley) %G% */ #define INCLUDED_ASCEBC diff --git a/usr/src/usr.bin/tn3270/api/astosc.c b/usr/src/usr.bin/tn3270/api/astosc.c index a3ada1efe5..e66594640f 100644 --- a/usr/src/usr.bin/tn3270/api/astosc.c +++ b/usr/src/usr.bin/tn3270/api/astosc.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)astosc.c 1.5 (Berkeley) %G%"; +#endif /* not lint */ + #include #include "../general/general.h" diff --git a/usr/src/usr.bin/tn3270/api/astosc.h b/usr/src/usr.bin/tn3270/api/astosc.h index 262b334bad..e3811be852 100644 --- a/usr/src/usr.bin/tn3270/api/astosc.h +++ b/usr/src/usr.bin/tn3270/api/astosc.h @@ -6,6 +6,8 @@ * (Actually, map3270 does "ascii name ==> index", and * termin does "index ==> (scancode, shiftstate)". Both * mappings use this structure.) + * + * @(#)astosc.h 1.4 (Berkeley) %G% */ #define INCLUDED_ASTOSC diff --git a/usr/src/usr.bin/tn3270/api/dctype.c b/usr/src/usr.bin/tn3270/api/dctype.c index 4f7f033ef0..55f1b5b08b 100644 --- a/usr/src/usr.bin/tn3270/api/dctype.c +++ b/usr/src/usr.bin/tn3270/api/dctype.c @@ -1,3 +1,7 @@ +#ifndef lint +static char sccsid[] = "@(#)dctype.c 1.2 (Berkeley) %G%"; +#endif /* not lint */ + #include "dctype.h" unsigned char dctype[192] = { diff --git a/usr/src/usr.bin/tn3270/api/dctype.h b/usr/src/usr.bin/tn3270/api/dctype.h index 14fcf385ae..cf59a6e6ed 100644 --- a/usr/src/usr.bin/tn3270/api/dctype.h +++ b/usr/src/usr.bin/tn3270/api/dctype.h @@ -1,5 +1,5 @@ /* - * @(#)ectype.h 3.1 10/29/86 + * @(#)dctype.h 1.2 (Berkeley) %G% */ #define INCLUDED_ECTYPE diff --git a/usr/src/usr.bin/tn3270/api/disp_asc.c b/usr/src/usr.bin/tn3270/api/disp_asc.c index 0eab75dcf1..c8f219c40a 100644 --- a/usr/src/usr.bin/tn3270/api/disp_asc.c +++ b/usr/src/usr.bin/tn3270/api/disp_asc.c @@ -2,6 +2,10 @@ * There isn't much excuse for this file, but here it is. */ +#ifndef lint +static char sccsid[] = "@(#)disp_asc.c 1.2 (Berkeley) %G%"; +#endif /* not lint */ + #include "disp_asc.h" #include "asc_disp.out" diff --git a/usr/src/usr.bin/tn3270/api/disp_asc.h b/usr/src/usr.bin/tn3270/api/disp_asc.h index 39094abf6e..d930f64299 100644 --- a/usr/src/usr.bin/tn3270/api/disp_asc.h +++ b/usr/src/usr.bin/tn3270/api/disp_asc.h @@ -1,6 +1,8 @@ /* * Define the translate tables used to go between 3270 display code * and ascii + * + * @(#)disp_asc.h 1.3 (Berkeley) %G% */ extern unsigned char diff --git a/usr/src/usr.bin/tn3270/api/ebc_disp.c b/usr/src/usr.bin/tn3270/api/ebc_disp.c index bc9fc8138b..e03bf8938c 100644 --- a/usr/src/usr.bin/tn3270/api/ebc_disp.c +++ b/usr/src/usr.bin/tn3270/api/ebc_disp.c @@ -2,6 +2,10 @@ * Translate table to map EBCDIC into 3270 display codes. */ +#ifndef lint +static char sccsid[] = "@(#)ebc_disp.c 1.2 (Berkeley) %G%"; +#endif /* not lint */ + unsigned char ebc_disp[256] = { /*00*/ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /*08*/ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, diff --git a/usr/src/usr.bin/tn3270/api/ebc_disp.h b/usr/src/usr.bin/tn3270/api/ebc_disp.h index 62f7f67c4e..8bdba2c41a 100644 --- a/usr/src/usr.bin/tn3270/api/ebc_disp.h +++ b/usr/src/usr.bin/tn3270/api/ebc_disp.h @@ -1,3 +1,7 @@ +/* + * @(#)ebc_disp.h 1.2 (Berkeley) %G% + */ + extern unsigned char ebc_disp[256], disp_ebc[192]; diff --git a/usr/src/usr.bin/tn3270/ascii/map3270.c b/usr/src/usr.bin/tn3270/ascii/map3270.c index d3d545712c..a11621dddf 100644 --- a/usr/src/usr.bin/tn3270/ascii/map3270.c +++ b/usr/src/usr.bin/tn3270/ascii/map3270.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)map3270.c 3.1 10/29/86"; +static char sccsid[] = "@(#)map3270.c 1.8 (Berkeley) %G%"; #endif /* ndef lint */ diff --git a/usr/src/usr.bin/tn3270/ascii/mset.c b/usr/src/usr.bin/tn3270/ascii/mset.c index cc2096f0e5..d39d751a9e 100644 --- a/usr/src/usr.bin/tn3270/ascii/mset.c +++ b/usr/src/usr.bin/tn3270/ascii/mset.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)mset.c 3.1 10/29/86"; +static char sccsid[] = "@(#)mset.c 1.8 (Berkeley) %G%"; #endif /* ndef lint */ /* diff --git a/usr/src/usr.bin/tn3270/ascii/state.h b/usr/src/usr.bin/tn3270/ascii/state.h index cdd54c6163..f7f132b294 100644 --- a/usr/src/usr.bin/tn3270/ascii/state.h +++ b/usr/src/usr.bin/tn3270/ascii/state.h @@ -1,5 +1,5 @@ /* - * @(#)state.h 3.1 10/29/86 + * @(#)state.h 1.3 (Berkeley) %G% */ #define INCLUDED_STATE diff --git a/usr/src/usr.bin/tn3270/ascii/termin.c b/usr/src/usr.bin/tn3270/ascii/termin.c index d393735cc3..5ad8ee475b 100644 --- a/usr/src/usr.bin/tn3270/ascii/termin.c +++ b/usr/src/usr.bin/tn3270/ascii/termin.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)termin.c 3.1 10/29/86"; +static char sccsid[] = "@(#)termin.c 1.12 (Berkeley) %G%"; #endif /* ndef lint */ /* this takes characters from the keyboard, and produces 3270 keystroke diff --git a/usr/src/usr.bin/tn3270/ctlr/api.c b/usr/src/usr.bin/tn3270/ctlr/api.c index 281811bc2b..c1fac02ed3 100644 --- a/usr/src/usr.bin/tn3270/ctlr/api.c +++ b/usr/src/usr.bin/tn3270/ctlr/api.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)api.c 1.15 (Berkeley) %G%"; +#endif /* not lint */ + /* * This file implements the API used in the PC version. */ diff --git a/usr/src/usr.bin/tn3270/ctlr/api.h b/usr/src/usr.bin/tn3270/ctlr/api.h index 713c704122..7cb6e5c1f7 100644 --- a/usr/src/usr.bin/tn3270/ctlr/api.h +++ b/usr/src/usr.bin/tn3270/ctlr/api.h @@ -1,5 +1,7 @@ /* * This file contains header information used by the PC API routines. + * + * @(#)api.h 1.13 (Berkeley) %G% */ #if !defined(MSDOS) diff --git a/usr/src/usr.bin/tn3270/ctlr/function.h b/usr/src/usr.bin/tn3270/ctlr/function.h index 8556212dab..1d56c11149 100644 --- a/usr/src/usr.bin/tn3270/ctlr/function.h +++ b/usr/src/usr.bin/tn3270/ctlr/function.h @@ -5,6 +5,8 @@ * Note that this file (the following entries) are scanned by mkhit.c, * and that the format must remain more-or-less consistent * [ \t]*TOKEN + * + * @(#)function.h 1.5 (Berkeley) %G% */ enum ctlrfcn { diff --git a/usr/src/usr.bin/tn3270/ctlr/hostctlr.h b/usr/src/usr.bin/tn3270/ctlr/hostctlr.h index b3a6c0e721..d910608737 100644 --- a/usr/src/usr.bin/tn3270/ctlr/hostctlr.h +++ b/usr/src/usr.bin/tn3270/ctlr/hostctlr.h @@ -1,5 +1,5 @@ /* - * @(#)3270.h 3.1 10/29/86 + * @(#)hostctlr.h 1.4 (Berkeley) %G% */ #define INCLUDED_HOST3270 diff --git a/usr/src/usr.bin/tn3270/ctlr/inbound.c b/usr/src/usr.bin/tn3270/ctlr/inbound.c index 438fa08f79..169a1e07aa 100644 --- a/usr/src/usr.bin/tn3270/ctlr/inbound.c +++ b/usr/src/usr.bin/tn3270/ctlr/inbound.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -19,9 +19,8 @@ * express or implied warranty. */ - #ifndef lint -static char sccsid[] = "@(#)inbound.c 3.1 10/29/86"; +static char sccsid[] = "@(#)inbound.c 1.18 (Berkeley) %G%"; #endif /* ndef lint */ diff --git a/usr/src/usr.bin/tn3270/ctlr/oia.c b/usr/src/usr.bin/tn3270/ctlr/oia.c index 70020c5f9a..1976331758 100644 --- a/usr/src/usr.bin/tn3270/ctlr/oia.c +++ b/usr/src/usr.bin/tn3270/ctlr/oia.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)oia.c 1.5 (Berkeley) %G%"; +#endif /* not lint */ + /* * Routines to maintain the Operator Information Area. */ diff --git a/usr/src/usr.bin/tn3270/ctlr/oia.h b/usr/src/usr.bin/tn3270/ctlr/oia.h index c832591021..1f869e47d7 100644 --- a/usr/src/usr.bin/tn3270/ctlr/oia.h +++ b/usr/src/usr.bin/tn3270/ctlr/oia.h @@ -2,6 +2,8 @@ * This file describes the Operator Information Area in the 3270. * * Our OIA looks like that used by the 3270 PC and PC 3270 products. + * + * @(#)oia.h 1.6 (Berkeley) %G% */ #define INCLUDED_OIA diff --git a/usr/src/usr.bin/tn3270/ctlr/options.c b/usr/src/usr.bin/tn3270/ctlr/options.c index a43b76530f..5c702b749c 100644 --- a/usr/src/usr.bin/tn3270/ctlr/options.c +++ b/usr/src/usr.bin/tn3270/ctlr/options.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)options.c 3.1 10/29/86"; +static char sccsid[] = "@(#)options.c 1.3 (Berkeley) %G%"; #endif /* ndef lint */ /* diff --git a/usr/src/usr.bin/tn3270/ctlr/options.h b/usr/src/usr.bin/tn3270/ctlr/options.h index 603eaa365c..a06c3e84c0 100644 --- a/usr/src/usr.bin/tn3270/ctlr/options.h +++ b/usr/src/usr.bin/tn3270/ctlr/options.h @@ -1,10 +1,8 @@ -/* - * @(#)options.h 3.1 10/29/86 - */ - /* * the various options that run our life. Very few of these are implemented * as yet. + * + * @(#)options.h 1.2 (Berkeley) %G% */ #define INCLUDED_OPTIONS diff --git a/usr/src/usr.bin/tn3270/ctlr/outbound.c b/usr/src/usr.bin/tn3270/ctlr/outbound.c index 34798dfb04..e34393cbec 100644 --- a/usr/src/usr.bin/tn3270/ctlr/outbound.c +++ b/usr/src/usr.bin/tn3270/ctlr/outbound.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)outbound.c 3.1 10/29/86"; +static char sccsid[] = "@(#)outbound.c 1.22 (Berkeley) %G%"; #endif /* lint */ diff --git a/usr/src/usr.bin/tn3270/ctlr/screen.h b/usr/src/usr.bin/tn3270/ctlr/screen.h index f81194e498..00318d1db5 100644 --- a/usr/src/usr.bin/tn3270/ctlr/screen.h +++ b/usr/src/usr.bin/tn3270/ctlr/screen.h @@ -1,5 +1,5 @@ /* - * @(#)screen.h 3.1 10/29/86 + * @(#)screen.h 1.6 (Berkeley) %G% */ #define INCLUDED_SCREEN diff --git a/usr/src/usr.bin/tn3270/ctlr/scrnctlr.h b/usr/src/usr.bin/tn3270/ctlr/scrnctlr.h index 592260e93d..4126f19c56 100644 --- a/usr/src/usr.bin/tn3270/ctlr/scrnctlr.h +++ b/usr/src/usr.bin/tn3270/ctlr/scrnctlr.h @@ -1,6 +1,8 @@ /* * definitions that have to do with the interface between the * controller and the screen. + * + * @(#)scrnctlr.h 1.2 (Berkeley) %G% */ #define DISP_AMPERSAND 0x30 diff --git a/usr/src/usr.bin/tn3270/distribution/sys_dos/spint.h b/usr/src/usr.bin/tn3270/distribution/sys_dos/spint.h index 2072452ce5..cb8709407c 100644 --- a/usr/src/usr.bin/tn3270/distribution/sys_dos/spint.h +++ b/usr/src/usr.bin/tn3270/distribution/sys_dos/spint.h @@ -3,6 +3,8 @@ * * Note that spint_asm.asm contains an Assembly language version of * the following, so keep changes in synch! + * + * @(#)spint.h 1.3 (Berkeley) %G% */ typedef struct { diff --git a/usr/src/usr.bin/tn3270/distribution/sys_dos/spintc.c b/usr/src/usr.bin/tn3270/distribution/sys_dos/spintc.c index e5395739a8..3cc299b2c0 100644 --- a/usr/src/usr.bin/tn3270/distribution/sys_dos/spintc.c +++ b/usr/src/usr.bin/tn3270/distribution/sys_dos/spintc.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)spintc.c 1.6 (Berkeley) %G%"; +#endif /* not lint */ + #include #include #include diff --git a/usr/src/usr.bin/tn3270/distribution/sys_dos/system.c b/usr/src/usr.bin/tn3270/distribution/sys_dos/system.c index b20d8d0980..91d3b1b943 100644 --- a/usr/src/usr.bin/tn3270/distribution/sys_dos/system.c +++ b/usr/src/usr.bin/tn3270/distribution/sys_dos/system.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)system.c 1.6 (Berkeley) %G%"; +#endif /* not lint */ + #include #include "../general/general.h" diff --git a/usr/src/usr.bin/tn3270/distribution/sys_dos/termout.c b/usr/src/usr.bin/tn3270/distribution/sys_dos/termout.c index b4be47df3d..7e5b2b4b00 100644 --- a/usr/src/usr.bin/tn3270/distribution/sys_dos/termout.c +++ b/usr/src/usr.bin/tn3270/distribution/sys_dos/termout.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)outbound.c 3.1 10/29/86"; +static char sccsid[] = "@(#)termout.c 1.13 (Berkeley) %G%"; #endif /* lint */ diff --git a/usr/src/usr.bin/tn3270/distribution/sys_dos/video.h b/usr/src/usr.bin/tn3270/distribution/sys_dos/video.h index c5de646c4d..a13f2bd6c9 100644 --- a/usr/src/usr.bin/tn3270/distribution/sys_dos/video.h +++ b/usr/src/usr.bin/tn3270/distribution/sys_dos/video.h @@ -1,6 +1,8 @@ /* * This is a header file describing the interface via int 10H to the * video subsystem. + * + * @(#)video.h 1.3 (Berkeley) %G% */ #define BIOS_VIDEO 0x10 diff --git a/usr/src/usr.bin/tn3270/general/genbsubs.c b/usr/src/usr.bin/tn3270/general/genbsubs.c index 211d57dfce..083467dc71 100644 --- a/usr/src/usr.bin/tn3270/general/genbsubs.c +++ b/usr/src/usr.bin/tn3270/general/genbsubs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)genbsubs.c 3.1 10/29/86"; +static char sccsid[] = "@(#)genbsubs.c 1.4 (Berkeley) %G%"; #endif /* ndef lint */ /* The output of bunequal is the offset of the byte which didn't match; diff --git a/usr/src/usr.bin/tn3270/general/general.h b/usr/src/usr.bin/tn3270/general/general.h index 456f81ae66..b8f114dd1c 100644 --- a/usr/src/usr.bin/tn3270/general/general.h +++ b/usr/src/usr.bin/tn3270/general/general.h @@ -1,5 +1,7 @@ /* * Some general definitions. + * + * @(#)general.h 1.9 (Berkeley) %G% */ diff --git a/usr/src/usr.bin/tn3270/general/globals.c b/usr/src/usr.bin/tn3270/general/globals.c index a4ea6b6ec4..a3c82c508d 100644 --- a/usr/src/usr.bin/tn3270/general/globals.c +++ b/usr/src/usr.bin/tn3270/general/globals.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)globals.c 3.1 10/29/86"; +static char sccsid[] = "@(#)globals.c 1.9 (Berkeley) %G%"; #endif /* ndef lint */ /* diff --git a/usr/src/usr.bin/tn3270/general/globals.h b/usr/src/usr.bin/tn3270/general/globals.h index bd8f154f52..d8da32d16c 100644 --- a/usr/src/usr.bin/tn3270/general/globals.h +++ b/usr/src/usr.bin/tn3270/general/globals.h @@ -1,7 +1,3 @@ -/* - * @(#)globals.h 3.1 10/29/86 - */ - /* * This file contains all the globals used by tn3270. * @@ -10,6 +6,8 @@ * we assume they have #include'd all the other .h files * first, and we only give those globals relevant to * the #include'd .h files. + * + * @(#)globals.h 1.10 (Berkeley) %G% */ #if defined(DEFINING_INSTANCES) diff --git a/usr/src/usr.bin/tn3270/sys_curses/system.c b/usr/src/usr.bin/tn3270/sys_curses/system.c index 7b22738452..81acf48616 100644 --- a/usr/src/usr.bin/tn3270/sys_curses/system.c +++ b/usr/src/usr.bin/tn3270/sys_curses/system.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)system.c 1.14 (Berkeley) %G%"; +#endif /* not lint */ + #include #if !defined(sun) diff --git a/usr/src/usr.bin/tn3270/sys_curses/terminal.h b/usr/src/usr.bin/tn3270/sys_curses/terminal.h index ef79dc255b..4da0647569 100644 --- a/usr/src/usr.bin/tn3270/sys_curses/terminal.h +++ b/usr/src/usr.bin/tn3270/sys_curses/terminal.h @@ -1,5 +1,5 @@ /* - * @(#)screen.h 3.1 10/29/86 + * @(#)terminal.h 1.6 (Berkeley) %G% */ #define INCLUDED_TERMINAL diff --git a/usr/src/usr.bin/tn3270/sys_curses/termout.c b/usr/src/usr.bin/tn3270/sys_curses/termout.c index 79de098bd4..745f2e6797 100644 --- a/usr/src/usr.bin/tn3270/sys_curses/termout.c +++ b/usr/src/usr.bin/tn3270/sys_curses/termout.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1984, 1985, 1986 by the Regents of the + * Copyright (c) 1984-1987 by the Regents of the * University of California and by Gregory Glenn Minshall. * * Permission to use, copy, modify, and distribute these @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)outbound.c 3.1 10/29/86"; +static char sccsid[] = "@(#)termout.c 1.21 (Berkeley) %G%"; #endif /* lint */ diff --git a/usr/src/usr.bin/tn3270/tools/mkastods/mkastods.c b/usr/src/usr.bin/tn3270/tools/mkastods/mkastods.c index 791c4aa74a..3ee9280a64 100644 --- a/usr/src/usr.bin/tn3270/tools/mkastods/mkastods.c +++ b/usr/src/usr.bin/tn3270/tools/mkastods/mkastods.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)mkastods.c 1.4 (Berkeley) %G%"; +#endif /* not lint */ + #include #if defined(unix) #include diff --git a/usr/src/usr.bin/tn3270/tools/mkastosc/mkastosc.c b/usr/src/usr.bin/tn3270/tools/mkastosc/mkastosc.c index fd4b85fa01..980690e161 100644 --- a/usr/src/usr.bin/tn3270/tools/mkastosc/mkastosc.c +++ b/usr/src/usr.bin/tn3270/tools/mkastosc/mkastosc.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)mkastosc.c 1.11 (Berkeley) %G%"; +#endif /* not lint */ + #include #if defined(unix) diff --git a/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.c b/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.c index ba2a042367..b1289798e5 100644 --- a/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.c +++ b/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.c @@ -1,5 +1,10 @@ +/* + * + * @(#)ectype.c 1.2 (Berkeley) %G% + */ + #ifndef lint -static char sccsid[] = "@(#)ectype.c 3.1 10/29/86"; +static char sccsid[] = "@(#)ectype.c 1.2 (Berkeley) %G%"; #endif /* ndef lint */ #include "ectype.h" diff --git a/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.h b/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.h index 045eb77089..7ace44b36e 100644 --- a/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.h +++ b/usr/src/usr.bin/tn3270/tools/mkdctype/ectype.h @@ -1,5 +1,5 @@ /* - * @(#)ectype.h 3.1 10/29/86 + * @(#)ectype.h 1.2 (Berkeley) %G% */ #define INCLUDED_ECTYPE diff --git a/usr/src/usr.bin/tn3270/tools/mkdctype/mkdctype.c b/usr/src/usr.bin/tn3270/tools/mkdctype/mkdctype.c index 1a7d9d2f79..d6b82814ad 100644 --- a/usr/src/usr.bin/tn3270/tools/mkdctype/mkdctype.c +++ b/usr/src/usr.bin/tn3270/tools/mkdctype/mkdctype.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)mkdctype.c 1.5 (Berkeley) %G%"; +#endif /* not lint */ + #include "../api/ebc_disp.h" #include "ectype.h" diff --git a/usr/src/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c b/usr/src/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c index 18a735455e..c25ac7325d 100644 --- a/usr/src/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c +++ b/usr/src/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)mkdstoas.c 1.8 (Berkeley) %G%"; +#endif /* not lint */ + #include #if defined(unix) #include diff --git a/usr/src/usr.bin/tn3270/tools/mkhits/dohits.c b/usr/src/usr.bin/tn3270/tools/mkhits/dohits.c index 517117cf74..cccbd6b8f5 100644 --- a/usr/src/usr.bin/tn3270/tools/mkhits/dohits.c +++ b/usr/src/usr.bin/tn3270/tools/mkhits/dohits.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)dohits.c 1.10 (Berkeley) %G%"; +#endif /* not lint */ + /* * This program scans a file which describes a keyboard. The output * of the program is a series of 'C' declarations which describe a diff --git a/usr/src/usr.bin/tn3270/tools/mkhits/dohits.h b/usr/src/usr.bin/tn3270/tools/mkhits/dohits.h index d13cbc2e3b..025da6b486 100644 --- a/usr/src/usr.bin/tn3270/tools/mkhits/dohits.h +++ b/usr/src/usr.bin/tn3270/tools/mkhits/dohits.h @@ -1,3 +1,8 @@ +/* + * + * @(#)dohits.h 1.3 (Berkeley) %G% + */ + #define numberof(x) (sizeof x/sizeof x[0]) #define highestof(x) (numberof(x)-1) diff --git a/usr/src/usr.bin/tn3270/tools/mkhits/mkhits.c b/usr/src/usr.bin/tn3270/tools/mkhits/mkhits.c index e85322bc2f..ac30b536b8 100644 --- a/usr/src/usr.bin/tn3270/tools/mkhits/mkhits.c +++ b/usr/src/usr.bin/tn3270/tools/mkhits/mkhits.c @@ -1,3 +1,28 @@ +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)mkhits.c 1.7 (Berkeley) %G%"; +#endif /* not lint */ + /* * This program scans a file which describes a keyboard. The output * of the program is a series of 'C' declarations which describe a diff --git a/usr/src/usr.bin/tn3270/tools/mkmake.y b/usr/src/usr.bin/tn3270/tools/mkmake.y index ebd877a537..1e27b352a9 100644 --- a/usr/src/usr.bin/tn3270/tools/mkmake.y +++ b/usr/src/usr.bin/tn3270/tools/mkmake.y @@ -1,4 +1,26 @@ %{ + +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + typedef struct string { int hashval, diff --git a/usr/src/usr.bin/tn3270/tools/prt3270.c b/usr/src/usr.bin/tn3270/tools/prt3270.c index 57f4c289b1..e24a81eb13 100644 --- a/usr/src/usr.bin/tn3270/tools/prt3270.c +++ b/usr/src/usr.bin/tn3270/tools/prt3270.c @@ -1,7 +1,27 @@ -#ifndef lint -static char sccsid[] = "@(#)prt3270.c 3.1 10/29/86"; -#endif /* ndef lint */ - +/* + * Copyright (c) 1984-1987 by the Regents of the + * University of California and by Gregory Glenn Minshall. + * + * Permission to use, copy, modify, and distribute these + * programs and their documentation for any purpose and + * without fee is hereby granted, provided that this + * copyright and permission appear on all copies and + * supporting documentation, the name of the Regents of + * the University of California not be used in advertising + * or publicity pertaining to distribution of the programs + * without specific prior permission, and notice be given in + * supporting documentation that copying and distribution is + * by permission of the Regents of the University of California + * and by Gregory Glenn Minshall. Neither the Regents of the + * University of California nor Gregory Glenn Minshall make + * representations about the suitability of this software + * for any purpose. It is provided "as is" without + * express or implied warranty. + */ + +#ifndef lint +static char sccsid[] = "@(#)prt3270.c 1.8 (Berkeley) %G%"; +#endif /* not lint */ #if defined(unix) #endif -- 2.20.1