Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 1 May 1985 04:02:50 +0000 (20:02 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 1 May 1985 04:02:50 +0000 (20:02 -0800)
SCCS-vsn: old/lib2648/drawbox.c 5.1
SCCS-vsn: old/lib2648/dumpmat.c 5.1
SCCS-vsn: old/lib2648/emptyrow.c 5.1
SCCS-vsn: old/lib2648/error.c 5.1
SCCS-vsn: old/lib2648/escseq.c 5.1
SCCS-vsn: old/lib2648/gdefault.c 5.1
SCCS-vsn: old/lib2648/gon.c 5.1
SCCS-vsn: old/lib2648/kon.c 5.1
SCCS-vsn: old/lib2648/line.c 5.1
SCCS-vsn: old/lib2648/mat.c 5.1
SCCS-vsn: old/lib2648/message.c 5.1
SCCS-vsn: old/lib2648/minmax.c 5.1
SCCS-vsn: old/lib2648/motion.c 5.1
SCCS-vsn: old/lib2648/move.c 5.1
SCCS-vsn: lib/Makefile 5.1
SCCS-vsn: usr.bin/tip/vars.c 5.1
SCCS-vsn: usr.bin/tip/value.c 5.1
SCCS-vsn: usr.bin/tip/uucplock.c 5.1
SCCS-vsn: usr.bin/tip/tipout.c 5.1
SCCS-vsn: usr.bin/tip/tip.h 5.1
SCCS-vsn: usr.bin/tip/tip.c 5.1
SCCS-vsn: usr.bin/tip/remote.c 5.1
SCCS-vsn: usr.bin/tip/remcap.c 5.1
SCCS-vsn: usr.bin/tip/partab.c 5.1
SCCS-vsn: usr.bin/tip/log.c 5.1
SCCS-vsn: usr.bin/tip/hunt.c 5.1
SCCS-vsn: usr.bin/tip/cu.c 5.1
SCCS-vsn: usr.bin/tip/cmdtab.c 5.1
SCCS-vsn: usr.bin/tip/cmds.c 5.1
SCCS-vsn: usr.bin/tip/acutab.c 5.1
SCCS-vsn: usr.bin/tip/aculib/ventel.c 5.1
SCCS-vsn: usr.bin/tip/aculib/dn11.c 5.1
SCCS-vsn: usr.bin/tip/aculib/hayes.c 5.1
SCCS-vsn: usr.bin/tip/aculib/v3451.c 5.1
SCCS-vsn: usr.bin/tip/aculib/v831.c 5.1
SCCS-vsn: libexec/getNAME/getNAME.c 5.1
SCCS-vsn: lib/libmp/gcd.c 5.1
SCCS-vsn: lib/libmp/madd.c 5.1
SCCS-vsn: lib/libmp/mdiv.c 5.1
SCCS-vsn: lib/libmp/mout.c 5.1
SCCS-vsn: lib/libmp/msqrt.c 5.1
SCCS-vsn: lib/libmp/mult.c 5.1
SCCS-vsn: lib/libmp/pow.c 5.1
SCCS-vsn: lib/libmp/util.c 5.1

44 files changed:
usr/src/lib/Makefile
usr/src/lib/libmp/gcd.c
usr/src/lib/libmp/madd.c
usr/src/lib/libmp/mdiv.c
usr/src/lib/libmp/mout.c
usr/src/lib/libmp/msqrt.c
usr/src/lib/libmp/mult.c
usr/src/lib/libmp/pow.c
usr/src/lib/libmp/util.c
usr/src/libexec/getNAME/getNAME.c
usr/src/old/lib2648/drawbox.c
usr/src/old/lib2648/dumpmat.c
usr/src/old/lib2648/emptyrow.c
usr/src/old/lib2648/error.c
usr/src/old/lib2648/escseq.c
usr/src/old/lib2648/gdefault.c
usr/src/old/lib2648/gon.c
usr/src/old/lib2648/kon.c
usr/src/old/lib2648/line.c
usr/src/old/lib2648/mat.c
usr/src/old/lib2648/message.c
usr/src/old/lib2648/minmax.c
usr/src/old/lib2648/motion.c
usr/src/old/lib2648/move.c
usr/src/usr.bin/tip/aculib/dn11.c
usr/src/usr.bin/tip/aculib/hayes.c
usr/src/usr.bin/tip/aculib/v3451.c
usr/src/usr.bin/tip/aculib/v831.c
usr/src/usr.bin/tip/aculib/ventel.c
usr/src/usr.bin/tip/acutab.c
usr/src/usr.bin/tip/cmds.c
usr/src/usr.bin/tip/cmdtab.c
usr/src/usr.bin/tip/cu.c
usr/src/usr.bin/tip/hunt.c
usr/src/usr.bin/tip/log.c
usr/src/usr.bin/tip/partab.c
usr/src/usr.bin/tip/remcap.c
usr/src/usr.bin/tip/remote.c
usr/src/usr.bin/tip/tip.c
usr/src/usr.bin/tip/tip.h
usr/src/usr.bin/tip/tipout.c
usr/src/usr.bin/tip/uucplock.c
usr/src/usr.bin/tip/value.c
usr/src/usr.bin/tip/vars.c

index 970f925..45125ef 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        4.12    85/04/29
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
index 578234e..8da4970 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)gcd.c       4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)gcd.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 gcd(a,b,c) MINT *a,*b,*c;
 
 #include <mp.h>
 gcd(a,b,c) MINT *a,*b,*c;
