Remove RCSids.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 24 Oct 2014 18:00:32 +0000 (19:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 24 Oct 2014 18:00:32 +0000 (19:00 +0100)
We are using git now and it doesn't do this kind of thing.  They are a
pain, anyway.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.html
client/adnsheloex.c
client/adnslogres.c
client/fanftest.c
src/adns.h

index d5bcf90..3d7c06e 100644 (file)
@@ -15,7 +15,6 @@ library and utilities.</strong>
 <!--  Please ensure that all links continine to be correct        -->
 <!--  both for www.gnu.org and chiark.                            -->
 <!--                                                              -->
-<!--  $Id$    -->   
 
 <p>
 
index 0ec2a41..848de21 100644 (file)
@@ -29,9 +29,6 @@
  *  This file is by Tony Finch, based on adnslogres.c.
  */
 
-static const char * const cvsid =
-       "$Id$";
-
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
index a93e855..1a99694 100644 (file)
@@ -32,9 +32,6 @@
  *  subsequently.
  */
 
-static const char * const cvsid =
-       "$Id$";
-
 #include <sys/types.h>
 #include <sys/time.h>
 
index 85a40a8..3caa882 100644 (file)
@@ -31,9 +31,6 @@
  * modified by Ian Jackson as it was incorporated into adns.
  */
 
-static const char * const cvsid =
-       "$Id$";
-
 #include <sys/types.h>
 #include <sys/time.h>
 
index 51b489b..896d866 100644 (file)
@@ -50,8 +50,6 @@
  *  or the GNU Library General Public License, as appropriate, along
  *  with this program; if not, write to the Free Software Foundation.
  *
- *
- *  $Id$
  */
 
 #ifndef ADNS_H_INCLUDED