diff options
author | Greg Hudson <ghudson@mit.edu> | 1999-01-22 18:18:26 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1999-01-22 18:18:26 +0000 |
commit | 53e23ce3319763c69fd6174239f655d5210e8a58 (patch) | |
tree | 4042bf6f136a7d1e1eb1aa0c05b7c8f6c9514741 /server | |
parent | 3a266a3545aaab889614191040540273d0916e26 (diff) |
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Diffstat (limited to 'server')
-rw-r--r-- | server/access.c | 3 | ||||
-rw-r--r-- | server/access.h | 2 | ||||
-rw-r--r-- | server/acl.h | 4 | ||||
-rw-r--r-- | server/acl_files.c | 3 | ||||
-rw-r--r-- | server/bdump.c | 2 | ||||
-rw-r--r-- | server/class.c | 3 | ||||
-rw-r--r-- | server/client.c | 3 | ||||
-rw-r--r-- | server/common.c | 3 | ||||
-rw-r--r-- | server/dispatch.c | 3 | ||||
-rw-r--r-- | server/kopt.c | 3 | ||||
-rw-r--r-- | server/kstuff.c | 3 | ||||
-rw-r--r-- | server/main.c | 3 | ||||
-rw-r--r-- | server/server.c | 3 | ||||
-rw-r--r-- | server/subscr.c | 3 | ||||
-rw-r--r-- | server/timer.c | 3 | ||||
-rw-r--r-- | server/timer.h | 4 | ||||
-rw-r--r-- | server/uloc.c | 3 | ||||
-rw-r--r-- | server/version.c | 3 | ||||
-rw-r--r-- | server/zephyrd.8 | 7 | ||||
-rw-r--r-- | server/zserver.h | 4 | ||||
-rw-r--r-- | server/zsrv_conf.h | 4 | ||||
-rw-r--r-- | server/zsrv_err.et | 4 | ||||
-rw-r--r-- | server/zstring.c | 3 | ||||
-rw-r--r-- | server/zstring.h | 2 |
24 files changed, 21 insertions, 57 deletions
diff --git a/server/access.c b/server/access.c index 325b911..8fcfe44 100644 --- a/server/access.c +++ b/server/access.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/access.h b/server/access.h index 32507e3..fb26f37 100644 --- a/server/access.h +++ b/server/access.h @@ -6,8 +6,6 @@ * * Created by Ken Raeburn. * - * $Source$ - * $Author$ * $Id$ * * Copyright (c) 1990 by the Massachusetts Institute of Technology. diff --git a/server/acl.h b/server/acl.h index 679cd95..003c9f9 100644 --- a/server/acl.h +++ b/server/acl.h @@ -3,9 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ - * $Header$ + * $Id$ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/acl_files.c b/server/acl_files.c index 83b6663..4c44402 100644 --- a/server/acl_files.c +++ b/server/acl_files.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/bdump.c b/server/bdump.c index 5697ab5..2de58e4 100644 --- a/server/bdump.c +++ b/server/bdump.c @@ -3,9 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ * $Id$ - * $Author$ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/class.c b/server/class.c index b4c46d8..63a4a2f 100644 --- a/server/class.c +++ b/server/class.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/client.c b/server/client.c index 2c41b77..85918e7 100644 --- a/server/client.c +++ b/server/client.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/common.c b/server/common.c index bff30a9..b668ef8 100644 --- a/server/common.c +++ b/server/common.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/dispatch.c b/server/dispatch.c index 06d9461..ece4ff8 100644 --- a/server/dispatch.c +++ b/server/dispatch.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/kopt.c b/server/kopt.c index 3017217..0e64850 100644 --- a/server/kopt.c +++ b/server/kopt.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * $Id$ * * Copyright 1985, 1986, 1987, 1988, 1990, 1991 by the Massachusetts * Institute of Technology. diff --git a/server/kstuff.c b/server/kstuff.c index 71d8ea1..8090272 100644 --- a/server/kstuff.c +++ b/server/kstuff.c @@ -8,8 +8,7 @@ * "mit-copyright.h". */ /* - * $Source$ - * $Header$ + * $Id$ */ #include "zserver.h" diff --git a/server/main.c b/server/main.c index ae9d550..bd3e138 100644 --- a/server/main.c +++ b/server/main.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/server.c b/server/server.c index f5b9678..e9c5894 100644 --- a/server/server.c +++ b/server/server.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/subscr.c b/server/subscr.c index 43f406d..abf28ca 100644 --- a/server/subscr.c +++ b/server/subscr.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/timer.c b/server/timer.c index d23eb82..b6cbf51 100644 --- a/server/timer.c +++ b/server/timer.c @@ -4,8 +4,7 @@ * Created by: John T. Kohl * Derived from timer_manager_ by Ken Raeburn * - * $Source$ - * $Author$ + * $Id$ * */ diff --git a/server/timer.h b/server/timer.h index 42c0081..77595be 100644 --- a/server/timer.h +++ b/server/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/server/uloc.c b/server/uloc.c index 744cfc5..f47d61b 100644 --- a/server/uloc.c +++ b/server/uloc.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/version.c b/server/version.c index 5487000..230a66c 100644 --- a/server/version.c +++ b/server/version.c @@ -3,8 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1989 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/zephyrd.8 b/server/zephyrd.8 index 9f8cefb..02a6f61 100644 --- a/server/zephyrd.8 +++ b/server/zephyrd.8 @@ -1,14 +1,9 @@ -.\" $Source$ -.\" $Author$ -.\" $Header$ +.\" $Id$ .\" .\" Copyright 1987 by the Massachusetts Institute of Technology .\" All rights reserved. The file /usr/include/zephyr/mit-copyright.h .\" specifies the terms and conditions for redistribution. .\" -.\" $Source$ -.\" $Header$ -.\" .TH ZEPHYRD 8 "July 1, 1988" "MIT Project Athena" .ds ]W MIT Project Athena .SH NAME diff --git a/server/zserver.h b/server/zserver.h index 2cad00e..c0b889a 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 diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h index 947b4ab..d2f32ed 100644 --- a/server/zsrv_conf.h +++ b/server/zsrv_conf.h @@ -3,9 +3,7 @@ * * Created by: John T. Kohl * - * $Source$ - * $Author$ - * $Header$ + * $Id$ * * Copyright (c) 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/zsrv_err.et b/server/zsrv_err.et index d3b9eab..de48f21 100644 --- a/server/zsrv_err.et +++ b/server/zsrv_err.et @@ -3,9 +3,7 @@ # For copying and distribution information, see the file # "mit-copyright.h". # -# $Source$ -# $Author$ -# $Header$ +# $Id$ et zsrv ec ZSRV_BADASSOC, diff --git a/server/zstring.c b/server/zstring.c index 955e0b8..e4e26b8 100644 --- a/server/zstring.c +++ b/server/zstring.c @@ -3,8 +3,7 @@ * * Created by: Lucien W. Van Elsen * - * $Source$ - * $Author$ + * $Id$ * * Copyright (c) 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file diff --git a/server/zstring.h b/server/zstring.h index eb3a3da..f0889a6 100644 --- a/server/zstring.h +++ b/server/zstring.h @@ -2,9 +2,7 @@ * Copyright (C) 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file "mit-copyright.h". * - * $Source$ * $Id$ - * $Author$ */ #include <zephyr/mit-copyright.h> |