index 5b0be69..75503fc 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)madd.c      4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)madd.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;
 
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;
index a93ea06..c587737 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)mdiv.c      4.2     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)mdiv.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 mdiv(a,b,q,r) MINT *a,*b,*q,*r;
 
 #include <mp.h>
 mdiv(a,b,q,r) MINT *a,*b,*q,*r;
index 3163c57..65fa009 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)mout.c      4.2     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)mout.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <mp.h>
 
 #include <stdio.h>
 #include <mp.h>
index 05ba9ee..fdbb002 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)msqrt.c     4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)msqrt.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 msqrt(a,b,r) MINT *a,*b,*r;
 
 #include <mp.h>
 msqrt(a,b,r) MINT *a,*b,*r;
index 9ceb7f4..cbe63c0 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)mult.c      4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)mult.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 mult(a,b,c) struct mint *a,*b,*c;
 
 #include <mp.h>
 mult(a,b,c) struct mint *a,*b,*c;
index d46b825..7db1768 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)pow.c       4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)pow.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <mp.h>
 pow(a,b,c,d) MINT *a,*b,*c,*d;
 
 #include <mp.h>
 pow(a,b,c,d) MINT *a,*b,*c,*d;
index 96e8fab..1375bc3 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)util.c      4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)util.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 char *malloc();
 #ifdef lint
 
 char *malloc();
 #ifdef lint
index b621a55..6c66086 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)getNAME.c   4.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)getNAME.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Get name sections from manual pages.
 
 /*
  * Get name sections from manual pages.
index 2cadb5e..f7da50a 100644 (file)
@@ -1,4 +1,13 @@
-/*     drawbox.c       4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)drawbox.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Draw a box around a window.  The lower left corner of the box is at (r, c).
  * Color is 1 for drawing a box, 0 for erasing.
 /*
  * Draw a box around a window.  The lower left corner of the box is at (r, c).
  * Color is 1 for drawing a box, 0 for erasing.
index 2f5f451..32312ce 100644 (file)
@@ -1,4 +1,12 @@
-/*     dumpmat.c       4.2     83/06/10        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)dumpmat.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "bit.h"
 
 
 #include "bit.h"
 
index 817bad1..a224378 100644 (file)
@@ -1,4 +1,13 @@
-/*     emptyrow.c      4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)emptyrow.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * emptyrow: returns true if row r of m is all zeros.
  *
 /*
  * emptyrow: returns true if row r of m is all zeros.
  *
index 82e2cd3..2914c18 100644 (file)
@@ -1,4 +1,13 @@
-/*     error.c 4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)error.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * error: default handling of errors.
  */
 /*
  * error: default handling of errors.
  */
index 3177084..8f9d966 100644 (file)
@@ -1,4 +1,13 @@
-/*     escseq.c        4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)escseq.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * escseq: get us out of any escape sequence we are in the middle of
  * and put us into the requested kind of escape sequence.
 /*
  * escseq: get us out of any escape sequence we are in the middle of
  * and put us into the requested kind of escape sequence.
index e4c75d9..da0b5c0 100644 (file)
@@ -1,4 +1,13 @@
-/*     gdefault.c      4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)gdefault.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * reset terminal to default graphics state
  */
 /*
  * reset terminal to default graphics state
  */
index 13a09eb..cbe8c26 100644 (file)
@@ -1,4 +1,12 @@
-/*     gon.c   4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)gon.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "2648.h"
 
 
 #include "2648.h"
 
index 32a492c..2fa9962 100644 (file)
@@ -1,4 +1,13 @@
-/*     kon.c   4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)kon.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Turn on keypad, so it sends codes instead of doing them in local.
  */
 /*
  * Turn on keypad, so it sends codes instead of doing them in local.
  */
