diff options
Diffstat (limited to 'lib/libcom_err')
-rw-r--r-- | lib/libcom_err/com_err.3 | 2 | ||||
-rw-r--r-- | lib/libcom_err/doc/com_err.texinfo | 2 | ||||
-rw-r--r-- | lib/libcom_err/error_message.c | 4 | ||||
-rw-r--r-- | lib/libcom_err/et_name.c | 2 | ||||
-rw-r--r-- | lib/libcom_err/init_et.c | 6 |
5 files changed, 8 insertions, 8 deletions
diff --git a/lib/libcom_err/com_err.3 b/lib/libcom_err/com_err.3 index ee4375b..e6eeea1 100644 --- a/lib/libcom_err/com_err.3 +++ b/lib/libcom_err/com_err.3 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $Header$ +.\" $FreeBSD$ .\" .TH COM_ERR 3 "22 Nov 1988" SIPB .SH NAME diff --git a/lib/libcom_err/doc/com_err.texinfo b/lib/libcom_err/doc/com_err.texinfo index 77f62c7..21b5b36 100644 --- a/lib/libcom_err/doc/com_err.texinfo +++ b/lib/libcom_err/doc/com_err.texinfo @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@c $Header: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ +@c $FreeBSD$ @c $Source: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v $ @c Note that although this source file is in texinfo format (more diff --git a/lib/libcom_err/error_message.c b/lib/libcom_err/error_message.c index 51ac568..1efe21c 100644 --- a/lib/libcom_err/error_message.c +++ b/lib/libcom_err/error_message.c @@ -1,5 +1,5 @@ /* - * $Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ + * $FreeBSD$ * $Source: /home/ncvs/src/lib/libcom_err/error_message.c,v $ * $Locker: $ * @@ -16,7 +16,7 @@ #include "internal.h" static const char rcsid[] = - "$Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; + "$FreeBSD$"; static const char copyright[] = "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; diff --git a/lib/libcom_err/et_name.c b/lib/libcom_err/et_name.c index a896bab..cd711f0 100644 --- a/lib/libcom_err/et_name.c +++ b/lib/libcom_err/et_name.c @@ -12,7 +12,7 @@ static const char copyright[] = "Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology"; static const char rcsid_et_name_c[] = - "$Header: et_name.c,v 1.7 89/01/01 06:14:56 raeburn Exp $"; + "$FreeBSD$"; #endif static const char char_set[] = diff --git a/lib/libcom_err/init_et.c b/lib/libcom_err/init_et.c index 7144e4a..0d8ba10 100644 --- a/lib/libcom_err/init_et.c +++ b/lib/libcom_err/init_et.c @@ -1,6 +1,6 @@ /* - * $Header: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ - * $Source: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v $ + * $FreeBSD$ + * $Source: /home/ncvs/src/lib/libcom_err/init_et.c,v $ * $Locker: $ * * Copyright 1986, 1987, 1988 by MIT Information Systems and @@ -20,7 +20,7 @@ #ifndef lint static const char rcsid_init_et_c[] = - "$Header: /home/imp/FreeBSD/CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; + "$FreeBSD$"; #endif struct foobar { |