From 9e512f5897bf319a27ad1b9e77f493ec109fc81e Mon Sep 17 00:00:00 2001 From: mikeh Date: Thu, 16 Aug 2001 16:16:07 +0000 Subject: Add $FreeBSD$ MFC after: 2 weeks --- usr.bin/ctags/Makefile | 1 + usr.bin/ctags/ctags.c | 4 ++++ usr.bin/ctags/fortran.c | 4 ++++ usr.bin/ctags/lisp.c | 4 ++++ usr.bin/ctags/print.c | 4 ++++ usr.bin/ctags/tree.c | 4 ++++ usr.bin/ctags/yacc.c | 4 ++++ 7 files changed, 25 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index db595aa..dd18da6 100644 --- a/usr.bin/ctags/Makefile +++ b/usr.bin/ctags/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= ctags CFLAGS+=-Wall diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 466f285..606731b 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -38,7 +38,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index d4b2723..fbb3ceb 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index f86e218..f8577b0 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index 65d6737..4e2bc4f 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 8e1ec22..586930e 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index 7a27a6e..da62340 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1