From 051b1e55503193faff5663c9dfedcddd7d62803a Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Tue, 30 Apr 1985 20:02:50 -0800 Subject: [PATCH] Add copyright 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 --- usr/src/lib/Makefile | 7 ++++++- usr/src/lib/libmp/gcd.c | 10 +++++++++- usr/src/lib/libmp/madd.c | 10 +++++++++- usr/src/lib/libmp/mdiv.c | 10 +++++++++- usr/src/lib/libmp/mout.c | 10 +++++++++- usr/src/lib/libmp/msqrt.c | 10 +++++++++- usr/src/lib/libmp/mult.c | 10 +++++++++- usr/src/lib/libmp/pow.c | 10 +++++++++- usr/src/lib/libmp/util.c | 10 +++++++++- usr/src/libexec/getNAME/getNAME.c | 10 ++++++++-- usr/src/old/lib2648/drawbox.c | 11 ++++++++++- usr/src/old/lib2648/dumpmat.c | 10 +++++++++- usr/src/old/lib2648/emptyrow.c | 11 ++++++++++- usr/src/old/lib2648/error.c | 11 ++++++++++- usr/src/old/lib2648/escseq.c | 11 ++++++++++- usr/src/old/lib2648/gdefault.c | 11 ++++++++++- usr/src/old/lib2648/gon.c | 10 +++++++++- usr/src/old/lib2648/kon.c | 11 ++++++++++- usr/src/old/lib2648/line.c | 11 ++++++++++- usr/src/old/lib2648/mat.c | 11 ++++++++++- usr/src/old/lib2648/message.c | 11 ++++++++++- usr/src/old/lib2648/minmax.c | 11 ++++++++++- usr/src/old/lib2648/motion.c | 11 ++++++++++- usr/src/old/lib2648/move.c | 11 ++++++++++- usr/src/usr.bin/tip/aculib/dn11.c | 10 ++++++++-- usr/src/usr.bin/tip/aculib/hayes.c | 10 ++++++++-- usr/src/usr.bin/tip/aculib/v3451.c | 10 ++++++++-- usr/src/usr.bin/tip/aculib/v831.c | 10 ++++++++-- usr/src/usr.bin/tip/aculib/ventel.c | 10 ++++++++-- usr/src/usr.bin/tip/acutab.c | 10 ++++++++-- usr/src/usr.bin/tip/cmds.c | 10 ++++++++-- usr/src/usr.bin/tip/cmdtab.c | 10 ++++++++-- usr/src/usr.bin/tip/cu.c | 10 ++++++++-- usr/src/usr.bin/tip/hunt.c | 10 ++++++++-- usr/src/usr.bin/tip/log.c | 10 ++++++++-- usr/src/usr.bin/tip/partab.c | 10 ++++++++-- usr/src/usr.bin/tip/remcap.c | 10 ++++++++-- usr/src/usr.bin/tip/remote.c | 10 ++++++++-- usr/src/usr.bin/tip/tip.c | 16 ++++++++++++++-- usr/src/usr.bin/tip/tip.h | 8 +++++++- usr/src/usr.bin/tip/tipout.c | 10 ++++++++-- usr/src/usr.bin/tip/uucplock.c | 11 +++++++++-- usr/src/usr.bin/tip/value.c | 10 ++++++++-- usr/src/usr.bin/tip/vars.c | 10 ++++++++-- 44 files changed, 390 insertions(+), 64 deletions(-) diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 970f925b85..45125ef37e 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -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 diff --git a/usr/src/lib/libmp/gcd.c b/usr/src/lib/libmp/gcd.c index 578234ec16..8da4970b23 100644 --- a/usr/src/lib/libmp/gcd.c +++ b/usr/src/lib/libmp/gcd.c @@ -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 gcd(a,b,c) MINT *a,*b,*c; diff --git a/usr/src/lib/libmp/madd.c b/usr/src/lib/libmp/madd.c index 5b0be694b6..75503fcd2c 100644 --- a/usr/src/lib/libmp/madd.c +++ b/usr/src/lib/libmp/madd.c @@ -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 m_add(a,b,c) struct mint *a,*b,*c; diff --git a/usr/src/lib/libmp/mdiv.c b/usr/src/lib/libmp/mdiv.c index a93ea068f2..c587737ee6 100644 --- a/usr/src/lib/libmp/mdiv.c +++ b/usr/src/lib/libmp/mdiv.c @@ -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 mdiv(a,b,q,r) MINT *a,*b,*q,*r; diff --git a/usr/src/lib/libmp/mout.c b/usr/src/lib/libmp/mout.c index 3163c57bb2..65fa009889 100644 --- a/usr/src/lib/libmp/mout.c +++ b/usr/src/lib/libmp/mout.c @@ -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 #include diff --git a/usr/src/lib/libmp/msqrt.c b/usr/src/lib/libmp/msqrt.c index 05ba9ee34d..fdbb00200b 100644 --- a/usr/src/lib/libmp/msqrt.c +++ b/usr/src/lib/libmp/msqrt.c @@ -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 msqrt(a,b,r) MINT *a,*b,*r; diff --git a/usr/src/lib/libmp/mult.c b/usr/src/lib/libmp/mult.c index 9ceb7f49fc..cbe63c0c13 100644 --- a/usr/src/lib/libmp/mult.c +++ b/usr/src/lib/libmp/mult.c @@ -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 mult(a,b,c) struct mint *a,*b,*c; diff --git a/usr/src/lib/libmp/pow.c b/usr/src/lib/libmp/pow.c index d46b8251b6..7db1768d11 100644 --- a/usr/src/lib/libmp/pow.c +++ b/usr/src/lib/libmp/pow.c @@ -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 pow(a,b,c,d) MINT *a,*b,*c,*d; diff --git a/usr/src/lib/libmp/util.c b/usr/src/lib/libmp/util.c index 96e8fab535..1375bc30dc 100644 --- a/usr/src/lib/libmp/util.c +++ b/usr/src/lib/libmp/util.c @@ -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 diff --git a/usr/src/libexec/getNAME/getNAME.c b/usr/src/libexec/getNAME/getNAME.c index b621a558d6..6c66086a90 100644 --- a/usr/src/libexec/getNAME/getNAME.c +++ b/usr/src/libexec/getNAME/getNAME.c @@ -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 -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. diff --git a/usr/src/old/lib2648/drawbox.c b/usr/src/old/lib2648/drawbox.c index 2cadb5ed3b..f7da50a0d9 100644 --- a/usr/src/old/lib2648/drawbox.c +++ b/usr/src/old/lib2648/drawbox.c @@ -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. diff --git a/usr/src/old/lib2648/dumpmat.c b/usr/src/old/lib2648/dumpmat.c index 2f5f451486..32312ce091 100644 --- a/usr/src/old/lib2648/dumpmat.c +++ b/usr/src/old/lib2648/dumpmat.c @@ -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" diff --git a/usr/src/old/lib2648/emptyrow.c b/usr/src/old/lib2648/emptyrow.c index 817bad184d..a224378b67 100644 --- a/usr/src/old/lib2648/emptyrow.c +++ b/usr/src/old/lib2648/emptyrow.c @@ -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. * diff --git a/usr/src/old/lib2648/error.c b/usr/src/old/lib2648/error.c index 82e2cd3a90..2914c18db2 100644 --- a/usr/src/old/lib2648/error.c +++ b/usr/src/old/lib2648/error.c @@ -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. */ diff --git a/usr/src/old/lib2648/escseq.c b/usr/src/old/lib2648/escseq.c index 3177084a91..8f9d966901 100644 --- a/usr/src/old/lib2648/escseq.c +++ b/usr/src/old/lib2648/escseq.c @@ -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. diff --git a/usr/src/old/lib2648/gdefault.c b/usr/src/old/lib2648/gdefault.c index e4c75d9491..da0b5c00b4 100644 --- a/usr/src/old/lib2648/gdefault.c +++ b/usr/src/old/lib2648/gdefault.c @@ -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 */ diff --git a/usr/src/old/lib2648/gon.c b/usr/src/old/lib2648/gon.c index 13a09eb9a6..cbe8c264e2 100644 --- a/usr/src/old/lib2648/gon.c +++ b/usr/src/old/lib2648/gon.c @@ -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" diff --git a/usr/src/old/lib2648/kon.c b/usr/src/old/lib2648/kon.c index 32a492c471..2fa9962bfe 100644 --- a/usr/src/old/lib2648/kon.c +++ b/usr/src/old/lib2648/kon.c @@ -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. */ diff --git a/usr/src/old/lib2648/line.c b/usr/src/old/lib2648/line.c index 6e7a81266f..0201d5b89f 100644 --- a/usr/src/old/lib2648/line.c +++ b/usr/src/old/lib2648/line.c @@ -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. */ diff --git a/usr/src/old/lib2648/mat.c b/usr/src/old/lib2648/mat.c index f01ef2bda5..c45ce7cbca 100644 --- a/usr/src/old/lib2648/mat.c +++ b/usr/src/old/lib2648/mat.c @@ -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. diff --git a/usr/src/old/lib2648/message.c b/usr/src/old/lib2648/message.c index 579f3c7067..c938848d91 100644 --- a/usr/src/old/lib2648/message.c +++ b/usr/src/old/lib2648/message.c @@ -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. */ diff --git a/usr/src/old/lib2648/minmax.c b/usr/src/old/lib2648/minmax.c index bcbfba9082..8513873c4c 100644 --- a/usr/src/old/lib2648/minmax.c +++ b/usr/src/old/lib2648/minmax.c @@ -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. */ diff --git a/usr/src/old/lib2648/motion.c b/usr/src/old/lib2648/motion.c index 1853b5c7a3..3462be8a71 100644 --- a/usr/src/old/lib2648/motion.c +++ b/usr/src/old/lib2648/motion.c @@ -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. */ diff --git a/usr/src/old/lib2648/move.c b/usr/src/old/lib2648/move.c index 11cc665124..882a441c49 100644 --- a/usr/src/old/lib2648/move.c +++ b/usr/src/old/lib2648/move.c @@ -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. diff --git a/usr/src/usr.bin/tip/aculib/dn11.c b/usr/src/usr.bin/tip/aculib/dn11.c index 091ff51253..2a9553aff7 100644 --- a/usr/src/usr.bin/tip/aculib/dn11.c +++ b/usr/src/usr.bin/tip/aculib/dn11.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/hayes.c b/usr/src/usr.bin/tip/aculib/hayes.c index 80979cd97f..ee2b13ddb1 100644 --- a/usr/src/usr.bin/tip/aculib/hayes.c +++ b/usr/src/usr.bin/tip/aculib/hayes.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/v3451.c b/usr/src/usr.bin/tip/aculib/v3451.c index 6c43218b59..48465ea663 100644 --- a/usr/src/usr.bin/tip/aculib/v3451.c +++ b/usr/src/usr.bin/tip/aculib/v3451.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/v831.c b/usr/src/usr.bin/tip/aculib/v831.c index 69b4f3613f..a7278fc938 100644 --- a/usr/src/usr.bin/tip/aculib/v831.c +++ b/usr/src/usr.bin/tip/aculib/v831.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/ventel.c b/usr/src/usr.bin/tip/aculib/ventel.c index 731d6aefdc..9d62bdc1b4 100644 --- a/usr/src/usr.bin/tip/aculib/ventel.c +++ b/usr/src/usr.bin/tip/aculib/ventel.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/acutab.c b/usr/src/usr.bin/tip/acutab.c index 5dbc476852..a5c9e83e21 100644 --- a/usr/src/usr.bin/tip/acutab.c +++ b/usr/src/usr.bin/tip/acutab.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/cmds.c b/usr/src/usr.bin/tip/cmds.c index a8c303ebe4..456579c18d 100644 --- a/usr/src/usr.bin/tip/cmds.c +++ b/usr/src/usr.bin/tip/cmds.c @@ -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 -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" /* diff --git a/usr/src/usr.bin/tip/cmdtab.c b/usr/src/usr.bin/tip/cmdtab.c index 6fb8fa8e75..8139935ece 100644 --- a/usr/src/usr.bin/tip/cmdtab.c +++ b/usr/src/usr.bin/tip/cmdtab.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/cu.c b/usr/src/usr.bin/tip/cu.c index 8784717067..a0ba09e73b 100644 --- a/usr/src/usr.bin/tip/cu.c +++ b/usr/src/usr.bin/tip/cu.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/hunt.c b/usr/src/usr.bin/tip/hunt.c index a337177ac6..3e56b294f2 100644 --- a/usr/src/usr.bin/tip/hunt.c +++ b/usr/src/usr.bin/tip/hunt.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/log.c b/usr/src/usr.bin/tip/log.c index a911900ede..6a3e3da44e 100644 --- a/usr/src/usr.bin/tip/log.c +++ b/usr/src/usr.bin/tip/log.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/partab.c b/usr/src/usr.bin/tip/partab.c index 0ce9394654..f78262d8d1 100644 --- a/usr/src/usr.bin/tip/partab.c +++ b/usr/src/usr.bin/tip/partab.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/remcap.c b/usr/src/usr.bin/tip/remcap.c index e3f6784ebb..9c713ce78e 100644 --- a/usr/src/usr.bin/tip/remcap.c +++ b/usr/src/usr.bin/tip/remcap.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/remote.c b/usr/src/usr.bin/tip/remote.c index 24bef96f26..8dd9e9f829 100644 --- a/usr/src/usr.bin/tip/remote.c +++ b/usr/src/usr.bin/tip/remote.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/tip.c b/usr/src/usr.bin/tip/tip.c index cf3d853f33..2bf74710a2 100644 --- a/usr/src/usr.bin/tip/tip.c +++ b/usr/src/usr.bin/tip/tip.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/tip.h b/usr/src/usr.bin/tip/tip.h index dd1490f871..d06bdd63a1 100644 --- a/usr/src/usr.bin/tip/tip.h +++ b/usr/src/usr.bin/tip/tip.h @@ -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 diff --git a/usr/src/usr.bin/tip/tipout.c b/usr/src/usr.bin/tip/tipout.c index a447b1a198..381f0b2415 100644 --- a/usr/src/usr.bin/tip/tipout.c +++ b/usr/src/usr.bin/tip/tipout.c @@ -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 -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" /* diff --git a/usr/src/usr.bin/tip/uucplock.c b/usr/src/usr.bin/tip/uucplock.c index ddf52301fc..df07c0b2f4 100644 --- a/usr/src/usr.bin/tip/uucplock.c +++ b/usr/src/usr.bin/tip/uucplock.c @@ -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 -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 */ diff --git a/usr/src/usr.bin/tip/value.c b/usr/src/usr.bin/tip/value.c index fd307784ad..29b6c346b4 100644 --- a/usr/src/usr.bin/tip/value.c +++ b/usr/src/usr.bin/tip/value.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/vars.c b/usr/src/usr.bin/tip/vars.c index 1a68e0be25..c1ac6d5039 100644 --- a/usr/src/usr.bin/tip/vars.c +++ b/usr/src/usr.bin/tip/vars.c @@ -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 -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" -- 2.20.1