From: Ian Jackson Date: Fri, 24 Oct 2014 18:00:32 +0000 (+0100) Subject: Remove RCSids. X-Git-Tag: adns-1.5.0-rc1~16 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/8c5f4afa4747f770d69091b6e6ce0cfdb5c2ff30 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 --- 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