diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /contrib/csup | |
parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) |
Diffstat (limited to 'contrib/csup')
44 files changed, 45 insertions, 45 deletions
diff --git a/contrib/csup/GNUmakefile b/contrib/csup/GNUmakefile index 7aceccdbd37be..6b9b44cae2b24 100644 --- a/contrib/csup/GNUmakefile +++ b/contrib/csup/GNUmakefile @@ -2,7 +2,7 @@ # be used elsewhere because it assumes that the target system doesn't # support BSD extended file flags. # -# $FreeBSD$ +# $FreeBSD: src/contrib/csup/GNUmakefile,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ # PREFIX?=/usr/local diff --git a/contrib/csup/Makefile b/contrib/csup/Makefile index b672c5ddefcb2..d926e99a486bc 100644 --- a/contrib/csup/Makefile +++ b/contrib/csup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/csup/Makefile,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ PREFIX?= /usr/local BINDIR?= ${PREFIX}/bin diff --git a/contrib/csup/README b/contrib/csup/README index 879c4811792e4..76b7ac3ead1f9 100644 --- a/contrib/csup/README +++ b/contrib/csup/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/csup/README,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ Authors ------- diff --git a/contrib/csup/TODO b/contrib/csup/TODO index 66988e1780b03..cc02bf0030796 100644 --- a/contrib/csup/TODO +++ b/contrib/csup/TODO @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/csup/TODO,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ BUGS: diff --git a/contrib/csup/config.c b/contrib/csup/config.c index 5b71e7408522a..4746dc99c63a1 100644 --- a/contrib/csup/config.c +++ b/contrib/csup/config.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/config.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/config.h b/contrib/csup/config.h index 78b699547adb8..9fec45bca5a08 100644 --- a/contrib/csup/config.h +++ b/contrib/csup/config.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/config.h,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _CONFIG_H_ #define _CONFIG_H_ diff --git a/contrib/csup/csup.1 b/contrib/csup/csup.1 index f8c7c13f135c6..71c11cc4e234c 100644 --- a/contrib/csup/csup.1 +++ b/contrib/csup/csup.1 @@ -22,7 +22,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/csup/csup.1,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 1, 2006 .Os FreeBSD diff --git a/contrib/csup/detailer.c b/contrib/csup/detailer.c index bf2ddb74a502c..a4432eebfff3c 100644 --- a/contrib/csup/detailer.c +++ b/contrib/csup/detailer.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/detailer.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/detailer.h b/contrib/csup/detailer.h index fe82b27f68120..f4b870a22538f 100644 --- a/contrib/csup/detailer.h +++ b/contrib/csup/detailer.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/detailer.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _DETAILER_H_ #define _DETAILER_H_ diff --git a/contrib/csup/diff.c b/contrib/csup/diff.c index ea53c367901f7..4fc5c5f78d81d 100644 --- a/contrib/csup/diff.c +++ b/contrib/csup/diff.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/diff.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/diff.h b/contrib/csup/diff.h index cbd9e50054a9f..20e72ff5aa769 100644 --- a/contrib/csup/diff.h +++ b/contrib/csup/diff.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/diff.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _DIFF_H_ #define _DIFF_H_ diff --git a/contrib/csup/fattr.c b/contrib/csup/fattr.c index b29d73dcf64e2..55c670d19205f 100644 --- a/contrib/csup/fattr.c +++ b/contrib/csup/fattr.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fattr.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/time.h> diff --git a/contrib/csup/fattr.h b/contrib/csup/fattr.h index 6015fbb3b43ab..47a084c6999f9 100644 --- a/contrib/csup/fattr.h +++ b/contrib/csup/fattr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fattr.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _FATTR_H_ #define _FATTR_H_ diff --git a/contrib/csup/fixups.c b/contrib/csup/fixups.c index b105a8f7d48f9..143a9a271d6d7 100644 --- a/contrib/csup/fixups.c +++ b/contrib/csup/fixups.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fixups.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/fixups.h b/contrib/csup/fixups.h index 0dddc905d1a00..4cee07a09c936 100644 --- a/contrib/csup/fixups.h +++ b/contrib/csup/fixups.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fixups.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _FIXUPS_H_ #define _FIXUPS_H_ diff --git a/contrib/csup/globtree.c b/contrib/csup/globtree.c index 74ac2c162ab12..39d61bb7001d9 100644 --- a/contrib/csup/globtree.c +++ b/contrib/csup/globtree.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/globtree.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/globtree.h b/contrib/csup/globtree.h index 43882e3a8f9aa..302319ee55afc 100644 --- a/contrib/csup/globtree.h +++ b/contrib/csup/globtree.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/globtree.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _GLOBTREE_H_ #define _GLOBTREE_H_ diff --git a/contrib/csup/idcache.c b/contrib/csup/idcache.c index 47a3e712c1473..d3984e50dce6b 100644 --- a/contrib/csup/idcache.c +++ b/contrib/csup/idcache.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/idcache.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/idcache.h b/contrib/csup/idcache.h index 558af0ce115f8..8ff5e9fd94d50 100644 --- a/contrib/csup/idcache.h +++ b/contrib/csup/idcache.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/idcache.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _IDCACHE_H_ #define _IDCACHE_H_ diff --git a/contrib/csup/keyword.c b/contrib/csup/keyword.c index dab44f0851e0b..ea0d7cc2f3dd1 100644 --- a/contrib/csup/keyword.c +++ b/contrib/csup/keyword.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/keyword.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/keyword.h b/contrib/csup/keyword.h index 3f152c11ea45d..1ccade699865d 100644 --- a/contrib/csup/keyword.h +++ b/contrib/csup/keyword.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/keyword.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _KEYWORD_H_ #define _KEYWORD_H_ diff --git a/contrib/csup/lister.c b/contrib/csup/lister.c index 98a9c8368d854..c0cd71807e8b0 100644 --- a/contrib/csup/lister.c +++ b/contrib/csup/lister.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/lister.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/lister.h b/contrib/csup/lister.h index a0a9bbe3556b2..12dcdf99cc5d3 100644 --- a/contrib/csup/lister.h +++ b/contrib/csup/lister.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/lister.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _LISTER_H_ #define _LISTER_H_ diff --git a/contrib/csup/main.c b/contrib/csup/main.c index 74150393bc0b0..bf0e1b39b790a 100644 --- a/contrib/csup/main.c +++ b/contrib/csup/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/main.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/file.h> diff --git a/contrib/csup/misc.c b/contrib/csup/misc.c index 97a02aba8368c..dd1889aa246fe 100644 --- a/contrib/csup/misc.c +++ b/contrib/csup/misc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/misc.c,v 1.1.1.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/misc.h b/contrib/csup/misc.h index f0d03520d8715..494c33c1878db 100644 --- a/contrib/csup/misc.h +++ b/contrib/csup/misc.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/misc.h,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _MISC_H_ #define _MISC_H_ diff --git a/contrib/csup/mux.c b/contrib/csup/mux.c index b663b5411b6fb..3c2449937f2a0 100644 --- a/contrib/csup/mux.c +++ b/contrib/csup/mux.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/mux.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/contrib/csup/mux.h b/contrib/csup/mux.h index ff36083c3573b..a03eca10abfdb 100644 --- a/contrib/csup/mux.h +++ b/contrib/csup/mux.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/mux.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _MUX_H_ #define _MUX_H_ diff --git a/contrib/csup/parse.y b/contrib/csup/parse.y index 3dcd617421a90..1ffe9027f6d3f 100644 --- a/contrib/csup/parse.y +++ b/contrib/csup/parse.y @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/parse.y,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/pathcomp.c b/contrib/csup/pathcomp.c index 380d042985429..06fb737cd9402 100644 --- a/contrib/csup/pathcomp.c +++ b/contrib/csup/pathcomp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/pathcomp.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/pathcomp.h b/contrib/csup/pathcomp.h index 3cea41052f58e..2019901aaf12e 100644 --- a/contrib/csup/pathcomp.h +++ b/contrib/csup/pathcomp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/pathcomp.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _PATHCOMP_H #define _PATHCOMP_H diff --git a/contrib/csup/proto.c b/contrib/csup/proto.c index 0a8985856baac..5257239fad950 100644 --- a/contrib/csup/proto.c +++ b/contrib/csup/proto.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/proto.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/param.h> diff --git a/contrib/csup/proto.h b/contrib/csup/proto.h index ea9c01230232d..22c2bf8c71f27 100644 --- a/contrib/csup/proto.h +++ b/contrib/csup/proto.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/proto.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _PROTO_H_ #define _PROTO_H_ diff --git a/contrib/csup/queue.h b/contrib/csup/queue.h index 7ae77bcf0417f..aad0c647610c7 100644 --- a/contrib/csup/queue.h +++ b/contrib/csup/queue.h @@ -27,9 +27,9 @@ * SUCH DAMAGE. * * @(#)queue.h 8.5 (Berkeley) 8/20/94 - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _QUEUE_H_ diff --git a/contrib/csup/status.c b/contrib/csup/status.c index 32b6821a2fb89..e91dc3178b893 100644 --- a/contrib/csup/status.c +++ b/contrib/csup/status.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/status.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/status.h b/contrib/csup/status.h index 86efdda0e38c9..950c8ef9bb326 100644 --- a/contrib/csup/status.h +++ b/contrib/csup/status.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/status.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _STATUS_H_ #define _STATUS_H_ diff --git a/contrib/csup/stream.c b/contrib/csup/stream.c index 34aa71e3273fe..ca338aea7384c 100644 --- a/contrib/csup/stream.c +++ b/contrib/csup/stream.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/stream.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/stream.h b/contrib/csup/stream.h index 062fd34e3fa49..678c6f83b0353 100644 --- a/contrib/csup/stream.h +++ b/contrib/csup/stream.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/stream.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _STREAM_H_ #define _STREAM_H_ diff --git a/contrib/csup/threads.c b/contrib/csup/threads.c index 46a98606f282b..148cc7f6fb8cb 100644 --- a/contrib/csup/threads.c +++ b/contrib/csup/threads.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/threads.c,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/threads.h b/contrib/csup/threads.h index 66153ce5589d8..fbb081d26b8bc 100644 --- a/contrib/csup/threads.h +++ b/contrib/csup/threads.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/threads.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _THREADS_H_ #define _THREADS_H_ diff --git a/contrib/csup/token.h b/contrib/csup/token.h index 0dc3ec03fbef8..5d2936747c0c6 100644 --- a/contrib/csup/token.h +++ b/contrib/csup/token.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/token.h,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _TOKEN_H_ #define _TOKEN_H_ diff --git a/contrib/csup/token.l b/contrib/csup/token.l index 267e61feff89b..22ded3f1d159e 100644 --- a/contrib/csup/token.l +++ b/contrib/csup/token.l @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/token.l,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <err.h> diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c index df74d52963655..a95b94cce12c4 100644 --- a/contrib/csup/updater.c +++ b/contrib/csup/updater.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/updater.c,v 1.1.1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/updater.h b/contrib/csup/updater.h index 9ec9ed7c09452..be06fc41d2e40 100644 --- a/contrib/csup/updater.h +++ b/contrib/csup/updater.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/updater.h,v 1.1.1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _UPDATER_H_ #define _UPDATER_H |