summaryrefslogtreecommitdiff
path: root/contrib/com_err
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/com_err')
-rw-r--r--contrib/com_err/com_err.32
-rw-r--r--contrib/com_err/com_err.c2
-rw-r--r--contrib/com_err/com_err.h2
-rw-r--r--contrib/com_err/com_right.h2
-rw-r--r--contrib/com_err/compile_et.12
-rw-r--r--contrib/com_err/compile_et.c2
-rw-r--r--contrib/com_err/compile_et.h2
-rw-r--r--contrib/com_err/getarg.c2
-rw-r--r--contrib/com_err/lex.l2
-rw-r--r--contrib/com_err/parse.y2
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..7975fe9b74ed 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.58.1.4.1 2010/06/14 02:09:06 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 b6ad85b94769..7d81377a2df9 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.4.2.1.4.1 2010/06/14 02:09:06 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 22f1d5cdf6ba..22c97ebcaccc 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/* $Id: com_err.h 15566 2005-07-07 14:58:07Z lha $ */
/* MIT compatible com_err library */
diff --git a/contrib/com_err/com_right.h b/contrib/com_err/com_right.h
index 74d386d8adab..cfe8bbff4f01 100644
--- a/contrib/com_err/com_right.h
+++ b/contrib/com_err/com_right.h
@@ -32,7 +32,7 @@
*/
/* $Id: com_right.h 14551 2005-02-03 08:45:13Z lha $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/com_err/com_right.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 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..0cfb628d0aa0 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.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $
.\"
.Dd November 22, 1988
.Os
diff --git a/contrib/com_err/compile_et.c b/contrib/com_err/compile_et.c
index 1c78325f4528..47a4225c8e2b 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.4.2.1.4.1 2010/06/14 02:09:06 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 9b9db9c86daf..8ee77641baac 100644
--- a/contrib/com_err/compile_et.h
+++ b/contrib/com_err/compile_et.h
@@ -32,7 +32,7 @@
*/
/* $Id: compile_et.h 15426 2005-06-16 19:21:42Z lha $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/com_err/compile_et.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 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..687da68ca26c 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
#if 0
diff --git a/contrib/com_err/lex.l b/contrib/com_err/lex.l
index 069fc9377d92..d13b20700eba 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.4.2.1.4.1 2010/06/14 02:09:06 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 7e9cf1016ebf..0d27697069aa 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
#include "compile_et.h"
#include "lex.h"