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

usr/src/lib/libplot/aed/dot.c
usr/src/lib/libplot/aed/erase.c
usr/src/lib/libplot/aed/label.c
usr/src/lib/libplot/aed/line.c
usr/src/lib/libplot/aed/linemod.c
usr/src/lib/libplot/aed/move.c
usr/src/lib/libplot/aed/open.c
usr/src/lib/libplot/aed/point.c
usr/src/lib/libplot/aed/space.c
usr/src/lib/libplot/aed/subr.c

index ad71c60..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      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)dot.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 dot(){
 #endif /* not lint */
 
 dot(){
index 4715ac0..c1c0bac 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index da6e5cf..71102a0 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)label.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index 5d676cc..b82455e 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     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)line.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index 99c907f..c0af18b 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[] = "@(#)linemod.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)linemod.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index b23ae09..a55ffa7 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     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index 50a2d94..2c6f9dd 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     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)open.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 5fb60a4..1a33133 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)point.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index a8ea9c5..730d01b 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    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)space.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"
index 9096021..6852e1b 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[] = "@(#)subr.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)subr.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "aed.h"
 #endif /* not lint */
 
 #include "aed.h"