4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 05:30:02 +0000 (21:30 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 05:30:02 +0000 (21:30 -0800)
SCCS-vsn: usr.bin/ctags/C.c 8.1
SCCS-vsn: usr.bin/ctags/ctags.1 8.1
SCCS-vsn: usr.bin/ctags/ctags.c 8.1
SCCS-vsn: usr.bin/ctags/ctags.h 8.1
SCCS-vsn: usr.bin/ctags/fortran.c 8.1
SCCS-vsn: usr.bin/ctags/lisp.c 8.1
SCCS-vsn: usr.bin/ctags/print.c 8.1
SCCS-vsn: usr.bin/ctags/tree.c 8.1
SCCS-vsn: usr.bin/cut/cut.1 8.1
SCCS-vsn: usr.bin/ctags/yacc.c 8.1

usr/src/usr.bin/ctags/C.c
usr/src/usr.bin/ctags/ctags.1
usr/src/usr.bin/ctags/ctags.c
usr/src/usr.bin/ctags/ctags.h
usr/src/usr.bin/ctags/fortran.c
usr/src/usr.bin/ctags/lisp.c
usr/src/usr.bin/ctags/print.c
usr/src/usr.bin/ctags/tree.c
usr/src/usr.bin/ctags/yacc.c
usr/src/usr.bin/cut/cut.1

index 2af1ce8..72c20a9 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)C.c        5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)C.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index f120763..a788967 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1987, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1987, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)ctags.1    6.9 (Berkeley) %G%
+.\"     @(#)ctags.1    8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CTAGS 1
 .\"
 .Dd 
 .Dt CTAGS 1
index ef1e3af..a61612a 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1987 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1987, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)ctags.c    5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)ctags.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 7220a76..1f4216c 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ctags.h     5.4 (Berkeley) %G%
+ *     @(#)ctags.h     8.1 (Berkeley) %G%
  */
 
 #define        bool    char
  */
 
 #define        bool    char
index f635e40..586d919 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fortran.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)fortran.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 4765e99..3f101ba 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lisp.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)lisp.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index fe8b870..5d5b211 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)print.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <unistd.h>
 #endif /* not lint */
 
 #include <unistd.h>
index 321076b..bc5292b 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tree.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)tree.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <errno.h>
 #endif /* not lint */
 
 #include <errno.h>
index e5ead9d..c8910ba 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)yacc.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)yacc.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index d04e7aa..779b774 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1989, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)cut.1      5.6 (Berkeley) %G%
+.\"     @(#)cut.1      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CUT 1
 .\"
 .Dd 
 .Dt CUT 1