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 e6eeea13b852..5d3993fe2f9f 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.56.1 2009/04/15 03:14:26 kensmith 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 f00c602646bb..ae38f657f6ae 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.28.1 2009/04/15 03:14:26 kensmith 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 6c1faa4bd5bd..bef3a532a24d 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.28.1 2009/04/15 03:14:26 kensmith 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 09e95fa0251c..466ab1160cf5 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.28.1 2009/04/15 03:14:26 kensmith 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 bdc608ba6ddb..52bdfedbd242 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd November 22, 1988 .Os diff --git a/contrib/com_err/compile_et.c b/contrib/com_err/compile_et.c index 59d9de996d63..590832dfff7a 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.28.1 2009/04/15 03:14:26 kensmith 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 35e4863989ff..e3829b8d1cf7 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef __COMPILE_ET_H__ #define __COMPILE_ET_H__ diff --git a/contrib/com_err/getarg.c b/contrib/com_err/getarg.c index 80f76ab4a5ec..cd7d051bf4d2 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.32.1 2009/04/15 03:14:26 kensmith Exp $ */ #if 0 diff --git a/contrib/com_err/lex.l b/contrib/com_err/lex.l index b5f8db1e1e43..b985d133a1a1 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.28.1 2009/04/15 03:14:26 kensmith 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 960bcfa8f1e4..5932b2109ea1 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "compile_et.h" #include "lex.h" |