new copyright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 06:58:36 +0000 (22:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 06:58:36 +0000 (22:58 -0800)
SCCS-vsn: usr.bin/ctags/ctags.h 5.3
SCCS-vsn: usr.bin/ctags/fortran.c 5.4
SCCS-vsn: usr.bin/ctags/lisp.c 5.4
SCCS-vsn: usr.bin/ctags/print.c 5.3
SCCS-vsn: usr.bin/ctags/tree.c 5.4

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

index 74ff390..adda5d4 100644 (file)
@@ -2,19 +2,9 @@
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)ctags.h     5.2 (Berkeley) %G%
+ *     @(#)ctags.h     5.3 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index 787a4b6..edb699f 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fortran.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)fortran.c  5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <ctags.h>
 #endif /* not lint */
 
 #include <ctags.h>
index 02f1a8a..02d1e11 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lisp.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)lisp.c     5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <ctags.h>
 #endif /* not lint */
 
 #include <ctags.h>
index 5564b2b..2c57e36 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)print.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 719843f..c2cc8e1 100644 (file)
@@ -2,21 +2,11 @@
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1987 The Regents of the University of California.
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tree.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)tree.c     5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <ctags.h>
 #endif /* not lint */
 
 #include <ctags.h>