From 8c5f4afa4747f770d69091b6e6ce0cfdb5c2ff30 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Oct 2014 19:00:32 +0100 Subject: [PATCH] Remove RCSids. We are using git now and it doesn't do this kind of thing. They are a pain, anyway. Signed-off-by: Ian Jackson --- README.html | 1 - client/adnsheloex.c | 3 --- client/adnslogres.c | 3 --- client/fanftest.c | 3 --- src/adns.h | 2 -- 5 files changed, 12 deletions(-) diff --git a/README.html b/README.html index d5bcf90..3d7c06e 100644 --- a/README.html +++ b/README.html @@ -15,7 +15,6 @@ library and utilities. -

diff --git a/client/adnsheloex.c b/client/adnsheloex.c index 0ec2a41..848de21 100644 --- a/client/adnsheloex.c +++ b/client/adnsheloex.c @@ -29,9 +29,6 @@ * This file is by Tony Finch, based on adnslogres.c. */ -static const char * const cvsid = - "$Id$"; - #include #include #include diff --git a/client/adnslogres.c b/client/adnslogres.c index a93e855..1a99694 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -32,9 +32,6 @@ * subsequently. */ -static const char * const cvsid = - "$Id$"; - #include #include diff --git a/client/fanftest.c b/client/fanftest.c index 85a40a8..3caa882 100644 --- a/client/fanftest.c +++ b/client/fanftest.c @@ -31,9 +31,6 @@ * modified by Ian Jackson as it was incorporated into adns. */ -static const char * const cvsid = - "$Id$"; - #include #include diff --git a/src/adns.h b/src/adns.h index 51b489b..896d866 100644 --- a/src/adns.h +++ b/src/adns.h @@ -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 -- 2.30.2