4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 07:46:19 +0000 (23:46 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 07:46:19 +0000 (23:46 -0800)
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintasm.asm 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/support.asm 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spint.h 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/spintc.c 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/system.c 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.c 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/video.h 8.1
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/termout.ext 8.1
SCCS-vsn: usr.bin/unvis/unvis.1 8.1
SCCS-vsn: usr.bin/unvis/unvis.c 8.1

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/termout.ext
usr/src/usr.bin/tn3270/distribution/sys_dos/video.h
usr/src/usr.bin/unvis/unvis.1
usr/src/usr.bin/unvis/unvis.c

index 2e734e3..37d5936 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)spint.h     4.2 (Berkeley) %G%
+ *     @(#)spint.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 6830937..21c45a8 100644 (file)
@@ -1,9 +1,9 @@
-; Copyright (c) 1988 The Regents of the University of California.
-; All rights reserved.
+; Copyright (c) 1988, 1993
+;      The Regents of the University of California.  All rights reserved.
 ;
 ; %sccs.include.redist.semicolon%
 ;
 ;
 ; %sccs.include.redist.semicolon%
 ;
-;      @(#)spintasm.asm        4.3 (Berkeley) %G%
+;      @(#)spintasm.asm        8.1 (Berkeley) %G%
 ;
 
 ; The code in this file complete the spint calls
 ;
 
 ; The code in this file complete the spint calls
index e522661..68c12bc 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)spintc.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)spintc.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 3f62b52..9b0ff57 100644 (file)
@@ -1,9 +1,9 @@
-; Copyright (c) 1988 The Regents of the University of California.
-; All rights reserved.
+; Copyright (c) 1988, 1993
+;      The Regents of the University of California.  All rights reserved.
 ;
 ; %sccs.include.redist.semicolon%
 ;
 ;
 ; %sccs.include.redist.semicolon%
 ;
-;      @(#)support.asm 4.3 (Berkeley) %G%
+;      @(#)support.asm 8.1 (Berkeley) %G%
 ;
 
 _TEXT  segment byte public 'CODE'
 ;
 
 _TEXT  segment byte public 'CODE'
index 926bcce..150587d 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)system.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)system.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 5173ac0..4e56a9b 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)termout.c  4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)termout.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 8d1f80d..8631e80 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)termout.ext 4.2 (Berkeley) %G%
+ *     @(#)termout.ext 8.1 (Berkeley) %G%
  */
 
 extern void
  */
 
 extern void
index 27857a5..295424c 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)video.h     4.2 (Berkeley) %G%
+ *     @(#)video.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 3e3d4bd..e88085e 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1989, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)unvis.1    5.3 (Berkeley) %G%
+.\"     @(#)unvis.1    8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt UNVIS 1
 .\"
 .Dd 
 .Dt UNVIS 1
index 5258278..1ed41b9 100644 (file)
@@ -1,18 +1,18 @@
 /*-
 /*-
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)unvis.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)unvis.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>