4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:44:39 +0000 (00:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:44:39 +0000 (00:44 -0800)
SCCS-vsn: lib/libplot/hp7221/circle.c 8.1
SCCS-vsn: lib/libplot/hp7221/close.c 8.1
SCCS-vsn: lib/libplot/hp7221/cont.c 8.1
SCCS-vsn: lib/libplot/hp7221/dot.c 8.1
SCCS-vsn: lib/libplot/hp7221/erase.c 8.1
SCCS-vsn: lib/libplot/hp7221/hp7221.h 8.1
SCCS-vsn: lib/libplot/hp7221/label.c 8.1
SCCS-vsn: lib/libplot/hp7221/line.c 8.1
SCCS-vsn: lib/libplot/imagen/arc.c 8.1
SCCS-vsn: lib/libplot/hp7221/linemod.c 8.1
SCCS-vsn: lib/libplot/imagen/box.c 8.1
SCCS-vsn: lib/libplot/imagen/charset.c 8.1
SCCS-vsn: lib/libplot/hp7221/move.c 8.1
SCCS-vsn: lib/libplot/hp7221/open.c 8.1
SCCS-vsn: lib/libplot/imagen/circle.c 8.1
SCCS-vsn: lib/libplot/hp7221/point.c 8.1
SCCS-vsn: lib/libplot/imagen/close.c 8.1
SCCS-vsn: lib/libplot/imagen/cont.c 8.1
SCCS-vsn: lib/libplot/hp7221/space.c 8.1
SCCS-vsn: lib/libplot/imagen/dot.c 8.1
SCCS-vsn: lib/libplot/hp7221/subr.c 8.1

21 files changed:
usr/src/lib/libplot/hp7221/circle.c
usr/src/lib/libplot/hp7221/close.c
usr/src/lib/libplot/hp7221/cont.c
usr/src/lib/libplot/hp7221/dot.c
usr/src/lib/libplot/hp7221/erase.c
usr/src/lib/libplot/hp7221/hp7221.h
usr/src/lib/libplot/hp7221/label.c
usr/src/lib/libplot/hp7221/line.c
usr/src/lib/libplot/hp7221/linemod.c
usr/src/lib/libplot/hp7221/move.c
usr/src/lib/libplot/hp7221/open.c
usr/src/lib/libplot/hp7221/point.c
usr/src/lib/libplot/hp7221/space.c
usr/src/lib/libplot/hp7221/subr.c
usr/src/lib/libplot/imagen/arc.c
usr/src/lib/libplot/imagen/box.c
usr/src/lib/libplot/imagen/charset.c
usr/src/lib/libplot/imagen/circle.c
usr/src/lib/libplot/imagen/close.c
usr/src/lib/libplot/imagen/cont.c
usr/src/lib/libplot/imagen/dot.c

index bb51eae..b9681ed 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)circle.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index 5b477cb..f9e456b 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)close.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <signal.h>
 #endif /* not lint */
 
 #include <signal.h>
index b44c635..d350310 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)cont.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index c84392d..6dfb1bc 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)dot.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 dot(){
 #endif /* not lint */
 
 dot(){
index a65bee8..7497ff2 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 erase(){
 #endif /* not lint */
 
 erase(){
index 1d801db..7240c7a 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.proprietary.c%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)hp7221.h    5.2 (Berkeley) %G%
+ *     @(#)hp7221.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 81cdca0..5a07366 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)label.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index dc27f46..073a69e 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)line.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index 64099bf..3046927 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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[] = "@(#)linemod.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)linemod.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index 3f270b2..3a97f17 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index 31576af..f61d625 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)open.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 2669c4d..946d5a6 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)point.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index aff2410..3edd6ed 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)space.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index b141e70..7ee5a31 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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[] = "@(#)subr.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)subr.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "hp7221.h"
 #endif /* not lint */
 
 #include "hp7221.h"
index 9221429..0d14854 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)arc.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 int del = 20;
 #endif /* not lint */
 
 int del = 20;
index 3a3b7f4..137c833 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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      5.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 2807d74..f42e67a 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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[] = "@(#)charset.c  1.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)charset.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imp.h"
 #endif /* not lint */
 
 #include "imp.h"
index ae7a3ca..d5a8c92 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)circle.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 circle(x,y,r){
 #endif /* not lint */
 
 circle(x,y,r){
index 5ca3d3b..a0c890c 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)close.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imp.h"
 #endif /* not lint */
 
 #include "imp.h"
index 5ed22f8..0db4c7f 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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     5.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 fc8a70e..29a1902 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 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      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)dot.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 dot(){
 #endif /* not lint */
 
 dot(){