diff options
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/find/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/find/find.1 | 2 | ||||
-rw-r--r-- | usr.bin/find/find.c | 2 | ||||
-rw-r--r-- | usr.bin/find/find.h | 2 | ||||
-rw-r--r-- | usr.bin/find/function.c | 2 | ||||
-rw-r--r-- | usr.bin/find/getdate.y | 2 | ||||
-rw-r--r-- | usr.bin/find/ls.c | 2 | ||||
-rw-r--r-- | usr.bin/find/main.c | 2 | ||||
-rw-r--r-- | usr.bin/find/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/find/operator.c | 2 | ||||
-rw-r--r-- | usr.bin/find/option.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b6aace969977a..2b47b3c5ad362 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/find/Makefile,v 1.17 2002/04/15 19:27:41 obrien Exp $ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \ diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 2ee85102688b2..5af20fec3c1fa 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/16/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/extern.h,v 1.22 2004/07/29 03:29:44 tjr Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index e8a640cfa1708..2e744fbc966ce 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/find/find.1,v 1.70.2.1 2005/02/26 13:44:04 brueffer Exp $ .\" .Dd July 29, 2004 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 0486e8b096b52..562dfc3725589 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/find.c,v 1.17 2004/05/28 17:17:15 eik Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 59c70b66640f4..745d116f345bf 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)find.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/find.h,v 1.17 2004/05/28 17:17:15 eik Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 56d201c5ef70c..53c6d544ef367 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -41,7 +41,7 @@ static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/function.c,v 1.52 2004/07/29 03:33:55 tjr Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index b4b15c444e57f..eba2f9a2aded9 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -13,7 +13,7 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/getdate.y,v 1.3 2003/06/14 13:00:21 markm Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 88e45938cc6d3..b5ca8ae56c072 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/ls.c,v 1.17 2004/01/20 09:27:03 des Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 643f1f8cbf3a0..b1f22332658ad 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/main.c,v 1.15 2003/06/14 13:00:21 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index fe11e04df0c50..16e08e6d2da06 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/misc.c,v 1.7 2003/06/14 13:00:21 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index c774efa0dc890..f04d12adaffd3 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/operator.c,v 1.14 2003/06/14 13:00:21 markm Exp $"); #include <sys/types.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 718c2cdc3a9e1..9013cb88c05f7 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/option.c,v 1.23 2004/07/29 03:29:44 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> |