4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:45:17 +0000 (00:45 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:45:17 +0000 (00:45 -0800)
SCCS-vsn: lib/libplot/imagen/erase.c 8.1
SCCS-vsn: lib/libplot/imagen/imPcodes.h 8.1
SCCS-vsn: lib/libplot/imagen/imp.h 8.1
SCCS-vsn: lib/libplot/imagen/label.c 8.1
SCCS-vsn: lib/libplot/imagen/line.c 8.1
SCCS-vsn: lib/libplot/imagen/linemod.c 8.1
SCCS-vsn: lib/libplot/imagen/move.c 8.1
SCCS-vsn: lib/libplot/imagen/open.c 8.1
SCCS-vsn: lib/libplot/imagen/point.c 8.1
SCCS-vsn: lib/libplot/imagen/scale.c 8.1
SCCS-vsn: lib/libplot/imagen/space.c 8.1

usr/src/lib/libplot/imagen/erase.c
usr/src/lib/libplot/imagen/imPcodes.h
usr/src/lib/libplot/imagen/imp.h
usr/src/lib/libplot/imagen/label.c
usr/src/lib/libplot/imagen/line.c
usr/src/lib/libplot/imagen/linemod.c
usr/src/lib/libplot/imagen/move.c
usr/src/lib/libplot/imagen/open.c
usr/src/lib/libplot/imagen/point.c
usr/src/lib/libplot/imagen/scale.c
usr/src/lib/libplot/imagen/space.c

index f46d174..95765e0 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[] = "@(#)erase.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imPcodes.h"
 #endif /* not lint */
 
 #include "imPcodes.h"
index 5d475e3..7fe4655 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * 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%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)imPcodes.h  5.2 (Berkeley) %G%
+ *     @(#)imPcodes.h  8.1 (Berkeley) %G%
  */
 
 #define        imP_SP  128
  */
 
 #define        imP_SP  128
index 81eda40..a1b0d27 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * 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%
  *
  *
  * %sccs.include.proprietary.c%
  *
- *     @(#)imp.h       5.3 (Berkeley) %G%
+ *     @(#)imp.h       8.1 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index b555546..a554433 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[] = "@(#)label.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)label.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imPcodes.h"
 #endif /* not lint */
 
 #include "imPcodes.h"
index b2bf8a4..e873afb 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[] = "@(#)line.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)line.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imp.h"
 #endif /* not lint */
 
 #include "imp.h"
index 4bb9002..72ef59f 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[] = "@(#)linemod.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)linemod.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imp.h"
 #endif /* not lint */
 
 #include "imp.h"
index e316cdb..31a107a 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[] = "@(#)move.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imp.h"
 #endif /* not lint */
 
 #include "imp.h"
index 3439a03..dfa6eeb 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[] = "@(#)open.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)open.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "imPcodes.h"
 #endif /* not lint */
 
 #include "imPcodes.h"
index 67fa79b..b808a4d 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[] = "@(#)point.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)point.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 point(xi,yi){
 #endif /* not lint */
 
 point(xi,yi){
index 0e906d2..0ed2ed2 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[] = "@(#)scale.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)scale.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 extern float scalex;
 #endif /* not lint */
 
 extern float scalex;
index d7b9875..bb4e5fb 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[] = "@(#)space.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)space.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 extern float botx;
 #endif /* not lint */
 
 extern float botx;