From 01cd45a8f0a3fc571ae76bea04d34c8ce8c6409a Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 5 Jun 1993 00:20:28 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: lib/libplot/aed/dot.c 8.1 SCCS-vsn: lib/libplot/aed/erase.c 8.1 SCCS-vsn: lib/libplot/aed/label.c 8.1 SCCS-vsn: lib/libplot/aed/line.c 8.1 SCCS-vsn: lib/libplot/aed/linemod.c 8.1 SCCS-vsn: lib/libplot/aed/move.c 8.1 SCCS-vsn: lib/libplot/aed/open.c 8.1 SCCS-vsn: lib/libplot/aed/point.c 8.1 SCCS-vsn: lib/libplot/aed/space.c 8.1 SCCS-vsn: lib/libplot/aed/subr.c 8.1 --- usr/src/lib/libplot/aed/dot.c | 6 +++--- usr/src/lib/libplot/aed/erase.c | 6 +++--- usr/src/lib/libplot/aed/label.c | 6 +++--- usr/src/lib/libplot/aed/line.c | 6 +++--- usr/src/lib/libplot/aed/linemod.c | 6 +++--- usr/src/lib/libplot/aed/move.c | 6 +++--- usr/src/lib/libplot/aed/open.c | 6 +++--- usr/src/lib/libplot/aed/point.c | 6 +++--- usr/src/lib/libplot/aed/space.c | 6 +++--- usr/src/lib/libplot/aed/subr.c | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/usr/src/lib/libplot/aed/dot.c b/usr/src/lib/libplot/aed/dot.c index ad71c60c62..de3b77c842 100644 --- a/usr/src/lib/libplot/aed/dot.c +++ b/usr/src/lib/libplot/aed/dot.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)dot.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)dot.c 8.1 (Berkeley) %G%"; #endif /* not lint */ dot(){ diff --git a/usr/src/lib/libplot/aed/erase.c b/usr/src/lib/libplot/aed/erase.c index 4715ac06a4..c1c0baccdb 100644 --- a/usr/src/lib/libplot/aed/erase.c +++ b/usr/src/lib/libplot/aed/erase.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)erase.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)erase.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/label.c b/usr/src/lib/libplot/aed/label.c index da6e5cf87a..71102a0abf 100644 --- a/usr/src/lib/libplot/aed/label.c +++ b/usr/src/lib/libplot/aed/label.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)label.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)label.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/line.c b/usr/src/lib/libplot/aed/line.c index 5d676cc32b..b82455ed46 100644 --- a/usr/src/lib/libplot/aed/line.c +++ b/usr/src/lib/libplot/aed/line.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)line.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)line.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/linemod.c b/usr/src/lib/libplot/aed/linemod.c index 99c907fc33..c0af18b43c 100644 --- a/usr/src/lib/libplot/aed/linemod.c +++ b/usr/src/lib/libplot/aed/linemod.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)linemod.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)linemod.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/move.c b/usr/src/lib/libplot/aed/move.c index b23ae09130..a55ffa7f8a 100644 --- a/usr/src/lib/libplot/aed/move.c +++ b/usr/src/lib/libplot/aed/move.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)move.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)move.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/open.c b/usr/src/lib/libplot/aed/open.c index 50a2d94049..2c6f9ddb6d 100644 --- a/usr/src/lib/libplot/aed/open.c +++ b/usr/src/lib/libplot/aed/open.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)open.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)open.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/lib/libplot/aed/point.c b/usr/src/lib/libplot/aed/point.c index 5fb60a47fc..1a331338a3 100644 --- a/usr/src/lib/libplot/aed/point.c +++ b/usr/src/lib/libplot/aed/point.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)point.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)point.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/space.c b/usr/src/lib/libplot/aed/space.c index a8ea9c5567..730d01b370 100644 --- a/usr/src/lib/libplot/aed/space.c +++ b/usr/src/lib/libplot/aed/space.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)space.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)space.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" diff --git a/usr/src/lib/libplot/aed/subr.c b/usr/src/lib/libplot/aed/subr.c index 90960217d5..6852e1bef4 100644 --- a/usr/src/lib/libplot/aed/subr.c +++ b/usr/src/lib/libplot/aed/subr.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)subr.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "aed.h" -- 2.20.1