Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 00:44:48 +0000 (16:44 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 00:44:48 +0000 (16:44 -0800)
SCCS-vsn: lib/libcurses/tstp.c 5.1
SCCS-vsn: lib/libcurses/unctrl.c 5.1
SCCS-vsn: lib/libplot/t4013/arc.c 5.1
SCCS-vsn: lib/libplot/t4013/box.c 5.1
SCCS-vsn: lib/libplot/t4013/circle.c 5.1
SCCS-vsn: lib/libplot/t4013/close.c 5.1
SCCS-vsn: lib/libplot/t4013/dot.c 5.1
SCCS-vsn: lib/libplot/t4013/erase.c 5.1
SCCS-vsn: lib/libplot/t4013/label.c 5.1
SCCS-vsn: lib/libplot/t4013/line.c 5.1
SCCS-vsn: lib/libplot/t4013/linemod.c 5.1
SCCS-vsn: lib/libplot/t4013/move.c 5.1
SCCS-vsn: lib/libplot/t4013/open.c 5.1
SCCS-vsn: lib/libplot/t4013/point.c 5.1
SCCS-vsn: lib/libplot/t4013/scale.c 5.1
SCCS-vsn: lib/libplot/t4013/space.c 5.1
SCCS-vsn: lib/libplot/t4013/subr.c 5.1
SCCS-vsn: lib/libplot/t4013/Makefile 5.1
SCCS-vsn: lib/libplot/f77plot/arc.c 5.1
SCCS-vsn: lib/libplot/f77plot/box.c 5.1
SCCS-vsn: lib/libplot/f77plot/circle.c 5.1
SCCS-vsn: lib/libplot/f77plot/clospl.c 5.1
SCCS-vsn: lib/libplot/f77plot/cont.c 5.1
SCCS-vsn: lib/libplot/f77plot/dot.c 5.1
SCCS-vsn: lib/libplot/f77plot/erase.c 5.1
SCCS-vsn: lib/libplot/f77plot/label.c 5.1
SCCS-vsn: lib/libplot/f77plot/line.c 5.1
SCCS-vsn: lib/libplot/f77plot/linemd.c 5.1
SCCS-vsn: lib/libplot/f77plot/move.c 5.1
SCCS-vsn: lib/libplot/f77plot/open.c 5.1
SCCS-vsn: lib/libplot/f77plot/point.c 5.1
SCCS-vsn: lib/libplot/f77plot/space.c 5.1
SCCS-vsn: lib/libplot/f77plot/Makefile 5.1
SCCS-vsn: sbin/routed/query/query.c 5.1
SCCS-vsn: usr.bin/mail/cmd1.c 5.1
SCCS-vsn: usr.bin/mail/cmdtab.c 5.1

36 files changed:
usr/src/lib/libcurses/tstp.c
usr/src/lib/libcurses/unctrl.c
usr/src/lib/libplot/f77plot/Makefile
usr/src/lib/libplot/f77plot/arc.c
usr/src/lib/libplot/f77plot/box.c
usr/src/lib/libplot/f77plot/circle.c
usr/src/lib/libplot/f77plot/clospl.c
usr/src/lib/libplot/f77plot/cont.c
usr/src/lib/libplot/f77plot/dot.c
usr/src/lib/libplot/f77plot/erase.c
usr/src/lib/libplot/f77plot/label.c
usr/src/lib/libplot/f77plot/line.c
usr/src/lib/libplot/f77plot/linemd.c
usr/src/lib/libplot/f77plot/move.c
usr/src/lib/libplot/f77plot/open.c
usr/src/lib/libplot/f77plot/point.c
usr/src/lib/libplot/f77plot/space.c
usr/src/lib/libplot/t4013/Makefile
usr/src/lib/libplot/t4013/arc.c
usr/src/lib/libplot/t4013/box.c
usr/src/lib/libplot/t4013/circle.c
usr/src/lib/libplot/t4013/close.c
usr/src/lib/libplot/t4013/dot.c
usr/src/lib/libplot/t4013/erase.c
usr/src/lib/libplot/t4013/label.c
usr/src/lib/libplot/t4013/line.c
usr/src/lib/libplot/t4013/linemod.c
usr/src/lib/libplot/t4013/move.c
usr/src/lib/libplot/t4013/open.c
usr/src/lib/libplot/t4013/point.c
usr/src/lib/libplot/t4013/scale.c
usr/src/lib/libplot/t4013/space.c
usr/src/lib/libplot/t4013/subr.c
usr/src/sbin/routed/query/query.c
usr/src/usr.bin/mail/cmd1.c
usr/src/usr.bin/mail/cmdtab.c

index 402643c..68b476e 100644 (file)
@@ -1,3 +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.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)tstp.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 # include      <signal.h>
 
 # include      "curses.ext"
 # include      <signal.h>
 
 # include      "curses.ext"
