diff options
Diffstat (limited to 'contrib/com_err')
-rw-r--r-- | contrib/com_err/com_err.3 | 2 | ||||
-rw-r--r-- | contrib/com_err/com_err.c | 2 | ||||
-rw-r--r-- | contrib/com_err/com_err.h | 2 | ||||
-rw-r--r-- | contrib/com_err/com_right.h | 2 | ||||
-rw-r--r-- | contrib/com_err/compile_et.1 | 2 | ||||
-rw-r--r-- | contrib/com_err/compile_et.c | 2 | ||||
-rw-r--r-- | contrib/com_err/compile_et.h | 2 | ||||
-rw-r--r-- | contrib/com_err/getarg.c | 2 | ||||
-rw-r--r-- | contrib/com_err/lex.l | 2 | ||||
-rw-r--r-- | contrib/com_err/parse.y | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/contrib/com_err/com_err.3 b/contrib/com_err/com_err.3 index e6eeea13b8525..7f6685e4a63c4 100644 --- a/contrib/com_err/com_err.3 +++ b/contrib/com_err/com_err.3 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/com_err/com_err.3,v 1.1 1999/09/04 09:48:58 markm Exp $ .\" .TH COM_ERR 3 "22 Nov 1988" SIPB .SH NAME diff --git a/contrib/com_err/com_err.c b/contrib/com_err/com_err.c index f00c602646bb3..fe4c09bcef655 100644 --- a/contrib/com_err/com_err.c +++ b/contrib/com_err/com_err.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/com_err.c,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/contrib/com_err/com_err.h b/contrib/com_err/com_err.h index 6c1faa4bd5bd8..eeef78e90950a 100644 --- a/contrib/com_err/com_err.h +++ b/contrib/com_err/com_err.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/com_err.h,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ /* $Id: com_err.h,v 1.9 2001/05/11 20:03:36 assar Exp $ */ /* MIT compatible com_err library */ diff --git a/contrib/com_err/com_right.h b/contrib/com_err/com_right.h index 09e95fa0251c3..b9325c0b829ac 100644 --- a/contrib/com_err/com_right.h +++ b/contrib/com_err/com_right.h @@ -32,7 +32,7 @@ */ /* $Id: com_right.h,v 1.11 2000/07/31 01:11:08 assar Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/com_right.h,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ #ifndef __COM_RIGHT_H__ #define __COM_RIGHT_H__ diff --git a/contrib/com_err/compile_et.1 b/contrib/com_err/compile_et.1 index e7c3fb6f0ac4d..4e3e5ff675c89 100644 --- a/contrib/com_err/compile_et.1 +++ b/contrib/com_err/compile_et.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/com_err/compile_et.1,v 1.4 2005/06/16 20:51:10 ru Exp $ .\" .Dd November 22, 1988 .Os diff --git a/contrib/com_err/compile_et.c b/contrib/com_err/compile_et.c index 59d9de996d630..8cb8183c9ee85 100644 --- a/contrib/com_err/compile_et.c +++ b/contrib/com_err/compile_et.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/compile_et.c,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ #undef ROKEN_RENAME #include "compile_et.h" diff --git a/contrib/com_err/compile_et.h b/contrib/com_err/compile_et.h index 35e4863989ff7..0d56bfaa5c28f 100644 --- a/contrib/com_err/compile_et.h +++ b/contrib/com_err/compile_et.h @@ -32,7 +32,7 @@ */ /* $Id: compile_et.h,v 1.6 2000/07/01 20:21:48 assar Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/compile_et.h,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ #ifndef __COMPILE_ET_H__ #define __COMPILE_ET_H__ diff --git a/contrib/com_err/getarg.c b/contrib/com_err/getarg.c index 80f76ab4a5ec6..d2de05ac91e2a 100644 --- a/contrib/com_err/getarg.c +++ b/contrib/com_err/getarg.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/com_err/getarg.c,v 1.2 2003/01/08 17:05:52 peter Exp $ */ #if 0 diff --git a/contrib/com_err/lex.l b/contrib/com_err/lex.l index b5f8db1e1e436..27e5b441f7368 100644 --- a/contrib/com_err/lex.l +++ b/contrib/com_err/lex.l @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/lex.l,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ /* * This is to handle the definition of this symbol in some AIX diff --git a/contrib/com_err/parse.y b/contrib/com_err/parse.y index 960bcfa8f1e49..40e3b4e0adbc4 100644 --- a/contrib/com_err/parse.y +++ b/contrib/com_err/parse.y @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/parse.y,v 1.3 2004/04/03 21:17:01 nectar Exp $ */ #include "compile_et.h" #include "lex.h" |