4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:49:35 +0000 (00:49 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:49:35 +0000 (00:49 -0800)
SCCS-vsn: lib/libplot/plot/arc.c 8.1
SCCS-vsn: lib/libplot/plot/box.c 8.1
SCCS-vsn: lib/libplot/plot/circle.c 8.1
SCCS-vsn: lib/libplot/plot/close.c 8.1
SCCS-vsn: lib/libplot/t300/arc.c 8.1
SCCS-vsn: lib/libplot/plot/cont.c 8.1
SCCS-vsn: lib/libplot/t300/box.c 8.1
SCCS-vsn: lib/libplot/plot/dot.c 8.1
SCCS-vsn: lib/libplot/t300/circle.c 8.1
SCCS-vsn: lib/libplot/plot/erase.c 8.1
SCCS-vsn: lib/libplot/t300/close.c 8.1
SCCS-vsn: lib/libplot/plot/label.c 8.1
SCCS-vsn: lib/libplot/t300/con.h 8.1
SCCS-vsn: lib/libplot/plot/line.c 8.1
SCCS-vsn: lib/libplot/t300/dot.c 8.1
SCCS-vsn: lib/libplot/plot/linmod.c 8.1
SCCS-vsn: lib/libplot/t300/erase.c 8.1
SCCS-vsn: lib/libplot/plot/move.c 8.1
SCCS-vsn: lib/libplot/plot/open.c 8.1
SCCS-vsn: lib/libplot/t300/label.c 8.1
SCCS-vsn: lib/libplot/plot/plot.3 8.1
SCCS-vsn: lib/libplot/t300/line.c 8.1
SCCS-vsn: lib/libplot/plot/point.c 8.1
SCCS-vsn: lib/libplot/t300/linmod.c 8.1
SCCS-vsn: lib/libplot/plot/putsi.c 8.1
SCCS-vsn: lib/libplot/t300/move.c 8.1
SCCS-vsn: lib/libplot/plot/space.c 8.1
SCCS-vsn: lib/libplot/t300/open.c 8.1

28 files changed:
usr/src/lib/libplot/plot/arc.c
usr/src/lib/libplot/plot/box.c
usr/src/lib/libplot/plot/circle.c
usr/src/lib/libplot/plot/close.c
usr/src/lib/libplot/plot/cont.c
usr/src/lib/libplot/plot/dot.c
usr/src/lib/libplot/plot/erase.c
usr/src/lib/libplot/plot/label.c
usr/src/lib/libplot/plot/line.c
usr/src/lib/libplot/plot/linmod.c
usr/src/lib/libplot/plot/move.c
usr/src/lib/libplot/plot/open.c
usr/src/lib/libplot/plot/plot.3
usr/src/lib/libplot/plot/point.c
usr/src/lib/libplot/plot/putsi.c
usr/src/lib/libplot/plot/space.c
usr/src/lib/libplot/t300/arc.c
usr/src/lib/libplot/t300/box.c
usr/src/lib/libplot/t300/circle.c
usr/src/lib/libplot/t300/close.c
usr/src/lib/libplot/t300/con.h
usr/src/lib/libplot/t300/dot.c
usr/src/lib/libplot/t300/erase.c
usr/src/lib/libplot/t300/label.c
usr/src/lib/libplot/t300/line.c
usr/src/lib/libplot/t300/linmod.c
usr/src/lib/libplot/t300/move.c
usr/src/lib/libplot/t300/open.c

index 2e907a9..7730c76 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)arc.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 8da4a4f..d428c3f 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)box.c      4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)box.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 box(x0, y0, x1, y1)
 #endif /* not lint */
 
 box(x0, y0, x1, y1)
index a24a6bd..90095f7 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)circle.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 28f7c6a..5073f99 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)close.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)close.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 3e22286..36a6747 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)cont.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 5d51e3b..c16dfe0 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)dot.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 57fd34f..b0c1dfd 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 3b76131..350cf46 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)label.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)label.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 279d8a5..c94e6f5 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)line.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index d771867..9aa4427 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)linmod.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)linmod.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 7e219e4..b0d65b2 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 40c70c1..9ee030b 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)open.c     4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)open.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 openvt(){
 #endif /* not lint */
 
 openvt(){
index 706bc60..c2acfd3 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1986, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"    %sccs.include.proprietary.roff%
 .\"
 .\"
 .\"    %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)plot.3      6.4 (Berkeley) %G%
+.\"    @(#)plot.3      8.1 (Berkeley) %G%
 .\"
 .TH PLOT 3 ""
 .AT 3
 .\"
 .TH PLOT 3 ""
 .AT 3
index dffb753..fb11c61 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)point.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)point.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 58cc6a2..e50af54 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)putsi.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)putsi.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 75d4812..badf3c5 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)space.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)space.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 15d5b2c..bf01637 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)arc.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 arc(){
 #endif /* not lint */
 
 arc(){
index 8da4a4f..d428c3f 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)box.c      4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)box.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 box(x0, y0, x1, y1)
 #endif /* not lint */
 
 box(x0, y0, x1, y1)
index 091b5b9..c11ae2e 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)circle.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 circle(){
 #endif /* not lint */
 
 circle(){
index 7e40503..36589db 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)close.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)close.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index f0016c3..735936d 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * 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%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)con.h       4.2 (Berkeley) %G%
+ *     @(#)con.h       8.1 (Berkeley) %G%
  */
 
 #include <sgtty.h>
  */
 
 #include <sgtty.h>
index 5038854..de3b77c 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)dot.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 dot(){
 #endif /* not lint */
 
 dot(){
index afe10af..02ac583 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "con.h"
 #endif /* not lint */
 
 #include "con.h"
index a331684..de1d777 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)label.c    4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)label.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "con.h"
 #endif /* not lint */
 
 #include "con.h"
index 5ea31d0..4ac5358 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)line.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "con.h"
 #endif /* not lint */
 
 #include "con.h"
index d56e45d..0c37ee1 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)linmod.c   4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)linmod.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 linemod(){
 #endif /* not lint */
 
 linemod(){
index 4c7eb5f..f708c66 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 move(xi,yi){
 #endif /* not lint */
 
 move(xi,yi){
index 41b3a51..f37fad4 100644 (file)
@@ -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
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)open.c     4.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)open.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sgtty.h>
 #endif /* not lint */
 
 #include <sgtty.h>