Add copyright notice
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 8 May 1985 03:17:45 +0000 (19:17 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 8 May 1985 03:17:45 +0000 (19:17 -0800)
SCCS-vsn: lib/libplot/dumb/Makefile 5.1
SCCS-vsn: lib/libplot/dumb/dumb.h 5.1
SCCS-vsn: lib/libplot/dumb/arc.c 5.1
SCCS-vsn: lib/libplot/dumb/box.c 5.1
SCCS-vsn: lib/libplot/dumb/circle.c 5.1
SCCS-vsn: lib/libplot/dumb/close.c 5.1
SCCS-vsn: lib/libplot/dumb/cont.c 5.1
SCCS-vsn: lib/libplot/dumb/dot.c 5.1
SCCS-vsn: lib/libplot/dumb/erase.c 5.1
SCCS-vsn: lib/libplot/dumb/label.c 5.1
SCCS-vsn: lib/libplot/dumb/line.c 5.1
SCCS-vsn: lib/libplot/dumb/linemod.c 5.1
SCCS-vsn: lib/libplot/dumb/move.c 5.1
SCCS-vsn: lib/libplot/dumb/open.c 5.1
SCCS-vsn: lib/libplot/dumb/point.c 5.1
SCCS-vsn: lib/libplot/dumb/space.c 5.1
SCCS-vsn: lib/libplot/dumb/subr.c 5.1
SCCS-vsn: lib/libplot/gigi/gigi.h 5.1
SCCS-vsn: lib/libplot/gigi/Makefile 5.1
SCCS-vsn: lib/libplot/gigi/arc.c 5.1
SCCS-vsn: lib/libplot/gigi/box.c 5.1
SCCS-vsn: lib/libplot/gigi/circle.c 5.1
SCCS-vsn: lib/libplot/gigi/close.c 5.1
SCCS-vsn: lib/libplot/gigi/cont.c 5.1
SCCS-vsn: lib/libplot/gigi/dot.c 5.1
SCCS-vsn: lib/libplot/gigi/erase.c 5.1
SCCS-vsn: lib/libplot/gigi/label.c 5.1
SCCS-vsn: lib/libplot/gigi/line.c 5.1
SCCS-vsn: lib/libplot/gigi/linemod.c 5.1
SCCS-vsn: lib/libplot/gigi/move.c 5.1
SCCS-vsn: lib/libplot/gigi/open.c 5.1
SCCS-vsn: lib/libplot/gigi/point.c 5.1
SCCS-vsn: lib/libplot/gigi/space.c 5.1
SCCS-vsn: lib/libplot/hp2648/arc.c 5.1
SCCS-vsn: lib/libplot/hp2648/box.c 5.1
SCCS-vsn: lib/libplot/hp2648/circle.c 5.1
SCCS-vsn: lib/libplot/hp2648/close.c 5.1
SCCS-vsn: lib/libplot/hp2648/cont.c 5.1
SCCS-vsn: lib/libplot/hp2648/dot.c 5.1
SCCS-vsn: lib/libplot/hp2648/erase.c 5.1
SCCS-vsn: lib/libplot/hp2648/label.c 5.1
SCCS-vsn: lib/libplot/hp2648/line.c 5.1
SCCS-vsn: lib/libplot/hp2648/linemod.c 5.1
SCCS-vsn: lib/libplot/hp2648/move.c 5.1
SCCS-vsn: lib/libplot/hp2648/open.c 5.1
SCCS-vsn: lib/libplot/hp2648/point.c 5.1
SCCS-vsn: lib/libplot/hp2648/space.c 5.1
SCCS-vsn: lib/libplot/hp2648/subr.c 5.1
SCCS-vsn: lib/libplot/hp2648/Makefile 5.1
SCCS-vsn: lib/libplot/hp2648/hp2648.h 5.1
SCCS-vsn: lib/libplot/hp7221/arc.c 5.1
SCCS-vsn: lib/libplot/hp7221/box.c 5.1
SCCS-vsn: lib/libplot/hp7221/circle.c 5.1
SCCS-vsn: lib/libplot/hp7221/close.c 5.1
SCCS-vsn: lib/libplot/hp7221/cont.c 5.1
SCCS-vsn: lib/libplot/hp7221/dot.c 5.1
SCCS-vsn: lib/libplot/hp7221/erase.c 5.1
SCCS-vsn: lib/libplot/hp7221/label.c 5.1
SCCS-vsn: lib/libplot/hp7221/line.c 5.1
SCCS-vsn: lib/libplot/hp7221/linemod.c 5.1
SCCS-vsn: lib/libplot/hp7221/move.c 5.1
SCCS-vsn: lib/libplot/hp7221/open.c 5.1
SCCS-vsn: lib/libplot/hp7221/point.c 5.1
SCCS-vsn: lib/libplot/hp7221/space.c 5.1
SCCS-vsn: lib/libplot/hp7221/subr.c 5.1
SCCS-vsn: lib/libplot/hp7221/Makefile 5.1
SCCS-vsn: lib/libplot/hp7221/hp7221.h 5.1

67 files changed:
usr/src/lib/libplot/dumb/Makefile
usr/src/lib/libplot/dumb/arc.c
usr/src/lib/libplot/dumb/box.c
usr/src/lib/libplot/dumb/circle.c
usr/src/lib/libplot/dumb/close.c
usr/src/lib/libplot/dumb/cont.c
usr/src/lib/libplot/dumb/dot.c
usr/src/lib/libplot/dumb/dumb.h
usr/src/lib/libplot/dumb/erase.c
usr/src/lib/libplot/dumb/label.c
usr/src/lib/libplot/dumb/line.c
usr/src/lib/libplot/dumb/linemod.c
usr/src/lib/libplot/dumb/move.c
usr/src/lib/libplot/dumb/open.c
usr/src/lib/libplot/dumb/point.c
usr/src/lib/libplot/dumb/space.c
usr/src/lib/libplot/dumb/subr.c
usr/src/lib/libplot/gigi/Makefile
usr/src/lib/libplot/gigi/arc.c
usr/src/lib/libplot/gigi/box.c
usr/src/lib/libplot/gigi/circle.c
usr/src/lib/libplot/gigi/close.c
usr/src/lib/libplot/gigi/cont.c
usr/src/lib/libplot/gigi/dot.c
usr/src/lib/libplot/gigi/erase.c
usr/src/lib/libplot/gigi/gigi.h
usr/src/lib/libplot/gigi/label.c
usr/src/lib/libplot/gigi/line.c
usr/src/lib/libplot/gigi/linemod.c
usr/src/lib/libplot/gigi/move.c
usr/src/lib/libplot/gigi/open.c
usr/src/lib/libplot/gigi/point.c
usr/src/lib/libplot/gigi/space.c
usr/src/lib/libplot/hp2648/Makefile
usr/src/lib/libplot/hp2648/arc.c
usr/src/lib/libplot/hp2648/box.c
usr/src/lib/libplot/hp2648/circle.c
usr/src/lib/libplot/hp2648/close.c
usr/src/lib/libplot/hp2648/cont.c
usr/src/lib/libplot/hp2648/dot.c
usr/src/lib/libplot/hp2648/erase.c
usr/src/lib/libplot/hp2648/hp2648.h
usr/src/lib/libplot/hp2648/label.c
usr/src/lib/libplot/hp2648/line.c
usr/src/lib/libplot/hp2648/linemod.c
usr/src/lib/libplot/hp2648/move.c
usr/src/lib/libplot/hp2648/open.c
usr/src/lib/libplot/hp2648/point.c
usr/src/lib/libplot/hp2648/space.c
usr/src/lib/libplot/hp2648/subr.c
usr/src/lib/libplot/hp7221/Makefile
usr/src/lib/libplot/hp7221/arc.c
usr/src/lib/libplot/hp7221/box.c
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

index 5afb189..64dd351 100644 (file)
@@ -1,4 +1,10 @@
-#      Makefile        4.2     83/11/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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
index 3d66b7d..5542396 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index 79cb1fb..2703a00 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)box.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)box.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 box(x0, y0, x1, y1)
 {
 
 box(x0, y0, x1, y1)
 {
index a486d2c..75e6150 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * 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
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   4.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
 #endif
 
 circle(){
 #endif
 
 circle(){
index 33039b0..203dee7 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)close.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)close.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <signal.h>
 #include "dumb.h"
 
 #include <signal.h>
 #include "dumb.h"
index 235960c..9709b6c 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cont.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index 31ffc79..06fd1e9 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 dot(){
 }
 
 dot(){
 }
index 85af31d..427df9e 100644 (file)
@@ -1,5 +1,11 @@
-/*     dumb.h  4.1     83/11/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.
+ *
+ *     @(#)dumb.h      5.1 (Berkeley) %G%
+ *
+ *
  * This accepts plot file formats and produces the appropriate plots
  * for dumb terminals.  It can also be used for printing terminals and
  * lineprinter listings, although there is no way to specify number of
  * This accepts plot file formats and produces the appropriate plots
  * for dumb terminals.  It can also be used for printing terminals and
  * lineprinter listings, although there is no way to specify number of
index 6349987..791f7af 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index d351f26..87d3fad 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)label.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index 620e1df..c16b7f2 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index e359691..4c439d9 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)linemod.c  4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)linemod.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 linemod(s)
 char *s;
 
 linemod(s)
 char *s;
index 0aa5520..27fb9c4 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)move.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index eab088d..49a00d7 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)open.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)open.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * This accepts plot file formats and produces the appropriate plots
 
 /*
  * This accepts plot file formats and produces the appropriate plots
index 9218fa9..a57f747 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)point.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index a8e2c87..b03b089 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)space.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index e7309ee..232bab7 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)subr.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)subr.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "dumb.h"
 
 
 #include "dumb.h"
 
index fc0bef2..b8c418f 100644 (file)
@@ -1,4 +1,10 @@
-#      Makefile        4.1     83/11/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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
index d23cfa4..3fe5622 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 79cb1fb..2703a00 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)box.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)box.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 box(x0, y0, x1, y1)
 {
 
 box(x0, y0, x1, y1)
 {
index f0c6a51..77e367f 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 11a5160..d95e78f 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)close.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)close.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <signal.h>
 #include "gigi.h"
 
 #include <signal.h>
 #include "gigi.h"
index 2b21c6e..630b710 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cont.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 31ffc79..06fd1e9 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 dot(){
 }
 
 dot(){
 }
index e7f24cd..5908be1 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 1503eb7..799d00f 100644 (file)
@@ -1,4 +1,11 @@
-/*     gigi.h  4.1     83/11/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.
+ *
+ *     @(#)gigi.h      5.1 (Berkeley) %G%
+ */
+
 /*
  * Displays plot files on a gigi "graphics" terminal.
  */
 /*
  * Displays plot files on a gigi "graphics" terminal.
  */
index 8a164c6..4cb7223 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)label.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index c10d03d..7c4ea33 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 4d85f80..d20c021 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)linemod.c  4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)linemod.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 725b697..5f58a21 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)move.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 5cb7d75..ad1d9dc 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)open.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)open.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Displays plot files on a gigi "graphics" terminal.
 
 /*
  * Displays plot files on a gigi "graphics" terminal.
index 93344e4..06c413b 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)point.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index a4b4fc5..d0c8e0f 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)space.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 9eb59c2..30106fd 100644 (file)
@@ -1,4 +1,10 @@
-#      Makefile        4.2     83/11/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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
index 79caeb6..f808499 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 79cb1fb..2703a00 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)box.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)box.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 box(x0, y0, x1, y1)
 {
 
 box(x0, y0, x1, y1)
 {
index 7023611..a459fb2 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 2f2573c..8be1773 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)close.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)close.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index f6f0e20..ae1f621 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cont.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 31ffc79..06fd1e9 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 dot(){
 }
 
 dot(){
 }
index ec11418..1f1106c 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 48da8ca..27cb6d3 100644 (file)
@@ -1,5 +1,11 @@
-/*     hp2648.h        4.1     83/11/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.
+ *
+ *     @(#)hp2648.h    5.1 (Berkeley) %G%
+ *
+ *
  * Displays plot files on an hp2648a graphics terminals.  I have heard
  * that all hp plotting devices use the same control sequences, so this
  * might work for all hp devices capable of plotting.
  * Displays plot files on an hp2648a graphics terminals.  I have heard
  * that all hp plotting devices use the same control sequences, so this
  * might work for all hp devices capable of plotting.
index 11786a8..e4127ef 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)label.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index eeec271..383d6fe 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 8a8769e..82ab859 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)linemod.c  4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)linemod.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 1cf0a32..001c885 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)move.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 7b6b7ba..7aea1f0 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)open.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)open.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sgtty.h>
 #include "hp2648.h"
 
 #include <sgtty.h>
 #include "hp2648.h"
index 29134c3..0cdcee1 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)point.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 70b4d53..069e2cb 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)space.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp2648.h"
 
 
 #include "hp2648.h"
 
index 8f7f980..bfa2b8c 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)subr.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)subr.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sgtty.h>
 #include "hp2648.h"
 
 #include <sgtty.h>
 #include "hp2648.h"
index 4ece705..4975be5 100644 (file)
@@ -1,4 +1,10 @@
-#      Makefile        4.2     83/11/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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
index 009388d..33f761b 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 79cb1fb..2703a00 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)box.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)box.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 box(x0, y0, x1, y1)
 {
 
 box(x0, y0, x1, y1)
 {
index 8d9c6ea..7a339c5 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index fe08647..a19921d 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)close.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)close.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <signal.h>
 #include "hp7221.h"
 
 #include <signal.h>
 #include "hp7221.h"
index f653d32..5bcaa3c 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cont.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 31ffc79..06fd1e9 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 dot(){
 }
 
 dot(){
 }
index cfae741..44f0e90 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 erase(){
 }
 
 erase(){
 }
index 13c6fcd..97f92fb 100644 (file)
@@ -1,5 +1,11 @@
-/*     hp7221.h        4.1     83/11/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.
+ *
+ *     @(#)hp7221.h    5.1 (Berkeley) %G%
+ *
+ *
  * Displays plot files on an HP7221 plotter.
  * Cloned from bgplot.c and gigiplot.c by Jim Kleckner
  * Thu Jun 30 13:35:04 PDT 1983
  * Displays plot files on an HP7221 plotter.
  * Cloned from bgplot.c and gigiplot.c by Jim Kleckner
  * Thu Jun 30 13:35:04 PDT 1983
index 91efce9..29b7961 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)label.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 5da56b6..5d574bb 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)line.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index a107c82..feabc52 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)linemod.c  4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)linemod.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 6203ed2..b055dc9 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)move.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 510a718..dfede5b 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)open.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)open.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Displays plot files on an HP7221 plotter.
 
 /*
  * Displays plot files on an HP7221 plotter.
index df120d5..9ef63b4 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)point.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 9564f98..eacc2a8 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)space.c    4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"
 
index 230d824..e0e2211 100644 (file)
@@ -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
 #ifndef lint
-static char sccsid[] = "@(#)subr.c     4.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)subr.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "hp7221.h"
 
 
 #include "hp7221.h"