diff options
Diffstat (limited to 'contrib/bzip2')
-rw-r--r-- | contrib/bzip2/FREEBSD-Xlist | 2 | ||||
-rw-r--r-- | contrib/bzip2/FREEBSD-upgrade | 2 | ||||
-rw-r--r-- | contrib/bzip2/bzlib.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bzip2/FREEBSD-Xlist b/contrib/bzip2/FREEBSD-Xlist index 2725621ac2851..5f8d149d9df90 100644 --- a/contrib/bzip2/FREEBSD-Xlist +++ b/contrib/bzip2/FREEBSD-Xlist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/bzip2/FREEBSD-Xlist,v 1.1 2005/05/16 18:56:30 obrien Exp $ *README.XML.STUFF *bz-common.xsl *bz-fo.xsl diff --git a/contrib/bzip2/FREEBSD-upgrade b/contrib/bzip2/FREEBSD-upgrade index 5d0b771ba2cd8..643941d100677 100644 --- a/contrib/bzip2/FREEBSD-upgrade +++ b/contrib/bzip2/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/bzip2/FREEBSD-upgrade,v 1.4 2007/03/30 16:33:05 delphij Exp $ Julian Seward's bzip2 originals can be found at: http://www.bzip.org/downloads.html diff --git a/contrib/bzip2/bzlib.c b/contrib/bzip2/bzlib.c index ef0791e056388..8ef3e6c4fda2f 100644 --- a/contrib/bzip2/bzlib.c +++ b/contrib/bzip2/bzlib.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/bzip2/bzlib.c,v 1.3 2007/03/28 07:46:20 delphij Exp $"); #include "bzlib_private.h" |