summaryrefslogtreecommitdiff
path: root/contrib/com_err
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /contrib/com_err
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
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..4551dd301910 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.6.1 2010/12/21 17:09:25 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..5482280ccf41 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.6.1 2010/12/21 17:09:25 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..80d286de97a5 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.6.1 2010/12/21 17:09:25 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..a56ed4faf0af 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.6.1 2010/12/21 17:09:25 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 32f2eeece205..71d8d7df5f5b 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $
.\"
.Dd November 22, 1988
.Dt COMPILE_ET 1
diff --git a/contrib/com_err/compile_et.c b/contrib/com_err/compile_et.c
index 1c78325f4528..c086a569f652 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.6.1 2010/12/21 17:09:25 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..72c37ba81ec7 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.6.1 2010/12/21 17:09:25 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..98d6cff4b7e0 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.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
#if 0
diff --git a/contrib/com_err/lex.l b/contrib/com_err/lex.l
index 069fc9377d92..f6ecaf967fff 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.6.1 2010/12/21 17:09:25 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..240e185632d2 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#include "compile_et.h"
#include "lex.h"