add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:54:51 +0000 (19:54 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:54:51 +0000 (19:54 -0800)
SCCS-vsn: usr.bin/tn3270/ctlr/3180.kbd 1.2
SCCS-vsn: usr.bin/tn3270/ctlr/3270pc.kbd 1.3
SCCS-vsn: usr.bin/tn3270/ctlr/api.c 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/api.h 3.3
SCCS-vsn: usr.bin/tn3270/ctlr/defs.h 1.2
SCCS-vsn: usr.bin/tn3270/ctlr/function.c 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/function.h 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/hostctlr.h 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 3.3
SCCS-vsn: usr.bin/tn3270/ctlr/makefile 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/oia.c 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/oia.h 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/options.c 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/options.h 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 3.3
SCCS-vsn: usr.bin/tn3270/ctlr/screen.h 3.3
SCCS-vsn: usr.bin/tn3270/ctlr/scrnctlr.h 3.2
SCCS-vsn: usr.bin/tn3270/ctlr/unix.kbd 1.2
SCCS-vsn: usr.bin/tn3270/ascii/default.map 1.4
SCCS-vsn: usr.bin/tn3270/ascii/ebctab.c 1.3
SCCS-vsn: usr.bin/tn3270/ascii/makefile 3.2
SCCS-vsn: usr.bin/tn3270/ascii/map3270.c 3.2
SCCS-vsn: usr.bin/tn3270/ascii/mset.c 3.2
SCCS-vsn: usr.bin/tn3270/ascii/state.h 3.2
SCCS-vsn: usr.bin/tn3270/ascii/termcodes.m4 1.2
SCCS-vsn: usr.bin/tn3270/ascii/termin.c 3.2

26 files changed:
usr/src/usr.bin/tn3270/ascii/default.map
usr/src/usr.bin/tn3270/ascii/ebctab.c
usr/src/usr.bin/tn3270/ascii/makefile
usr/src/usr.bin/tn3270/ascii/map3270.c
usr/src/usr.bin/tn3270/ascii/mset.c
usr/src/usr.bin/tn3270/ascii/state.h
usr/src/usr.bin/tn3270/ascii/termcodes.m4
usr/src/usr.bin/tn3270/ascii/termin.c
usr/src/usr.bin/tn3270/ctlr/3180.kbd
usr/src/usr.bin/tn3270/ctlr/3270pc.kbd
usr/src/usr.bin/tn3270/ctlr/api.c
usr/src/usr.bin/tn3270/ctlr/api.h
usr/src/usr.bin/tn3270/ctlr/defs.h
usr/src/usr.bin/tn3270/ctlr/function.c
usr/src/usr.bin/tn3270/ctlr/function.h
usr/src/usr.bin/tn3270/ctlr/hostctlr.h
usr/src/usr.bin/tn3270/ctlr/inbound.c
usr/src/usr.bin/tn3270/ctlr/makefile
usr/src/usr.bin/tn3270/ctlr/oia.c
usr/src/usr.bin/tn3270/ctlr/oia.h
usr/src/usr.bin/tn3270/ctlr/options.c
usr/src/usr.bin/tn3270/ctlr/options.h
usr/src/usr.bin/tn3270/ctlr/outbound.c
usr/src/usr.bin/tn3270/ctlr/screen.h
usr/src/usr.bin/tn3270/ctlr/scrnctlr.h
usr/src/usr.bin/tn3270/ctlr/unix.kbd

index d7d23e5..3dba206 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- *     @(#)default.map 3.3  1/9/87
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)default.map 1.4 (Berkeley) %G%
  */
 
 /* default.map3270:  This file is the system default for the key sequence
  */
 
 /* default.map3270:  This file is the system default for the key sequence
index c8359c1..ad8a6f2 100644 (file)
@@ -1,10 +1,22 @@
 /*
 /*
- * ebcdic to ascii translation tables
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifndef        lint
-static char    sccsid[] = "@(#)ebctab.c        3.1  10/29/86";
-#endif /* ndef lint */
+#ifndef lint
+static char sccsid[] = "@(#)ebctab.c   1.3 (Berkeley) %G%";
+#endif /* not lint */
+
+/*
+ * ebcdic to ascii translation tables
+ */
 
 #include "ascebc.h"
 
 
 #include "ascebc.h"
 
index 191db0c..32c6ec4 100644 (file)
@@ -1,3 +1,16 @@
+#
+# Copyright (c) 1988 Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+#      @(#)makefile    3.2 (Berkeley) %G%
+#
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
index 9e6ff36..f4608e7 100644 (file)
@@ -1,28 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifndef        lint
-static char    sccsid[] = "@(#)map3270.c       3.1 (Berkeley) %G%";
-#endif /* ndef lint */
-
+#ifndef lint
+static char sccsid[] = "@(#)map3270.c  3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*     This program reads a description file, somewhat like /etc/termcap,
     that describes the mapping between the current terminal's keyboard and
 
 /*     This program reads a description file, somewhat like /etc/termcap,
     that describes the mapping between the current terminal's keyboard and
index e456180..fcb40bb 100644 (file)
@@ -1,27 +1,24 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifndef        lint
-static char    sccsid[] = "@(#)mset.c  3.1 (Berkeley) %G%";
-#endif /* ndef lint */
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)mset.c     3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * this program outputs the user's 3270 mapping table in a form suitable
 
 /*
  * this program outputs the user's 3270 mapping table in a form suitable
index 416da21..d816877 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- * @(#)state.h 3.1 (Berkeley) %G%
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)state.h     3.2 (Berkeley) %G%
  */
 
 #define        INCLUDED_STATE
  */
 
 #define        INCLUDED_STATE
