summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
committerRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
commit574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch)
tree299cb3b58751301e63b4f5a89f4eab03af9623c9 /client
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'client')
-rw-r--r--client/file.c3
-rw-r--r--client/internal.h3
-rw-r--r--client/keytab.c3
-rw-r--r--client/krb5.c3
-rw-r--r--client/remctl.c3
-rw-r--r--client/srvtab.c3
-rw-r--r--client/wallet.c3
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>