add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:23:56 +0000 (19:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 29 Mar 1988 03:23:56 +0000 (19:23 -0800)
SCCS-vsn: usr.bin/tn3270/telnet.c 6.9
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/makefile 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spint.h 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintasm.asm 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/support.asm 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/system.c 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 3.2
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/video.h 3.2

usr/src/usr.bin/tn3270/distribution/sys_dos/makefile
usr/src/usr.bin/tn3270/distribution/sys_dos/spint.h
usr/src/usr.bin/tn3270/distribution/sys_dos/spintasm.asm
usr/src/usr.bin/tn3270/distribution/sys_dos/spintc.c
usr/src/usr.bin/tn3270/distribution/sys_dos/support.asm
usr/src/usr.bin/tn3270/distribution/sys_dos/system.c
usr/src/usr.bin/tn3270/distribution/sys_dos/termout.c
usr/src/usr.bin/tn3270/distribution/sys_dos/video.h
usr/src/usr.bin/tn3270/telnet.c

index 58f19aa..fd27745 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 5d86588..3a02285 100644 (file)
@@ -1,10 +1,22 @@
+/*
+ * 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.
+ *
+ *     @(#)spint.h     3.2 (Berkeley) %G%
+ */
+
 /*
  * The 'spint' (spawn and interrupt) routines use this structure.
  *
  * Note that spint_asm.asm contains an Assembly language version of
  * the following, so keep changes in synch!
 /*
  * The 'spint' (spawn and interrupt) routines use this structure.
  *
  * Note that spint_asm.asm contains an Assembly language version of
  * the following, so keep changes in synch!
- *
- * @(#)spint.h 3.1 (Berkeley) %G%
  */
 
 typedef struct {
  */
 
 typedef struct {
index 5d9b009..75ca1f2 100644 (file)
@@ -1,4 +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.
+;
+;      @(#)spintasm.asm        3.2 (Berkeley) %G%
+;
 ; The code in this file complete the spint calls
 ;
 
 ; The code in this file complete the spint calls
 ;
 
index 15e3073..3a9d765 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[] = "@(#)spintc.c   3.1 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)spintc.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include <dos.h>
 
 #include <stdio.h>
 #include <dos.h>
index 3dee39b..aab4e55 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.
+;
+;      @(#)support.asm 3.2 (Berkeley) %G%
+
 _TEXT  segment byte public 'CODE'
 _TEXT  ends
 
 _TEXT  segment byte public 'CODE'
 _TEXT  ends
 
index 17c960a..747a7ca 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[] = "@(#)system.c   3.1 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)system.c   3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
index 295c29c..74066ef 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[] = "@(#)termout.c  3.1 (Berkeley) %G%";
-#endif /* lint */
-
+static char sccsid[] = "@(#)termout.c  3.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include <dos.h>
 
 #include <stdio.h>
 #include <dos.h>
index 35d585d..f12c698 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.
+ *
+ *     @(#)video.h     3.2 (Berkeley) %G%
+ */
+
 /*
  * This is a header file describing the interface via int 10H to the
  * video subsystem.
 /*
  * This is a header file describing the interface via int 10H to the
  * video subsystem.
- *
- * @(#)video.h 3.1 (Berkeley) %G%
  */
 
 #define        BIOS_VIDEO      0x10
  */
 
 #define        BIOS_VIDEO      0x10
index f89294b..0037222 100644 (file)
@@ -1,33 +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
  */
 
 #ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1984-1987 Regents of the University of California.\n\
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif /* not lint */
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)telnet.c   6.8 (Berkeley) %G%";
-#endif /* not lint */
+static char sccsid[] = "@(#)telnet.c   6.9 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * User telnet program, modified for use by tn3270.c.
 
 /*
  * User telnet program, modified for use by tn3270.c.