From a78d00dd701f2fb85841ed8e82c679e037f2b8dd Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 22 Apr 1991 22:05:33 -0800 Subject: [PATCH] new copyright; att/bsd/shared SCCS-vsn: lib/libplot/gigi/arc.c 5.2 SCCS-vsn: lib/libplot/gigi/box.c 5.2 SCCS-vsn: lib/libplot/gigi/circle.c 5.2 SCCS-vsn: lib/libplot/gigi/close.c 5.3 SCCS-vsn: lib/libplot/gigi/cont.c 5.2 SCCS-vsn: lib/libplot/gigi/dot.c 5.2 SCCS-vsn: lib/libplot/gigi/erase.c 5.2 SCCS-vsn: lib/libplot/gigi/gigi.h 5.2 SCCS-vsn: lib/libplot/gigi/label.c 5.2 SCCS-vsn: lib/libplot/gigi/line.c 5.2 SCCS-vsn: lib/libplot/gigi/linemod.c 5.2 SCCS-vsn: lib/libplot/gigi/move.c 5.2 SCCS-vsn: lib/libplot/gigi/open.c 5.3 SCCS-vsn: lib/libplot/gigi/point.c 5.2 SCCS-vsn: lib/libplot/gigi/space.c 5.2 --- usr/src/lib/libplot/gigi/arc.c | 13 +++++++------ usr/src/lib/libplot/gigi/box.c | 13 +++++++------ usr/src/lib/libplot/gigi/circle.c | 13 +++++++------ usr/src/lib/libplot/gigi/close.c | 13 +++++++------ usr/src/lib/libplot/gigi/cont.c | 13 +++++++------ usr/src/lib/libplot/gigi/dot.c | 13 +++++++------ usr/src/lib/libplot/gigi/erase.c | 13 +++++++------ usr/src/lib/libplot/gigi/gigi.h | 11 ++++++----- usr/src/lib/libplot/gigi/label.c | 13 +++++++------ usr/src/lib/libplot/gigi/line.c | 13 +++++++------ usr/src/lib/libplot/gigi/linemod.c | 13 +++++++------ usr/src/lib/libplot/gigi/move.c | 13 +++++++------ usr/src/lib/libplot/gigi/open.c | 13 +++++++------ usr/src/lib/libplot/gigi/point.c | 13 +++++++------ usr/src/lib/libplot/gigi/space.c | 13 +++++++------ 15 files changed, 104 insertions(+), 89 deletions(-) diff --git a/usr/src/lib/libplot/gigi/arc.c b/usr/src/lib/libplot/gigi/arc.c index 3fe56221a3..3ad1493a06 100644 --- a/usr/src/lib/libplot/gigi/arc.c +++ b/usr/src/lib/libplot/gigi/arc.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)arc.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)arc.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/box.c b/usr/src/lib/libplot/gigi/box.c index 2703a00e7e..34ae87ff6c 100644 --- a/usr/src/lib/libplot/gigi/box.c +++ b/usr/src/lib/libplot/gigi/box.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)box.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)box.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ box(x0, y0, x1, y1) { diff --git a/usr/src/lib/libplot/gigi/circle.c b/usr/src/lib/libplot/gigi/circle.c index 77e367f56f..9eeb041876 100644 --- a/usr/src/lib/libplot/gigi/circle.c +++ b/usr/src/lib/libplot/gigi/circle.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)circle.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)circle.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/close.c b/usr/src/lib/libplot/gigi/close.c index c845a91498..68570d0978 100644 --- a/usr/src/lib/libplot/gigi/close.c +++ b/usr/src/lib/libplot/gigi/close.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)close.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)close.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ #include #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/cont.c b/usr/src/lib/libplot/gigi/cont.c index 630b710490..7c75bd5d4b 100644 --- a/usr/src/lib/libplot/gigi/cont.c +++ b/usr/src/lib/libplot/gigi/cont.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)cont.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)cont.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/dot.c b/usr/src/lib/libplot/gigi/dot.c index 06fd1e9213..c84392dbe3 100644 --- a/usr/src/lib/libplot/gigi/dot.c +++ b/usr/src/lib/libplot/gigi/dot.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)dot.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dot.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ dot(){ } diff --git a/usr/src/lib/libplot/gigi/erase.c b/usr/src/lib/libplot/gigi/erase.c index 5908be1c15..c5efc2ef27 100644 --- a/usr/src/lib/libplot/gigi/erase.c +++ b/usr/src/lib/libplot/gigi/erase.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)erase.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)erase.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/gigi.h b/usr/src/lib/libplot/gigi/gigi.h index 799d00fb2f..5a76edad81 100644 --- a/usr/src/lib/libplot/gigi/gigi.h +++ b/usr/src/lib/libplot/gigi/gigi.h @@ -1,9 +1,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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% * - * @(#)gigi.h 5.1 (Berkeley) %G% + * @(#)gigi.h 5.2 (Berkeley) %G% */ /* diff --git a/usr/src/lib/libplot/gigi/label.c b/usr/src/lib/libplot/gigi/label.c index 4cb7223751..880e582553 100644 --- a/usr/src/lib/libplot/gigi/label.c +++ b/usr/src/lib/libplot/gigi/label.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)label.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)label.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/line.c b/usr/src/lib/libplot/gigi/line.c index 7c4ea3379f..fb2a175ab3 100644 --- a/usr/src/lib/libplot/gigi/line.c +++ b/usr/src/lib/libplot/gigi/line.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)line.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)line.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/linemod.c b/usr/src/lib/libplot/gigi/linemod.c index d20c02125d..7e4a1b4084 100644 --- a/usr/src/lib/libplot/gigi/linemod.c +++ b/usr/src/lib/libplot/gigi/linemod.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)linemod.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)linemod.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/move.c b/usr/src/lib/libplot/gigi/move.c index 5f58a218a6..fd77161e6b 100644 --- a/usr/src/lib/libplot/gigi/move.c +++ b/usr/src/lib/libplot/gigi/move.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)move.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)move.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/open.c b/usr/src/lib/libplot/gigi/open.c index 29bc9e8306..6fa8feb606 100644 --- a/usr/src/lib/libplot/gigi/open.c +++ b/usr/src/lib/libplot/gigi/open.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)open.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)open.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * Displays plot files on a gigi "graphics" terminal. diff --git a/usr/src/lib/libplot/gigi/point.c b/usr/src/lib/libplot/gigi/point.c index 06c413b6fa..1fdabf5cab 100644 --- a/usr/src/lib/libplot/gigi/point.c +++ b/usr/src/lib/libplot/gigi/point.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)point.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)point.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" diff --git a/usr/src/lib/libplot/gigi/space.c b/usr/src/lib/libplot/gigi/space.c index d0c8e0ff97..344957c4e5 100644 --- a/usr/src/lib/libplot/gigi/space.c +++ b/usr/src/lib/libplot/gigi/space.c @@ -1,12 +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. +/*- + * Copyright (c) 1980 The Regents of the University of California. + * All rights reserved. + * + * %sccs.include.proprietary.c% */ #ifndef lint -static char sccsid[] = "@(#)space.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)space.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "gigi.h" -- 2.20.1