index db98fe5..930a9a0 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- *     @(#)termcodes.m4        3.1  10/29/86
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)termcodes.m4        1.2 (Berkeley) %G%
  */
 
 /* the following allows us to generate our TC values.  it is a bit painful. */
  */
 
 /* the following allows us to generate our TC values.  it is a bit painful. */
index 1d88ee4..487ee2a 100644 (file)
@@ -1,27 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifndef        lint
-static char    sccsid[] = "@(#)termin.c        3.1 (Berkeley) %G%";
-#endif /* ndef lint */
+#ifndef lint
+static char sccsid[] = "@(#)termin.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /* this takes characters from the keyboard, and produces 3270 keystroke
        codes
 
 /* this takes characters from the keyboard, and produces 3270 keystroke
        codes
index 570f609..a8112c1 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)3180.kbd    1.2 (Berkeley) %G%
+ */
+
 /*
  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
  *
 /*
  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
  *
index 8cabecd..45b016a 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)3270pc.kbd  1.3 (Berkeley) %G%
+ */
+
 /*
  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
  *
 /*
  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
  *
index 79d4b61..2a6430a 100644 (file)
@@ -1,27 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)api.c      3.1 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)api.c      3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * This file implements the API used in the PC version.
 
 /*
  * This file implements the API used in the PC version.
index 937cb3a..1db9c24 100644 (file)
@@ -1,7 +1,19 @@
 /*
 /*
- * This file contains header information used by the PC API routines.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  *
  *
- * @(#)api.h   3.2 (Berkeley) %G%
+ *     @(#)api.h       3.3 (Berkeley) %G%
+ */
+
+/*
+ * This file contains header information used by the PC API routines.
  */
 
 #if    !defined(MSDOS)
  */
 
 #if    !defined(MSDOS)
index cfeb766..7f6d4e0 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- *     @(#)defs.h      3.1  10/29/86
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)defs.h      1.2 (Berkeley) %G%
  */
 
 #ifdef PROF
  */
 
 #ifdef PROF
