summaryrefslogtreecommitdiff
path: root/zhm
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1999-01-22 18:18:26 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1999-01-22 18:18:26 +0000
commit53e23ce3319763c69fd6174239f655d5210e8a58 (patch)
tree4042bf6f136a7d1e1eb1aa0c05b7c8f6c9514741 /zhm
parent3a266a3545aaab889614191040540273d0916e26 (diff)
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Diffstat (limited to 'zhm')
-rw-r--r--zhm/queue.c5
-rw-r--r--zhm/timer.c3
-rw-r--r--zhm/timer.h4
-rw-r--r--zhm/zhm.84
-rw-r--r--zhm/zhm.c3
-rw-r--r--zhm/zhm.h3
-rw-r--r--zhm/zhm_client.c5
-rw-r--r--zhm/zhm_server.c5
8 files changed, 11 insertions, 21 deletions
diff --git a/zhm/queue.c b/zhm/queue.c
index 9fe332a..febd36c 100644
--- a/zhm/queue.c
+++ b/zhm/queue.c
@@ -3,8 +3,7 @@
*
* Created by: David C. Jedlinsky
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1987 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
@@ -15,7 +14,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_queue_c[] = "$Header$";
+static char rcsid_queue_c[] = "$Id$";
#endif /* SABER */
#endif /* lint */
diff --git a/zhm/timer.c b/zhm/timer.c
index 8fb68e5..1fe3d39 100644
--- a/zhm/timer.c
+++ b/zhm/timer.c
@@ -4,8 +4,7 @@
* Created by: John T. Kohl
* Derived from timer_manager_ by Ken Raeburn
*
- * $Source$
- * $Author$
+ * $Id$
*
*/
diff --git a/zhm/timer.h b/zhm/timer.h
index 42c0081..77595be 100644
--- a/zhm/timer.h
+++ b/zhm/timer.h
@@ -4,9 +4,7 @@
* Created by: John T. Kohl
* Derived from timer_manager_.h by Ken Raeburn
*
- * $Source$
- * $Author$
- * $Header$
+ * $Id$
*
*/
diff --git a/zhm/zhm.8 b/zhm/zhm.8
index 5171c4d..90feb73 100644
--- a/zhm/zhm.8
+++ b/zhm/zhm.8
@@ -1,6 +1,4 @@
-.\" $Source$
-.\" $Author$
-.\" $Header$
+.\" $Id$
.\"
.\" Copyright 1987, 1988 by the Massachusetts Institute of Technology
.\" All rights reserved. The file /usr/include/zephyr/mit-copyright.h
diff --git a/zhm/zhm.c b/zhm/zhm.c
index 0bc0a8e..2c38b1b 100644
--- a/zhm/zhm.c
+++ b/zhm/zhm.c
@@ -3,8 +3,7 @@
*
* Created by: David C. Jedlinsky
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1987,1991 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
diff --git a/zhm/zhm.h b/zhm/zhm.h
index 0e0f5b8..733d9cc 100644
--- a/zhm/zhm.h
+++ b/zhm/zhm.h
@@ -5,8 +5,7 @@
*
* Created by: David C. Jedlinsky
*
- * $Source$
- * $Author$
+ * $Id$
* $Zephyr: /mit/zephyr/src.rw/zhm/RCS/zhm.h,v 1.13 90/10/19 07:11:48 raeburn Exp $
*
* Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology.
diff --git a/zhm/zhm_client.c b/zhm/zhm_client.c
index d044c60..539c43a 100644
--- a/zhm/zhm_client.c
+++ b/zhm/zhm_client.c
@@ -3,8 +3,7 @@
*
* Created by: David C. Jedlinsky
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1987 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
@@ -15,7 +14,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_hm_client_c[] = "$Header$";
+static char rcsid_hm_client_c[] = "$Id$";
#endif /* SABER */
#endif /* lint */
diff --git a/zhm/zhm_server.c b/zhm/zhm_server.c
index 7441ced..bfc5054 100644
--- a/zhm/zhm_server.c
+++ b/zhm/zhm_server.c
@@ -3,8 +3,7 @@
*
* Created by: David C. Jedlinsky
*
- * $Source$
- * $Author$
+ * $Id$
*
* Copyright (c) 1987 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
@@ -15,7 +14,7 @@
#ifndef lint
#ifndef SABER
-static char rcsid_hm_server_c[] = "$Header$";
+static char rcsid_hm_server_c[] = "$Id$";
#endif /* SABER */
#endif /* lint */