diff options
Diffstat (limited to 'contrib/bc')
-rw-r--r-- | contrib/bc/FREEBSD-upgrade | 2 | ||||
-rw-r--r-- | contrib/bc/bc/main.c | 2 | ||||
-rw-r--r-- | contrib/bc/bc/scan.l | 2 | ||||
-rw-r--r-- | contrib/bc/doc/bc.1 | 2 | ||||
-rw-r--r-- | contrib/bc/doc/dc.1 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/bc/FREEBSD-upgrade b/contrib/bc/FREEBSD-upgrade index 0174d7bbbe92..23479be4ce1d 100644 --- a/contrib/bc/FREEBSD-upgrade +++ b/contrib/bc/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/bc/FREEBSD-upgrade,v 1.6.28.1 2009/04/15 03:14:26 kensmith Exp $ bc 1.0.5a originals can be found at: ftp://prep.ai.mit.edu/pub/gnu/ diff --git a/contrib/bc/bc/main.c b/contrib/bc/bc/main.c index 8ac2981ad719..8b54ff90c2be 100644 --- a/contrib/bc/bc/main.c +++ b/contrib/bc/bc/main.c @@ -26,7 +26,7 @@ Western Washington University Bellingham, WA 98226-9062 -$FreeBSD$ +$FreeBSD: src/contrib/bc/bc/main.c,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $ *************************************************************************/ diff --git a/contrib/bc/bc/scan.l b/contrib/bc/bc/scan.l index 8910c66f4c8a..175c40e0568e 100644 --- a/contrib/bc/bc/scan.l +++ b/contrib/bc/bc/scan.l @@ -1,5 +1,5 @@ %{ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bc/bc/scan.l,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* scan.l: the (f)lex description file for the scanner. */ /* This file is part of GNU bc. diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1 index bb19594421f2..3c2fcb26abef 100644 --- a/contrib/bc/doc/bc.1 +++ b/contrib/bc/doc/bc.1 @@ -27,7 +27,7 @@ .\" Western Washington University .\" Bellingham, WA 98226-9062 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bc/doc/bc.1,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $ .\" .TH bc 1 .\" "Command Manual" v1.06 "Sept 12, 2000" .SH NAME diff --git a/contrib/bc/doc/dc.1 b/contrib/bc/doc/dc.1 index adaf5d0cc058..03e59063f552 100644 --- a/contrib/bc/doc/dc.1 +++ b/contrib/bc/doc/dc.1 @@ -20,7 +20,7 @@ .\" 59 Temple Place, Suite 330 .\" Boston, MA 02111 USA .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bc/doc/dc.1,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $ .\" .TH DC 1 "1997-03-25" "GNU Project" .ds dc \fIdc\fP |