aboutsummaryrefslogtreecommitdiff
path: root/contrib/csup
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /contrib/csup
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.0-RELEASE image.
Diffstat (limited to 'contrib/csup')
-rw-r--r--contrib/csup/GNUmakefile2
-rw-r--r--contrib/csup/Makefile2
-rw-r--r--contrib/csup/README2
-rw-r--r--contrib/csup/TODO2
-rw-r--r--contrib/csup/config.c2
-rw-r--r--contrib/csup/config.h2
-rw-r--r--contrib/csup/csup.12
-rw-r--r--contrib/csup/detailer.c2
-rw-r--r--contrib/csup/detailer.h2
-rw-r--r--contrib/csup/diff.c2
-rw-r--r--contrib/csup/diff.h2
-rw-r--r--contrib/csup/fattr.c2
-rw-r--r--contrib/csup/fattr.h2
-rw-r--r--contrib/csup/fixups.c2
-rw-r--r--contrib/csup/fixups.h2
-rw-r--r--contrib/csup/globtree.c2
-rw-r--r--contrib/csup/globtree.h2
-rw-r--r--contrib/csup/idcache.c2
-rw-r--r--contrib/csup/idcache.h2
-rw-r--r--contrib/csup/keyword.c2
-rw-r--r--contrib/csup/keyword.h2
-rw-r--r--contrib/csup/lex.rcs.c2
-rw-r--r--contrib/csup/lister.c2
-rw-r--r--contrib/csup/lister.h2
-rw-r--r--contrib/csup/main.c2
-rw-r--r--contrib/csup/misc.c2
-rw-r--r--contrib/csup/misc.h2
-rw-r--r--contrib/csup/mux.c2
-rw-r--r--contrib/csup/mux.h2
-rw-r--r--contrib/csup/parse.y2
-rw-r--r--contrib/csup/pathcomp.c2
-rw-r--r--contrib/csup/pathcomp.h2
-rw-r--r--contrib/csup/proto.c2
-rw-r--r--contrib/csup/proto.h2
-rw-r--r--contrib/csup/queue.h4
-rw-r--r--contrib/csup/rcsfile.c2
-rw-r--r--contrib/csup/rcsfile.h2
-rw-r--r--contrib/csup/rcsparse.c2
-rw-r--r--contrib/csup/rcsparse.h2
-rw-r--r--contrib/csup/rcstokenizer.l2
-rw-r--r--contrib/csup/rsyncfile.c2
-rw-r--r--contrib/csup/rsyncfile.h2
-rw-r--r--contrib/csup/status.c2
-rw-r--r--contrib/csup/status.h2
-rw-r--r--contrib/csup/stream.c2
-rw-r--r--contrib/csup/stream.h2
-rw-r--r--contrib/csup/threads.c2
-rw-r--r--contrib/csup/threads.h2
-rw-r--r--contrib/csup/token.h2
-rw-r--r--contrib/csup/token.l2
-rw-r--r--contrib/csup/updater.c2
-rw-r--r--contrib/csup/updater.h2
52 files changed, 53 insertions, 53 deletions
diff --git a/contrib/csup/GNUmakefile b/contrib/csup/GNUmakefile
index 18fb0718f022..c85dc16a369b 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
#
PREFIX?=/usr/local
diff --git a/contrib/csup/Makefile b/contrib/csup/Makefile
index d82a0f1774d3..046bd39ec775 100644
--- a/contrib/csup/Makefile
+++ b/contrib/csup/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/contrib/csup/Makefile,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
PREFIX?= /usr/local
BINDIR?= ${PREFIX}/bin
diff --git a/contrib/csup/README b/contrib/csup/README
index 879c4811792e..485a433d4aa5 100644
--- a/contrib/csup/README
+++ b/contrib/csup/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/contrib/csup/README,v 1.1.1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
Authors
-------
diff --git a/contrib/csup/TODO b/contrib/csup/TODO
index 41b2408766f2..2417f47206cd 100644
--- a/contrib/csup/TODO
+++ b/contrib/csup/TODO
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/contrib/csup/TODO,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
BUGS:
diff --git a/contrib/csup/config.c b/contrib/csup/config.c
index 46ae6cd0c160..e857189c3c47 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/config.h b/contrib/csup/config.h
index 78b699547adb..f70e235a3225 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _CONFIG_H_
#define _CONFIG_H_
diff --git a/contrib/csup/csup.1 b/contrib/csup/csup.1
index 4d22fc437e90..6986f55fda46 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.\"
.Dd February 1, 2006
.Os FreeBSD
diff --git a/contrib/csup/detailer.c b/contrib/csup/detailer.c
index 559265555674..97a12ff907a9 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/detailer.h b/contrib/csup/detailer.h
index fe82b27f6812..0466ed6722b4 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DETAILER_H_
#define _DETAILER_H_
diff --git a/contrib/csup/diff.c b/contrib/csup/diff.c
index 805967689985..6e3827bd393f 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/limits.h>
diff --git a/contrib/csup/diff.h b/contrib/csup/diff.h
index b0c8c97581eb..0022f37dd842 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _DIFF_H_
#define _DIFF_H_
diff --git a/contrib/csup/fattr.c b/contrib/csup/fattr.c
index b141c2c855d4..e2fc4ceaac52 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/time.h>
diff --git a/contrib/csup/fattr.h b/contrib/csup/fattr.h
index bd4e64970fcd..2859c9117b8f 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _FATTR_H_
#define _FATTR_H_
diff --git a/contrib/csup/fixups.c b/contrib/csup/fixups.c
index b105a8f7d48f..0b37d0d0fa3a 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/fixups.h b/contrib/csup/fixups.h
index 0dddc905d1a0..f067c678e7f7 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _FIXUPS_H_
#define _FIXUPS_H_
diff --git a/contrib/csup/globtree.c b/contrib/csup/globtree.c
index 74ac2c162ab1..74869811ffd5 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/globtree.h b/contrib/csup/globtree.h
index 43882e3a8f9a..9fb37dd08798 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _GLOBTREE_H_
#define _GLOBTREE_H_
diff --git a/contrib/csup/idcache.c b/contrib/csup/idcache.c
index 47a3e712c147..1616cb1377b2 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/idcache.h b/contrib/csup/idcache.h
index 558af0ce115f..223623d728fa 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _IDCACHE_H_
#define _IDCACHE_H_
diff --git a/contrib/csup/keyword.c b/contrib/csup/keyword.c
index 049a0115382a..1f3f7ffb1e20 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/keyword.h b/contrib/csup/keyword.h
index 033cb0aa6283..85dc2e9eeb4f 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _KEYWORD_H_
#define _KEYWORD_H_
diff --git a/contrib/csup/lex.rcs.c b/contrib/csup/lex.rcs.c
index 5db7a7b60887..2e7f44032d4b 100644
--- a/contrib/csup/lex.rcs.c
+++ b/contrib/csup/lex.rcs.c
@@ -552,7 +552,7 @@ static yyconst flex_int16_t yy_chk[327] =
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/csup/lex.rcs.c,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*
*/
/*
diff --git a/contrib/csup/lister.c b/contrib/csup/lister.c
index b10dbd3a17e0..f8455e720e9d 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/lister.h b/contrib/csup/lister.h
index a0a9bbe3556b..47bc5aa5edb2 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _LISTER_H_
#define _LISTER_H_
diff --git a/contrib/csup/main.c b/contrib/csup/main.c
index 74150393bc0b..6f21594e9d93 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/file.h>
diff --git a/contrib/csup/misc.c b/contrib/csup/misc.c
index ae16b59589db..1cb9c6bd025a 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/misc.h b/contrib/csup/misc.h
index a7ca3a625ac0..36e557173cce 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _MISC_H_
#define _MISC_H_
diff --git a/contrib/csup/mux.c b/contrib/csup/mux.c
index b344be126c30..63dec012ab80 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.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/param.h>
diff --git a/contrib/csup/mux.h b/contrib/csup/mux.h
index ff36083c3573..f5443502aeea 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _MUX_H_
#define _MUX_H_
diff --git a/contrib/csup/parse.y b/contrib/csup/parse.y
index 3dcd617421a9..27000b7a4575 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/pathcomp.c b/contrib/csup/pathcomp.c
index 380d04298542..872afe969ce2 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/pathcomp.h b/contrib/csup/pathcomp.h
index 3cea41052f58..041b17953cb9 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _PATHCOMP_H
#define _PATHCOMP_H
diff --git a/contrib/csup/proto.c b/contrib/csup/proto.c
index 15c12355073c..0f3654eaebf4 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.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/param.h>
diff --git a/contrib/csup/proto.h b/contrib/csup/proto.h
index 0c4a78299f11..c2d842fe9f43 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _PROTO_H_
#define _PROTO_H_
diff --git a/contrib/csup/queue.h b/contrib/csup/queue.h
index aa9cac165fb4..27880a7fa654 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.3.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.3.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _QUEUE_H_
diff --git a/contrib/csup/rcsfile.c b/contrib/csup/rcsfile.c
index 1f3ede154cf2..f418b9e8a0fb 100644
--- a/contrib/csup/rcsfile.c
+++ b/contrib/csup/rcsfile.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/rcsfile.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/rcsfile.h b/contrib/csup/rcsfile.h
index 5fa9f31cb1a5..18082afff24b 100644
--- a/contrib/csup/rcsfile.h
+++ b/contrib/csup/rcsfile.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/rcsfile.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _RCSFILE_H_
diff --git a/contrib/csup/rcsparse.c b/contrib/csup/rcsparse.c
index 5ea690ccde36..f2eb48379bbf 100644
--- a/contrib/csup/rcsparse.c
+++ b/contrib/csup/rcsparse.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/rcsparse.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/rcsparse.h b/contrib/csup/rcsparse.h
index 01b01563d80c..c22338fe9bbc 100644
--- a/contrib/csup/rcsparse.h
+++ b/contrib/csup/rcsparse.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/rcsparse.h,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _RCSPARSE_H_
diff --git a/contrib/csup/rcstokenizer.l b/contrib/csup/rcstokenizer.l
index 56f0f41ccf07..d0e887ada196 100644
--- a/contrib/csup/rcstokenizer.l
+++ b/contrib/csup/rcstokenizer.l
@@ -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/rcstokenizer.l,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
/*
diff --git a/contrib/csup/rsyncfile.c b/contrib/csup/rsyncfile.c
index 7680bccf0ae7..688852efbc8f 100644
--- a/contrib/csup/rsyncfile.c
+++ b/contrib/csup/rsyncfile.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/rsyncfile.c,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <errno.h>
diff --git a/contrib/csup/rsyncfile.h b/contrib/csup/rsyncfile.h
index 2c41a28ee4d2..094e0b2defc4 100644
--- a/contrib/csup/rsyncfile.h
+++ b/contrib/csup/rsyncfile.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/rsyncfile.h,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _RSYNCFILE_H_
diff --git a/contrib/csup/status.c b/contrib/csup/status.c
index 3482e8ee7be1..12108684cdb8 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/status.h b/contrib/csup/status.h
index 86efdda0e38c..7d76c5392dee 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _STATUS_H_
#define _STATUS_H_
diff --git a/contrib/csup/stream.c b/contrib/csup/stream.c
index aa229b497164..4b1b36d12822 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/stream.h b/contrib/csup/stream.h
index 212863572849..698cf8fdceb6 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.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _STREAM_H_
#define _STREAM_H_
diff --git a/contrib/csup/threads.c b/contrib/csup/threads.c
index 46a98606f282..4ee63a993da5 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <assert.h>
diff --git a/contrib/csup/threads.h b/contrib/csup/threads.h
index 66153ce5589d..c610b50608ca 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _THREADS_H_
#define _THREADS_H_
diff --git a/contrib/csup/token.h b/contrib/csup/token.h
index 0dc3ec03fbef..f4c1a4e6f1e7 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _TOKEN_H_
#define _TOKEN_H_
diff --git a/contrib/csup/token.l b/contrib/csup/token.l
index 267e61feff89..0a1f2d240b9b 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <err.h>
diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c
index d9f4210b390b..df6522da7b20 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.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/contrib/csup/updater.h b/contrib/csup/updater.h
index 9ec9ed7c0945..baa6b149c47f 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.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _UPDATER_H_
#define _UPDATER_H