new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 23 Apr 1991 06:05:33 +0000 (22:05 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 23 Apr 1991 06:05:33 +0000 (22:05 -0800)
SCCS-vsn: lib/libplot/gigi/arc.c 5.2
SCCS-vsn: lib/libplot/gigi/box.c 5.2
SCCS-vsn: lib/libplot/gigi/circle.c 5.2
SCCS-vsn: lib/libplot/gigi/close.c 5.3
SCCS-vsn: lib/libplot/gigi/cont.c 5.2
SCCS-vsn: lib/libplot/gigi/dot.c 5.2
SCCS-vsn: lib/libplot/gigi/erase.c 5.2
SCCS-vsn: lib/libplot/gigi/gigi.h 5.2
SCCS-vsn: lib/libplot/gigi/label.c 5.2
SCCS-vsn: lib/libplot/gigi/line.c 5.2
SCCS-vsn: lib/libplot/gigi/linemod.c 5.2
SCCS-vsn: lib/libplot/gigi/move.c 5.2
SCCS-vsn: lib/libplot/gigi/open.c 5.3
SCCS-vsn: lib/libplot/gigi/point.c 5.2
SCCS-vsn: lib/libplot/gigi/space.c 5.2

15 files changed:
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

index 3fe5622..3ad1493 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)arc.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 2703a00..34ae87f 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)box.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)box.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 box(x0, y0, x1, y1)
 {
 
 box(x0, y0, x1, y1)
 {
index 77e367f..9eeb041 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)circle.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index c845a91..68570d0 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)close.c    5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)close.c    5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <signal.h>
 #include "gigi.h"
 
 #include <signal.h>
 #include "gigi.h"
index 630b710..7c75bd5 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)cont.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 06fd1e9..c84392d 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)dot.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 dot(){
 }
 
 dot(){
 }
index 5908be1..c5efc2e 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)erase.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 799d00f..5a76eda 100644 (file)
@@ -1,9 +1,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.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  *
  *
- *     @(#)gigi.h      5.1 (Berkeley) %G%
+ *     @(#)gigi.h      5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 4cb7223..880e582 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)label.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 7c4ea33..fb2a175 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)line.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index d20c021..7e4a1b4 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)linemod.c  5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)linemod.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 5f58a21..fd77161 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)move.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index 29bc9e8..6fa8feb 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)open.c     5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)open.c     5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Displays plot files on a gigi "graphics" terminal.
 
 /*
  * Displays plot files on a gigi "graphics" terminal.
index 06c413b..1fdabf5 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)point.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"
 
index d0c8e0f..344957c 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)space.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "gigi.h"
 
 
 #include "gigi.h"