diff options
author | Karl Ramm <kcr@1ts.org> | 2009-04-14 12:57:11 +0000 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2009-04-14 12:57:11 +0000 |
commit | be41eecada4799e5599dd8030778711eb2c16a52 (patch) | |
tree | 25ba00afcddc94b4a4f0712608a0dc6908d437ef | |
parent | cc3fd78041bd5ce5f3752865d13efd965759c2f5 (diff) |
Clean up $Zephyr$s
-rw-r--r-- | h/sysdep.h | 1 | ||||
-rw-r--r-- | lib/ZCkAuth.c | 2 | ||||
-rw-r--r-- | lib/ZCkZAut.c | 2 | ||||
-rw-r--r-- | lib/ZInit.c | 2 | ||||
-rw-r--r-- | lib/ZLocations.c | 2 | ||||
-rw-r--r-- | lib/ZParseNot.c | 2 | ||||
-rw-r--r-- | lib/ZSendPkt.c | 2 | ||||
-rw-r--r-- | server/zserver.h | 4 | ||||
-rw-r--r-- | zhm/zhm.h | 1 |
9 files changed, 7 insertions, 11 deletions
@@ -4,7 +4,6 @@ * Created by: Greg Hudson * * $Id$ - * $Zephyr: /mit/zephyr/src/include/zephyr/RCS/zephyr_conf.h,v 1.8 90/12/21 17:40:40 raeburn Exp $ * * Copyright (c) 1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c index 6646db4..ea024a9 100644 --- a/lib/ZCkAuth.c +++ b/lib/ZCkAuth.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid_ZCheckAuthentication_c[] = - "$Zephyr: /mit/zephyr/src/lib/RCS/ZCheckAuthentication.c,v 1.14 89/03/24 14:17:38 jtkohl Exp Locker: raeburn $"; + "$Id$"; #endif #include <internal.h> diff --git a/lib/ZCkZAut.c b/lib/ZCkZAut.c index 69bca56..eddb547 100644 --- a/lib/ZCkZAut.c +++ b/lib/ZCkZAut.c @@ -14,7 +14,7 @@ #ifndef lint static const char rcsid_ZCheckAuthentication_c[] = - "$Zephyr: /mit/zephyr/src/lib/RCS/ZCheckAuthentication.c,v 1.14 89/03/24 14:17:38 jtkohl Exp Locker: raeburn $"; + "$Id$"; #endif #include <internal.h> diff --git a/lib/ZInit.c b/lib/ZInit.c index d37ba04..e8f4a83 100644 --- a/lib/ZInit.c +++ b/lib/ZInit.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid_ZInitialize_c[] = - "$Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/lib/RCS/ZInitialize.c,v 1.17 89/05/30 18:11:25 jtkohl Exp $"; + "$Id$"; #endif #include <internal.h> diff --git a/lib/ZLocations.c b/lib/ZLocations.c index 8a469d0..3c662e3 100644 --- a/lib/ZLocations.c +++ b/lib/ZLocations.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid_ZLocations_c[] = - "$Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/lib/RCS/ZLocations.c,v 1.30 90/12/20 03:04:39 raeburn Exp $"; + "$Id$"; #endif #include <internal.h> diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c index d3076c7..47620b7 100644 --- a/lib/ZParseNot.c +++ b/lib/ZParseNot.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid_ZParseNotice_c[] = - "$Zephyr: /mit/zephyr/src/lib/RCS/ZParseNotice.c,v 1.22 91/03/29 03:34:46 raeburn Exp $"; + "$Id$"; #endif #include <internal.h> diff --git a/lib/ZSendPkt.c b/lib/ZSendPkt.c index ef1eb6b..143eacd 100644 --- a/lib/ZSendPkt.c +++ b/lib/ZSendPkt.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid_ZSendPacket_c[] = - "$Zephyr: /mit/zephyr/src/lib/RCS/ZSendPacket.c,v 1.29 91/03/21 11:57:08 raeburn Exp $"; + "$Id$"; #endif #include <internal.h> diff --git a/server/zserver.h b/server/zserver.h index b61740b..a8857d9 100644 --- a/server/zserver.h +++ b/server/zserver.h @@ -5,9 +5,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ - * $Zephyr: /mit/zephyr/src/server/RCS/zserver.h,v 1.34 91/03/08 12:53:24 raeburn Exp $ + * $Id$ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -6,7 +6,6 @@ * Created by: David C. Jedlinsky * * $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. * For copying and distribution information, see the file |