chiark / gitweb /
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 d5bcf909fb14292da50a6367dd5c2cac1e3b898b..3d7c06efbea3fea8bfee01c4e13b4733163b6808 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 0ec2a41e3a823ac46614d014de8006bf4d840a49..848de2199a0238a2775dd5666c62eb917cb07870 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 a93e855efa1e665f45378982393efbb9b61a23cd..1a9969446d3bb5f907c6c16ac902497e8fe2e672 100644 (file)
@@ -32,9 +32,6 @@
  *  subsequently.
  */
 
-static const char * const cvsid =
-       "$Id$";
-
 #include <sys/types.h>
 #include <sys/time.h>
 
index 85a40a8e23c26a6074e963888ac1e1921b9f2b78..3caa882d93fb84b786f2c937351ec1c1048590dd 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 51b489bd0b4b92b4eff12b54719100d32cdfcd06..896d8669f41c66cb8035d8428adeba9842ece1a5 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