@@ -5,7 +15,7 @@
 /*
  * handle stop and start signals
  *
 /*
  * handle stop and start signals
  *
- * @(#)tstp.c  1.4 (Berkeley) %G%
+ * @(#)tstp.c  5.1 (Berkeley) %G%
  */
 tstp() {
 
  */
 tstp() {
 
index 89464c8..024e215 100644 (file)
@@ -1,7 +1,16 @@
+/*
+ * 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
+static char sccsid[] = "@(#)unctrl.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * define unctrl codes for each character
  *
 /*
  * define unctrl codes for each character
  *
- * @(#)unctrl.c        1.2 (Berkeley) %G%
  */
 
 /* LINTLIBRARY */
  */
 
 /* LINTLIBRARY */
index 5fad0a8..d95f928 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        1.1     85/01/02
+#
+# 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
 
 #
 CFLAGS=        -O
 
index eb57526..27a10cd 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)arc.c      1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 arc_(x,y,x0,y0,x1,y1)
 int *x, *y, *x0, *y0, *x1, *y1;
 {
 arc_(x,y,x0,y0,x1,y1)
 int *x, *y, *x0, *y0, *x1, *y1;
 {
index 786ccf6..37b082e 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)box.c      1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)box.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 box_(x0, y0, x1, y1)
 int *x0, *y0, *x1, *y1;
 {
 box_(x0, y0, x1, y1)
 int *x0, *y0, *x1, *y1;
 {
index d258937..b645353 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)circle.c   1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 circle_(x,y,r)
 int *x, *y, *r;
 {
 circle_(x,y,r)
 int *x, *y, *r;
 {
index 17f4893..96634e6 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)clospl.c   1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)clospl.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 closvt_(){
        closevt();
 }
 closvt_(){
        closevt();
 }
index 18f256f..f274b9a 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cont.c     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cont.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 cont_(x,y)
 int *x, *y;
 {
 cont_(x,y)
 int *x, *y;
 {
index 5fd1391..0cbfcbf 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)dot.c      1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 dot_(xi, yi, dx, n, pat)
 int *xi, *yi, *dx, *n, *pat;
 {
 dot_(xi, yi, dx, n, pat)
 int *xi, *yi, *dx, *n, *pat;
 {
index 4fc7b0e..fd3b801 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 erase_()
 {
        erase();
 erase_()
 {
        erase();
index 23f39e4..e58b430 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)label.c    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 label_(s, len)
 register char *s;
 long len;
 label_(s, len)
 register char *s;
 long len;
index d08644e..24f41e3 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)line.c     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 line_(x0,y0,x1,y1)
 int *x0, *y0, *x1, *y1;
 {
 line_(x0,y0,x1,y1)
 int *x0, *y0, *x1, *y1;
 {
index 695a322..63d9806 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)linemd.c   1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)linemd.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 linemd_(s, len)
 register char *s;
 long len;
 linemd_(s, len)
 register char *s;
 long len;
index 56b77be..aa49ea0 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)move.c     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 move_(xi,yi)
 int *xi, *yi;
 {
 move_(xi,yi)
 int *xi, *yi;
 {
index 364cf02..02aa026 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)open.c     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)open.c     5.1 (Berkeley) %G%";
+#endif not lint
+
 openvt_()
 {
        openvt();
 openvt_()
 {
        openvt();
index f658f94..d985661 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)point.c    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 point_(xi,yi)
 int *xi, *yi;
 {
 point_(xi,yi)
 int *xi, *yi;
 {
index c1d882a..ad6bbee 100644 (file)
@@ -1,6 +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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)space.c    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
+#endif not lint
+
 space_(x0,y0,x1,y1)
 int *x0, *y0, *x1, *y1;
 {
 space_(x0,y0,x1,y1)
 int *x0, *y0, *x1, *y1;
 {
index 61d887b..badab2d 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        1.1     85/01/02
+#
+# 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 dot.o erase.o label.o \
 #
 CFLAGS=        -O
 OBJS=  arc.o box.o circle.o close.o dot.o erase.o label.o \
index bbf3e89..95bde66 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      1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)arc.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 int del = 20;
 step(d){
 
 int del = 20;
 step(d){
index c570eae..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      1.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 7f12c6e..ff75e58 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   1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)circle.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 circle(x,y,r){
        arc(x,y,x+r,y,x+r,y);
 
 circle(x,y,r){
        arc(x,y,x+r,y,x+r,y);
index a347d25..2d80b9d 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    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)close.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 closevt(){
 
 #include <stdio.h>
 closevt(){
index 92d6287..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      1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)dot.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 dot(){
 }
 
 dot(){
 }
index a620a42..4f25658 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    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)erase.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 extern int ohiy;
 extern int ohix;
 
 extern int ohiy;
 extern int ohix;
index 70ee7bc..97e74fe 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    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)label.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 label(s)
 char *s;
 
 label(s)
 char *s;
index f9c9403..2d14ddb 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     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)line.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 line(x0,y0,x1,y1){
        move(x0,y0);
 
 line(x0,y0,x1,y1){
        move(x0,y0);
index bc22069..892109e 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  1.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 71f08d3..1921499 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     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 move(xi,yi){
        putch(035);
 
 move(xi,yi){
        putch(035);
index 1dae0cf..2066eb5 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     1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)open.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 openvt ()
 {
 
 openvt ()
 {
index 1748ab2..8f8a9d0 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    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)point.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 point(xi,yi){
        move(xi,yi);
 
 point(xi,yi){
        move(xi,yi);
index b7da10d..dbdd179 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[] = "@(#)scale.c    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)scale.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 extern float scalex;
 extern float scaley;
 
 extern float scalex;
 extern float scaley;
index 459e3b1..bc10e8e 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    1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)space.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 extern float botx;
 extern float boty;
 
 extern float botx;
 extern float boty;
index d982698..9208601 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     1.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)subr.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 float obotx = 0.;
 
 #include <stdio.h>
 float obotx = 0.;
index 8f20caa..d4585af 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[] = "@(#)query.c    4.7 %G%";
-#endif
+static char sccsid[] = "@(#)query.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <sys/protosw.h>
 
 #include <sys/param.h>
 #include <sys/protosw.h>
index 6ad7b8a..56d84c3 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[] = "@(#)cmd1.c     2.14 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cmd1.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "rcv.h"
 #include <sys/stat.h>
 
 #include "rcv.h"
 #include <sys/stat.h>
index b322025..ea8c2e1 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 = "@(#)cmdtab.c    2.12 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cmdtab.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "def.h"
 
 
 #include "def.h"