From b059c7be2b38fd0042e6d2999382d7064ea0201f Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Fri, 7 Jun 1985 16:44:48 -0800 Subject: [PATCH] Add copyright SCCS-vsn: lib/libcurses/tstp.c 5.1 SCCS-vsn: lib/libcurses/unctrl.c 5.1 SCCS-vsn: lib/libplot/t4013/arc.c 5.1 SCCS-vsn: lib/libplot/t4013/box.c 5.1 SCCS-vsn: lib/libplot/t4013/circle.c 5.1 SCCS-vsn: lib/libplot/t4013/close.c 5.1 SCCS-vsn: lib/libplot/t4013/dot.c 5.1 SCCS-vsn: lib/libplot/t4013/erase.c 5.1 SCCS-vsn: lib/libplot/t4013/label.c 5.1 SCCS-vsn: lib/libplot/t4013/line.c 5.1 SCCS-vsn: lib/libplot/t4013/linemod.c 5.1 SCCS-vsn: lib/libplot/t4013/move.c 5.1 SCCS-vsn: lib/libplot/t4013/open.c 5.1 SCCS-vsn: lib/libplot/t4013/point.c 5.1 SCCS-vsn: lib/libplot/t4013/scale.c 5.1 SCCS-vsn: lib/libplot/t4013/space.c 5.1 SCCS-vsn: lib/libplot/t4013/subr.c 5.1 SCCS-vsn: lib/libplot/t4013/Makefile 5.1 SCCS-vsn: lib/libplot/f77plot/arc.c 5.1 SCCS-vsn: lib/libplot/f77plot/box.c 5.1 SCCS-vsn: lib/libplot/f77plot/circle.c 5.1 SCCS-vsn: lib/libplot/f77plot/clospl.c 5.1 SCCS-vsn: lib/libplot/f77plot/cont.c 5.1 SCCS-vsn: lib/libplot/f77plot/dot.c 5.1 SCCS-vsn: lib/libplot/f77plot/erase.c 5.1 SCCS-vsn: lib/libplot/f77plot/label.c 5.1 SCCS-vsn: lib/libplot/f77plot/line.c 5.1 SCCS-vsn: lib/libplot/f77plot/linemd.c 5.1 SCCS-vsn: lib/libplot/f77plot/move.c 5.1 SCCS-vsn: lib/libplot/f77plot/open.c 5.1 SCCS-vsn: lib/libplot/f77plot/point.c 5.1 SCCS-vsn: lib/libplot/f77plot/space.c 5.1 SCCS-vsn: lib/libplot/f77plot/Makefile 5.1 SCCS-vsn: sbin/routed/query/query.c 5.1 SCCS-vsn: usr.bin/mail/cmd1.c 5.1 SCCS-vsn: usr.bin/mail/cmdtab.c 5.1 --- usr/src/lib/libcurses/tstp.c | 12 +++++++++++- usr/src/lib/libcurses/unctrl.c | 11 ++++++++++- usr/src/lib/libplot/f77plot/Makefile | 7 ++++++- usr/src/lib/libplot/f77plot/arc.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/box.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/circle.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/clospl.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/cont.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/dot.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/erase.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/label.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/line.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/linemd.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/move.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/open.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/point.c | 11 +++++++++-- usr/src/lib/libplot/f77plot/space.c | 11 +++++++++-- usr/src/lib/libplot/t4013/Makefile | 7 ++++++- usr/src/lib/libplot/t4013/arc.c | 10 ++++++++-- usr/src/lib/libplot/t4013/box.c | 10 ++++++++-- usr/src/lib/libplot/t4013/circle.c | 10 ++++++++-- usr/src/lib/libplot/t4013/close.c | 10 ++++++++-- usr/src/lib/libplot/t4013/dot.c | 10 ++++++++-- usr/src/lib/libplot/t4013/erase.c | 10 ++++++++-- usr/src/lib/libplot/t4013/label.c | 10 ++++++++-- usr/src/lib/libplot/t4013/line.c | 10 ++++++++-- usr/src/lib/libplot/t4013/linemod.c | 10 ++++++++-- usr/src/lib/libplot/t4013/move.c | 10 ++++++++-- usr/src/lib/libplot/t4013/open.c | 10 ++++++++-- usr/src/lib/libplot/t4013/point.c | 10 ++++++++-- usr/src/lib/libplot/t4013/scale.c | 10 ++++++++-- usr/src/lib/libplot/t4013/space.c | 10 ++++++++-- usr/src/lib/libplot/t4013/subr.c | 10 ++++++++-- usr/src/sbin/routed/query/query.c | 10 ++++++++-- usr/src/usr.bin/mail/cmd1.c | 10 ++++++++-- usr/src/usr.bin/mail/cmdtab.c | 10 ++++++++-- 36 files changed, 303 insertions(+), 68 deletions(-) diff --git a/usr/src/lib/libcurses/tstp.c b/usr/src/lib/libcurses/tstp.c index 402643c6b4..68b476e3e0 100644 --- a/usr/src/lib/libcurses/tstp.c +++ b/usr/src/lib/libcurses/tstp.c @@ -1,3 +1,13 @@ +/* + * 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[] = "@(#)tstp.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "curses.ext" @@ -5,7 +15,7 @@ /* * handle stop and start signals * - * @(#)tstp.c 1.4 (Berkeley) %G% + * @(#)tstp.c 5.1 (Berkeley) %G% */ tstp() { diff --git a/usr/src/lib/libcurses/unctrl.c b/usr/src/lib/libcurses/unctrl.c index 89464c8651..024e215568 100644 --- a/usr/src/lib/libcurses/unctrl.c +++ b/usr/src/lib/libcurses/unctrl.c @@ -1,7 +1,16 @@ +/* + * 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[] = "@(#)unctrl.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * define unctrl codes for each character * - * @(#)unctrl.c 1.2 (Berkeley) %G% */ /* LINTLIBRARY */ diff --git a/usr/src/lib/libplot/f77plot/Makefile b/usr/src/lib/libplot/f77plot/Makefile index 5fad0a8b97..d95f928b5f 100644 --- a/usr/src/lib/libplot/f77plot/Makefile +++ b/usr/src/lib/libplot/f77plot/Makefile @@ -1,4 +1,9 @@ -# Makefile 1.1 85/01/02 +# +# 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% # CFLAGS= -O diff --git a/usr/src/lib/libplot/f77plot/arc.c b/usr/src/lib/libplot/f77plot/arc.c index eb57526c67..27a10cde89 100644 --- a/usr/src/lib/libplot/f77plot/arc.c +++ b/usr/src/lib/libplot/f77plot/arc.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)arc.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)arc.c 5.1 (Berkeley) %G%"; +#endif not lint + arc_(x,y,x0,y0,x1,y1) int *x, *y, *x0, *y0, *x1, *y1; { diff --git a/usr/src/lib/libplot/f77plot/box.c b/usr/src/lib/libplot/f77plot/box.c index 786ccf636b..37b082e1e9 100644 --- a/usr/src/lib/libplot/f77plot/box.c +++ b/usr/src/lib/libplot/f77plot/box.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)box.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)box.c 5.1 (Berkeley) %G%"; +#endif not lint + box_(x0, y0, x1, y1) int *x0, *y0, *x1, *y1; { diff --git a/usr/src/lib/libplot/f77plot/circle.c b/usr/src/lib/libplot/f77plot/circle.c index d258937e0f..b645353324 100644 --- a/usr/src/lib/libplot/f77plot/circle.c +++ b/usr/src/lib/libplot/f77plot/circle.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)circle.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)circle.c 5.1 (Berkeley) %G%"; +#endif not lint + circle_(x,y,r) int *x, *y, *r; { diff --git a/usr/src/lib/libplot/f77plot/clospl.c b/usr/src/lib/libplot/f77plot/clospl.c index 17f4893e35..96634e6fa9 100644 --- a/usr/src/lib/libplot/f77plot/clospl.c +++ b/usr/src/lib/libplot/f77plot/clospl.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)clospl.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)clospl.c 5.1 (Berkeley) %G%"; +#endif not lint + closvt_(){ closevt(); } diff --git a/usr/src/lib/libplot/f77plot/cont.c b/usr/src/lib/libplot/f77plot/cont.c index 18f256fbf4..f274b9a9d3 100644 --- a/usr/src/lib/libplot/f77plot/cont.c +++ b/usr/src/lib/libplot/f77plot/cont.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)cont.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)cont.c 5.1 (Berkeley) %G%"; +#endif not lint + cont_(x,y) int *x, *y; { diff --git a/usr/src/lib/libplot/f77plot/dot.c b/usr/src/lib/libplot/f77plot/dot.c index 5fd1391acc..0cbfcbf2de 100644 --- a/usr/src/lib/libplot/f77plot/dot.c +++ b/usr/src/lib/libplot/f77plot/dot.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)dot.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)dot.c 5.1 (Berkeley) %G%"; +#endif not lint + dot_(xi, yi, dx, n, pat) int *xi, *yi, *dx, *n, *pat; { diff --git a/usr/src/lib/libplot/f77plot/erase.c b/usr/src/lib/libplot/f77plot/erase.c index 4fc7b0e4d3..fd3b801fa6 100644 --- a/usr/src/lib/libplot/f77plot/erase.c +++ b/usr/src/lib/libplot/f77plot/erase.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)erase.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)erase.c 5.1 (Berkeley) %G%"; +#endif not lint + erase_() { erase(); diff --git a/usr/src/lib/libplot/f77plot/label.c b/usr/src/lib/libplot/f77plot/label.c index 23f39e4a2d..e58b43044a 100644 --- a/usr/src/lib/libplot/f77plot/label.c +++ b/usr/src/lib/libplot/f77plot/label.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)label.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)label.c 5.1 (Berkeley) %G%"; +#endif not lint + label_(s, len) register char *s; long len; diff --git a/usr/src/lib/libplot/f77plot/line.c b/usr/src/lib/libplot/f77plot/line.c index d08644e4b6..24f41e37c3 100644 --- a/usr/src/lib/libplot/f77plot/line.c +++ b/usr/src/lib/libplot/f77plot/line.c @@ -1,6 +1,13 @@ +/* + * 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 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)line.c 5.1 (Berkeley) %G%"; +#endif not lint + line_(x0,y0,x1,y1) int *x0, *y0, *x1, *y1; { diff --git a/usr/src/lib/libplot/f77plot/linemd.c b/usr/src/lib/libplot/f77plot/linemd.c index 695a32292b..63d9806563 100644 --- a/usr/src/lib/libplot/f77plot/linemd.c +++ b/usr/src/lib/libplot/f77plot/linemd.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)linemd.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)linemd.c 5.1 (Berkeley) %G%"; +#endif not lint + linemd_(s, len) register char *s; long len; diff --git a/usr/src/lib/libplot/f77plot/move.c b/usr/src/lib/libplot/f77plot/move.c index 56b77be8d4..aa49ea043d 100644 --- a/usr/src/lib/libplot/f77plot/move.c +++ b/usr/src/lib/libplot/f77plot/move.c @@ -1,6 +1,13 @@ +/* + * 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 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)move.c 5.1 (Berkeley) %G%"; +#endif not lint + move_(xi,yi) int *xi, *yi; { diff --git a/usr/src/lib/libplot/f77plot/open.c b/usr/src/lib/libplot/f77plot/open.c index 364cf02c2e..02aa026d06 100644 --- a/usr/src/lib/libplot/f77plot/open.c +++ b/usr/src/lib/libplot/f77plot/open.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)open.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)open.c 5.1 (Berkeley) %G%"; +#endif not lint + openvt_() { openvt(); diff --git a/usr/src/lib/libplot/f77plot/point.c b/usr/src/lib/libplot/f77plot/point.c index f658f9467b..d985661e5e 100644 --- a/usr/src/lib/libplot/f77plot/point.c +++ b/usr/src/lib/libplot/f77plot/point.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)point.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)point.c 5.1 (Berkeley) %G%"; +#endif not lint + point_(xi,yi) int *xi, *yi; { diff --git a/usr/src/lib/libplot/f77plot/space.c b/usr/src/lib/libplot/f77plot/space.c index c1d882ad40..ad6bbee21b 100644 --- a/usr/src/lib/libplot/f77plot/space.c +++ b/usr/src/lib/libplot/f77plot/space.c @@ -1,6 +1,13 @@ +/* + * 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[] = "@(#)space.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)space.c 5.1 (Berkeley) %G%"; +#endif not lint + space_(x0,y0,x1,y1) int *x0, *y0, *x1, *y1; { diff --git a/usr/src/lib/libplot/t4013/Makefile b/usr/src/lib/libplot/t4013/Makefile index 61d887b312..badab2d113 100644 --- a/usr/src/lib/libplot/t4013/Makefile +++ b/usr/src/lib/libplot/t4013/Makefile @@ -1,4 +1,9 @@ -# Makefile 1.1 85/01/02 +# +# 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% # CFLAGS= -O OBJS= arc.o box.o circle.o close.o dot.o erase.o label.o \ diff --git a/usr/src/lib/libplot/t4013/arc.c b/usr/src/lib/libplot/t4013/arc.c index bbf3e8918a..95bde66407 100644 --- a/usr/src/lib/libplot/t4013/arc.c +++ b/usr/src/lib/libplot/t4013/arc.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[] = "@(#)arc.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)arc.c 5.1 (Berkeley) %G%"; +#endif not lint int del = 20; step(d){ diff --git a/usr/src/lib/libplot/t4013/box.c b/usr/src/lib/libplot/t4013/box.c index c570eae0db..2703a00e7e 100644 --- a/usr/src/lib/libplot/t4013/box.c +++ b/usr/src/lib/libplot/t4013/box.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[] = "@(#)box.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)box.c 5.1 (Berkeley) %G%"; +#endif not lint box(x0, y0, x1, y1) { diff --git a/usr/src/lib/libplot/t4013/circle.c b/usr/src/lib/libplot/t4013/circle.c index 7f12c6eb10..ff75e58556 100644 --- a/usr/src/lib/libplot/t4013/circle.c +++ b/usr/src/lib/libplot/t4013/circle.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[] = "@(#)circle.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)circle.c 5.1 (Berkeley) %G%"; +#endif not lint circle(x,y,r){ arc(x,y,x+r,y,x+r,y); diff --git a/usr/src/lib/libplot/t4013/close.c b/usr/src/lib/libplot/t4013/close.c index a347d259e9..2d80b9d2ec 100644 --- a/usr/src/lib/libplot/t4013/close.c +++ b/usr/src/lib/libplot/t4013/close.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[] = "@(#)close.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)close.c 5.1 (Berkeley) %G%"; +#endif not lint #include closevt(){ diff --git a/usr/src/lib/libplot/t4013/dot.c b/usr/src/lib/libplot/t4013/dot.c index 92d6287157..06fd1e9213 100644 --- a/usr/src/lib/libplot/t4013/dot.c +++ b/usr/src/lib/libplot/t4013/dot.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[] = "@(#)dot.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)dot.c 5.1 (Berkeley) %G%"; +#endif not lint dot(){ } diff --git a/usr/src/lib/libplot/t4013/erase.c b/usr/src/lib/libplot/t4013/erase.c index a620a4299b..4f2565809b 100644 --- a/usr/src/lib/libplot/t4013/erase.c +++ b/usr/src/lib/libplot/t4013/erase.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[] = "@(#)erase.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)erase.c 5.1 (Berkeley) %G%"; +#endif not lint extern int ohiy; extern int ohix; diff --git a/usr/src/lib/libplot/t4013/label.c b/usr/src/lib/libplot/t4013/label.c index 70ee7bc58e..97e74fe101 100644 --- a/usr/src/lib/libplot/t4013/label.c +++ b/usr/src/lib/libplot/t4013/label.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[] = "@(#)label.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)label.c 5.1 (Berkeley) %G%"; +#endif not lint label(s) char *s; diff --git a/usr/src/lib/libplot/t4013/line.c b/usr/src/lib/libplot/t4013/line.c index f9c9403467..2d14ddb4f2 100644 --- a/usr/src/lib/libplot/t4013/line.c +++ b/usr/src/lib/libplot/t4013/line.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[] = "@(#)line.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)line.c 5.1 (Berkeley) %G%"; +#endif not lint line(x0,y0,x1,y1){ move(x0,y0); diff --git a/usr/src/lib/libplot/t4013/linemod.c b/usr/src/lib/libplot/t4013/linemod.c index bc22069f4b..892109e5a8 100644 --- a/usr/src/lib/libplot/t4013/linemod.c +++ b/usr/src/lib/libplot/t4013/linemod.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[] = "@(#)linemod.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)linemod.c 5.1 (Berkeley) %G%"; +#endif not lint linemod(s) char *s; diff --git a/usr/src/lib/libplot/t4013/move.c b/usr/src/lib/libplot/t4013/move.c index 71f08d315d..1921499a89 100644 --- a/usr/src/lib/libplot/t4013/move.c +++ b/usr/src/lib/libplot/t4013/move.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[] = "@(#)move.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)move.c 5.1 (Berkeley) %G%"; +#endif not lint move(xi,yi){ putch(035); diff --git a/usr/src/lib/libplot/t4013/open.c b/usr/src/lib/libplot/t4013/open.c index 1dae0cf278..2066eb5b9b 100644 --- a/usr/src/lib/libplot/t4013/open.c +++ b/usr/src/lib/libplot/t4013/open.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[] = "@(#)open.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)open.c 5.1 (Berkeley) %G%"; +#endif not lint openvt () { diff --git a/usr/src/lib/libplot/t4013/point.c b/usr/src/lib/libplot/t4013/point.c index 1748ab2022..8f8a9d0fee 100644 --- a/usr/src/lib/libplot/t4013/point.c +++ b/usr/src/lib/libplot/t4013/point.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[] = "@(#)point.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)point.c 5.1 (Berkeley) %G%"; +#endif not lint point(xi,yi){ move(xi,yi); diff --git a/usr/src/lib/libplot/t4013/scale.c b/usr/src/lib/libplot/t4013/scale.c index b7da10d8d1..dbdd179776 100644 --- a/usr/src/lib/libplot/t4013/scale.c +++ b/usr/src/lib/libplot/t4013/scale.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[] = "@(#)scale.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)scale.c 5.1 (Berkeley) %G%"; +#endif not lint extern float scalex; extern float scaley; diff --git a/usr/src/lib/libplot/t4013/space.c b/usr/src/lib/libplot/t4013/space.c index 459e3b1060..bc10e8e6e0 100644 --- a/usr/src/lib/libplot/t4013/space.c +++ b/usr/src/lib/libplot/t4013/space.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[] = "@(#)space.c 1.1 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)space.c 5.1 (Berkeley) %G%"; +#endif not lint extern float botx; extern float boty; diff --git a/usr/src/lib/libplot/t4013/subr.c b/usr/src/lib/libplot/t4013/subr.c index d982698229..9208601eb4 100644 --- a/usr/src/lib/libplot/t4013/subr.c +++ b/usr/src/lib/libplot/t4013/subr.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[] = "@(#)subr.c 1.2 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)subr.c 5.1 (Berkeley) %G%"; +#endif not lint #include float obotx = 0.; diff --git a/usr/src/sbin/routed/query/query.c b/usr/src/sbin/routed/query/query.c index 8f20caa82a..d4585af29c 100644 --- a/usr/src/sbin/routed/query/query.c +++ b/usr/src/sbin/routed/query/query.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[] = "@(#)query.c 4.7 %G%"; -#endif +static char sccsid[] = "@(#)query.c 5.1 (Berkeley) %G%"; +#endif not lint #include #include diff --git a/usr/src/usr.bin/mail/cmd1.c b/usr/src/usr.bin/mail/cmd1.c index 6ad7b8abfc..56d84c38dd 100644 --- a/usr/src/usr.bin/mail/cmd1.c +++ b/usr/src/usr.bin/mail/cmd1.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[] = "@(#)cmd1.c 2.14 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)cmd1.c 5.1 (Berkeley) %G%"; +#endif not lint #include "rcv.h" #include diff --git a/usr/src/usr.bin/mail/cmdtab.c b/usr/src/usr.bin/mail/cmdtab.c index b322025659..ea8c2e1847 100644 --- a/usr/src/usr.bin/mail/cmdtab.c +++ b/usr/src/usr.bin/mail/cmdtab.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 = "@(#)cmdtab.c 2.12 (Berkeley) %G%"; -#endif +static char sccsid[] = "@(#)cmdtab.c 5.1 (Berkeley) %G%"; +#endif not lint #include "def.h" -- 2.20.1