diff options
Diffstat (limited to 'gnu/usr.bin/patch')
-rw-r--r-- | gnu/usr.bin/patch/EXTERN.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/INTERN.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/backupfile.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/backupfile.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/common.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/inp.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/inp.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/patch.1 | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/patch.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/pch.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/pch.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/util.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/util.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/version.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/patch/version.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/gnu/usr.bin/patch/EXTERN.h b/gnu/usr.bin/patch/EXTERN.h index 374c94faa178a..2a55648dc8717 100644 --- a/gnu/usr.bin/patch/EXTERN.h +++ b/gnu/usr.bin/patch/EXTERN.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/EXTERN.h,v 1.6 1999/09/05 17:31:54 peter Exp $ * * $Log: EXTERN.h,v $ * Revision 2.0 86/09/17 15:35:37 lwall diff --git a/gnu/usr.bin/patch/INTERN.h b/gnu/usr.bin/patch/INTERN.h index c04e722248a5d..c59f8e90cd7b1 100644 --- a/gnu/usr.bin/patch/INTERN.h +++ b/gnu/usr.bin/patch/INTERN.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/INTERN.h,v 1.6 1999/09/05 17:31:54 peter Exp $ * * $Log: INTERN.h,v $ * Revision 2.0 86/09/17 15:35:58 lwall diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile index 373efbb83f772..1be477faff76c 100644 --- a/gnu/usr.bin/patch/Makefile +++ b/gnu/usr.bin/patch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/patch/Makefile,v 1.8 2004/02/17 01:24:45 ache Exp $ PROG= patch SRCS= backupfile.c inp.c patch.c pch.c util.c version.c diff --git a/gnu/usr.bin/patch/backupfile.c b/gnu/usr.bin/patch/backupfile.c index 94a615de5f7c5..6d8b786e35e0d 100644 --- a/gnu/usr.bin/patch/backupfile.c +++ b/gnu/usr.bin/patch/backupfile.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/gnu/usr.bin/patch/backupfile.c,v 1.8 2003/10/26 04:20:19 peter Exp $"); #include "config.h" #include <stdio.h> diff --git a/gnu/usr.bin/patch/backupfile.h b/gnu/usr.bin/patch/backupfile.h index 7600714ae3642..78a7cb73ad8c2 100644 --- a/gnu/usr.bin/patch/backupfile.h +++ b/gnu/usr.bin/patch/backupfile.h @@ -16,7 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/patch/backupfile.h,v 1.5 2002/04/28 01:33:45 gad Exp $ */ /* When to make backup files. */ diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h index ed97132183f6b..44f473d23ccd8 100644 --- a/gnu/usr.bin/patch/common.h +++ b/gnu/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/common.h,v 1.9 2002/10/13 01:18:33 kris Exp $ * * $Log: common.h,v $ * Revision 2.0.1.2 88/06/22 20:44:53 lwall diff --git a/gnu/usr.bin/patch/inp.c b/gnu/usr.bin/patch/inp.c index d77ef65ff841f..9b35e4debbc9d 100644 --- a/gnu/usr.bin/patch/inp.c +++ b/gnu/usr.bin/patch/inp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/inp.c,v 1.12 2002/05/21 00:44:18 gad Exp $ * * $Log: inp.c,v $ * Revision 2.0.1.1 88/06/03 15:06:13 lwall diff --git a/gnu/usr.bin/patch/inp.h b/gnu/usr.bin/patch/inp.h index f1f0386e02b38..b585d7947cf58 100644 --- a/gnu/usr.bin/patch/inp.h +++ b/gnu/usr.bin/patch/inp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/inp.h,v 1.7 2002/04/28 01:33:45 gad Exp $ * * $Log: inp.h,v $ * Revision 2.0 86/09/17 15:37:25 lwall diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1 index 3cc7957b63047..e17bab84b481b 100644 --- a/gnu/usr.bin/patch/patch.1 +++ b/gnu/usr.bin/patch/patch.1 @@ -1,7 +1,7 @@ .\" -*- nroff -*- .rn '' }` '\" $Header: patch.man,v 2.0.1.2 88/06/22 20:47:18 lwall Locked $ -'\" $FreeBSD$ +'\" $FreeBSD: src/gnu/usr.bin/patch/patch.1,v 1.14 2004/03/18 20:36:14 dannyboy Exp $ '\" '\" $Log: patch.man,v $ '\" Revision 2.0.1.2 88/06/22 20:47:18 lwall diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c index 8e06c33beaf5e..e3a069bff4662 100644 --- a/gnu/usr.bin/patch/patch.c +++ b/gnu/usr.bin/patch/patch.c @@ -1,5 +1,5 @@ char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/gnu/usr.bin/patch/patch.c,v 1.21 2002/10/13 01:18:33 kris Exp $"; /* patch - a program to apply diffs to original files * diff --git a/gnu/usr.bin/patch/pch.c b/gnu/usr.bin/patch/pch.c index 7dee1a64ed0e3..89c9d327d92c8 100644 --- a/gnu/usr.bin/patch/pch.c +++ b/gnu/usr.bin/patch/pch.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/pch.c,v 1.20 2002/05/21 00:44:18 gad Exp $ * * $Log: pch.c,v $ * Revision 2.0.2.0 90/05/01 22:17:51 davison diff --git a/gnu/usr.bin/patch/pch.h b/gnu/usr.bin/patch/pch.h index d815fe8d14e8b..8aebf32db9673 100644 --- a/gnu/usr.bin/patch/pch.h +++ b/gnu/usr.bin/patch/pch.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/pch.h,v 1.7 2002/04/28 01:33:45 gad Exp $ * * $Log: pch.h,v $ * Revision 2.0.1.1 87/01/30 22:47:16 lwall diff --git a/gnu/usr.bin/patch/util.c b/gnu/usr.bin/patch/util.c index b6e6652646b40..436e30f28bc34 100644 --- a/gnu/usr.bin/patch/util.c +++ b/gnu/usr.bin/patch/util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/patch/util.c,v 1.10 2002/05/21 00:44:18 gad Exp $ */ #include <paths.h> diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h index f31f2e2d5444c..42469ece14bbb 100644 --- a/gnu/usr.bin/patch/util.h +++ b/gnu/usr.bin/patch/util.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/util.h,v 1.8 2002/04/28 01:33:45 gad Exp $ * * $Log: util.h,v $ * Revision 2.0 86/09/17 15:40:06 lwall diff --git a/gnu/usr.bin/patch/version.c b/gnu/usr.bin/patch/version.c index 753dbfbcd6291..b32a14e60c10c 100644 --- a/gnu/usr.bin/patch/version.c +++ b/gnu/usr.bin/patch/version.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/version.c,v 1.7 2002/04/28 01:33:45 gad Exp $ * * $Log: version.c,v $ * Revision 2.0 86/09/17 15:40:11 lwall diff --git a/gnu/usr.bin/patch/version.h b/gnu/usr.bin/patch/version.h index faddf7c65ecdb..d08fd580c26ca 100644 --- a/gnu/usr.bin/patch/version.h +++ b/gnu/usr.bin/patch/version.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/patch/version.h,v 1.7 2002/04/28 01:33:45 gad Exp $ * * $Log: version.h,v $ * Revision 2.0 86/09/17 15:40:14 lwall |