diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/file.c | 3 | ||||
-rw-r--r-- | client/internal.h | 3 | ||||
-rw-r--r-- | client/keytab.c | 3 | ||||
-rw-r--r-- | client/krb5.c | 3 | ||||
-rw-r--r-- | client/remctl.c | 3 | ||||
-rw-r--r-- | client/srvtab.c | 3 | ||||
-rw-r--r-- | client/wallet.c | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/client/file.c b/client/file.c index c109bd5..670a30d 100644 --- a/client/file.c +++ b/client/file.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * File handling for the wallet client. * * Written by Russ Allbery <rra@stanford.edu> diff --git a/client/internal.h b/client/internal.h index e55f2b8..860ef54 100644 --- a/client/internal.h +++ b/client/internal.h @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Internal support functions for the wallet client. * * Written by Russ Allbery <rra@stanford.edu> diff --git a/client/keytab.c b/client/keytab.c index eb37ec1..2d31a27 100644 --- a/client/keytab.c +++ b/client/keytab.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Implementation of keytab handling for the wallet client. * * Written by Russ Allbery <rra@stanford.edu> diff --git a/client/krb5.c b/client/krb5.c index fd600da..3338f8a 100644 --- a/client/krb5.c +++ b/client/krb5.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Kerberos support functions for the wallet client. * * Currently, the only function here is one to obtain a ticket cache for a diff --git a/client/remctl.c b/client/remctl.c index 8b9702a..8dfeb0a 100644 --- a/client/remctl.c +++ b/client/remctl.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * remctl interface for the wallet client. * * Written by Russ Allbery <rra@stanford.edu> diff --git a/client/srvtab.c b/client/srvtab.c index 2e4ea2d..0cca70d 100644 --- a/client/srvtab.c +++ b/client/srvtab.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Implementation of srvtab handling for the wallet client. * * Written by Russ Allbery <rra@stanford.edu> diff --git a/client/wallet.c b/client/wallet.c index 5ee24f5..89135dd 100644 --- a/client/wallet.c +++ b/client/wallet.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * The client program for the wallet system. * * Written by Russ Allbery <rra@stanford.edu> |