index 6e7a812..0201d5b 100644 (file)
@@ -1,4 +1,13 @@
-/*     line.c  4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * line: draw a line from point 1 to point 2.
  */
 /*
  * line: draw a line from point 1 to point 2.
  */
index f01ef2b..c45ce7c 100644 (file)
@@ -1,4 +1,13 @@
-/*     mat.c   4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)mat.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * mat: retrieve the value in m[r, c].
  * rows and cols are the size of the matrix in all these routines.
 /*
  * mat: retrieve the value in m[r, c].
  * rows and cols are the size of the matrix in all these routines.
index 579f3c7..c938848 100644 (file)
@@ -1,4 +1,13 @@
-/*     message.c       4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)message.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * message: print str on the screen in the message area.
  */
 /*
  * message: print str on the screen in the message area.
  */
index bcbfba9..8513873 100644 (file)
@@ -1,4 +1,13 @@
-/*     minmax.c        4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)minmax.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * minmax: find the 4 edges of the glyph within a window.
  */
 /*
  * minmax: find the 4 edges of the glyph within a window.
  */
index 1853b5c..3462be8 100644 (file)
@@ -1,4 +1,13 @@
-/*     motion.c        4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)motion.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Move the pen to x, y.  We assume we are already in ESCP mode.
  */
 /*
  * Move the pen to x, y.  We assume we are already in ESCP mode.
  */
index 11cc665..882a441 100644 (file)
@@ -1,4 +1,13 @@
-/*     move.c  4.1     83/03/09        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * move to (x, y).  Both the _pen and cursor are supposed to be moved.
  * We really just remember it for later, in case we move again.
 /*
  * move to (x, y).  Both the _pen and cursor are supposed to be moved.
  * We really just remember it for later, in case we move again.
index 091ff51..2a9553a 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)dn11.c     4.14 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dn11.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routines for dialing up on DN-11
 
 /*
  * Routines for dialing up on DN-11
index 80979cd..ee2b13d 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)hayes.c    1.1 (Berkeley) 85/04/11 ";
-#endif
+static char sccsid[] = "@(#)hayes.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routines for calling up on a Hayes Modem
 
 /*
  * Routines for calling up on a Hayes Modem
index 6c43218..48465ea 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)v3451.c    4.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)v3451.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routines for calling up on a Vadic 3451 Modem
 
 /*
  * Routines for calling up on a Vadic 3451 Modem
index 69b4f36..a7278fc 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)v831.c     4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)v831.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routines for dialing up on Vadic 831
 
 /*
  * Routines for dialing up on Vadic 831
index 731d6ae..9d62bdc 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)ventel.c   1.7 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)ventel.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routines for calling up on a Ventel Modem
 
 /*
  * Routines for calling up on a Ventel Modem
index 5dbc476..a5c9e83 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)acutab.c   4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)acutab.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index a8c303e..456579c 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cmds.c     4.14 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cmds.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 /*
 
 #include "tip.h"
 /*
index 6fb8fa8..8139935 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cmdtab.c   4.6 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cmdtab.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index 8784717..a0ba09e 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cu.c       4.6 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cu.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index a337177..3e56b29 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)hunt.c     4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)hunt.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index a911900..6a3e3da 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)log.c      4.6 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)log.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index 0ce9394..f78262d 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)partab.c   4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)partab.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Even parity table for 0-0177
 
 /*
  * Even parity table for 0-0177
index e3f6784..9c713ce 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)remcap.c   4.8 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)remcap.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * remcap - routines for dealing with the remote host data base
 
 /*
  * remcap - routines for dealing with the remote host data base
index 24bef96..8dd9e9f 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)remote.c   4.7 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)remote.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 # include "tip.h"
 
 
 # include "tip.h"
 
index cf3d853..2bf7471 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)tip.c      4.18 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tip.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * tip - UNIX link to other systems
 
 /*
  * tip - UNIX link to other systems
index dd1490f..d06bdd6 100644 (file)
@@ -1,4 +1,10 @@
-/*     tip.h   4.11    83/06/25        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)tip.h       5.1 (Berkeley) %G%
+ */
 
 /*
  * tip - terminal interface program
 
 /*
  * tip - terminal interface program
index a447b1a..381f0b2 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)tipout.c   4.10 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)tipout.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 /*
 
 #include "tip.h"
 /*
index ddf5230..df07c0b 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uucplock.c 4.6 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)uucplock.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * defs that come from uucp.h
  */
 /*
  * defs that come from uucp.h
  */
index fd30778..29b6c34 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)value.c    4.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)value.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index 1a68e0b..c1ac6d5 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)vars.c     4.6 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)vars.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tip.h"
 
 
 #include "tip.h"