index 3d4c748..4d4803b 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)function.c 3.2 (Berkeley) %G%";
+#endif /* not lint */
+
 /*
  * This file, which never produces a function.o, is used solely to
  * be run through the preprocessor.
 /*
  * This file, which never produces a function.o, is used solely to
  * be run through the preprocessor.
index f044ea4..0d10bcd 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)function.h  3.2 (Berkeley) %G%
+ */
+
 /*
  * The following are the various functions which the keyboard can ask
  * the controller to perform.
 /*
  * The following are the various functions which the keyboard can ask
  * the controller to perform.
@@ -5,8 +19,6 @@
  * Note that this file (the following entries) are scanned by mkhit.c,
  * and that the format must remain more-or-less consistent
  * [ \t]*TOKEN
  * 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      3.1 (Berkeley) %G%
  */
 
 enum ctlrfcn {
  */
 
 enum ctlrfcn {
index b2eb9d4..6561182 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- * @(#)hostctlr.h      3.1 (Berkeley) %G%
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)hostctlr.h  3.2 (Berkeley) %G%
  */
 
 #define        INCLUDED_HOST3270
  */
 
 #define        INCLUDED_HOST3270
index b450893..959ceb5 100644 (file)
@@ -1,29 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifndef        lint
-static char sccsid[] = "@(#)inbound.c  3.2 (Berkeley) %G%";
-#endif /* ndef lint */
-
-
+#ifndef lint
+static char sccsid[] = "@(#)inbound.c  3.3 (Berkeley) %G%";
+#endif /* not lint */
 #include <stdio.h>
 
 #include "../general/general.h"
 #include <stdio.h>
 
 #include "../general/general.h"
index 7398ed4..2f131d5 100644 (file)
@@ -1,3 +1,16 @@
+#
+# Copyright (c) 1988 Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+#      @(#)makefile    3.2 (Berkeley) %G%
+#
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
 # msdos versus unix defines
 O      = .o
 #PC_O  = .obj
index 61af7a9..ecbfe0a 100644 (file)
@@ -1,27 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)oia.c      3.1 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)oia.c      3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines to maintain the Operator Information Area.
 
 /*
  * Routines to maintain the Operator Information Area.
index 1376f9e..7770c06 100644 (file)
@@ -1,9 +1,21 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)oia.h       3.2 (Berkeley) %G%
+ */
+
 /*
  * This file describes the Operator Information Area in the 3270.
  *
  * Our OIA looks like that used by the 3270 PC and PC 3270 products.
 /*
  * 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   3.1 (Berkeley) %G%
  */
 
 #define        INCLUDED_OIA
  */
 
 #define        INCLUDED_OIA
index 457a2db..15e0a47 100644 (file)
@@ -1,27 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
  */
 
-#ifndef        lint
-static char sccsid[] = "@(#)options.c  3.1 (Berkeley) %G%";
-#endif /* ndef lint */
+#ifndef lint
+static char sccsid[] = "@(#)options.c  3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * this file contains the definitions, initialization, and processing of
 
 /*
  * this file contains the definitions, initialization, and processing of
index 26d2298..1bf4910 100644 (file)
@@ -1,8 +1,20 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)options.h   3.2 (Berkeley) %G%
+ */
+
 /*
  * the various options that run our life.  Very few of these are implemented
  *     as yet.
 /*
  * the various options that run our life.  Very few of these are implemented
  *     as yet.
- *
- * @(#)options.h       3.1 (Berkeley) %G%
  */
 
 #define        INCLUDED_OPTIONS
  */
 
 #define        INCLUDED_OPTIONS
index 1d3cec9..04cbea4 100644 (file)
@@ -1,28 +1,18 @@
 /*
 /*
- *     Copyright (c) 1984-1987 by the Regents of the
- *     University of California and by Gregory Glenn Minshall.
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     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.
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)outbound.c 3.2 (Berkeley) %G%";
-#endif /* lint */
-
+static char sccsid[] = "@(#)outbound.c 3.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index a572aac..3dc2ca7 100644 (file)
@@ -1,5 +1,15 @@
 /*
 /*
- * @(#)screen.h        3.2 (Berkeley) %G%
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)screen.h    3.3 (Berkeley) %G%
  */
 
 #define        INCLUDED_SCREEN
  */
 
 #define        INCLUDED_SCREEN
index d425190..e481479 100644 (file)
@@ -1,8 +1,20 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)scrnctlr.h  3.2 (Berkeley) %G%
+ */
+
 /*
  * definitions that have to do with the interface between the
  * controller and the screen.
 /*
  * definitions that have to do with the interface between the
  * controller and the screen.
- *
- * @(#)scrnctlr.h      3.1 (Berkeley) %G%
  */
 
 #define        DISP_AMPERSAND          0x30
  */
 
 #define        DISP_AMPERSAND          0x30
index 036e49a..6b9d080 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)unix.kbd    1.2 (Berkeley) %G%
+ */
+
 /*
  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
  *
 /*
  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
  *