]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove outdated cvs $Id strings
authorMark Andrews <marka@isc.org>
Fri, 3 Feb 2017 07:39:57 +0000 (18:39 +1100)
committerMark Andrews <marka@isc.org>
Fri, 3 Feb 2017 07:39:57 +0000 (18:39 +1100)
13 files changed:
bin/tests/byname_test.c
bin/tests/system/dname/tests.sh
bin/tests/system/smartsign/tests.sh
doc/arm/notes.html
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/rdata.h
lib/dns/openssl_link.c
lib/dns/opensslrsa_link.c
lib/dns/pkcs11rsa_link.c
lib/dns/rdataset.c
lib/isc/include/isc/event.h
lib/isc/ratelimiter.c
util/bindkeys.pl

index 91b56a0e86c540022cb1f4f5d9eecd267f8c02f2..b83fcac64460ed94e0df672322a5bf2994e62918 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id: byname_test.c,v 1.33 2009/09/02 23:48:01 tbox Exp $ */
-
 /*! \file
  * \author
  * Principal Author: Bob Halley
index 7e642e6d64f78cf8b2fc03a8ce6ccb896326321f..46845acaf6b6d41b755b5c1a46b52b3c00f253d9 100644 (file)
@@ -6,8 +6,6 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-# $Id: tests.sh,v 1.2 2011/03/18 21:14:19 fdupont Exp $
-
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
 
index 8270c0795a1370ade8a959e40f639d13731a28f1..a7f3f41c264a56bbc04033eaa092d9d7d6621157 100644 (file)
@@ -6,8 +6,6 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-# $Id: tests.sh,v 1.21 2012/02/09 23:47:18 tbox Exp $
-
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
 
index 7e5770e6fe4b1e8bff352c497d0e0e8c15d0a524..e0e397974b1fcb6d4884d9e5348fbe67018c2028 100644 (file)
@@ -4,7 +4,6 @@
  - License, v. 2.0. If a copy of the MPL was not distributed with this
  - file, You can obtain one at http://mozilla.org/MPL/2.0/.
 -->
-<!-- $Id$ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
index c7a88f19c7f869472e5daff824d7ff9afdca3fda..9d566e3fc3d94057e6bd83a69fa1d2d3a3bcd633 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id: masterdump.h,v 1.47 2011/12/08 23:46:49 tbox Exp $ */
-
 #ifndef DNS_MASTERDUMP_H
 #define DNS_MASTERDUMP_H 1
 
index ea8a5a88f916759f3a3217e977d65dc47f76e4f2..73463149d1c17afd433e73afa2b9940c55048fb9 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id: rdata.h,v 1.80 2011/03/20 02:31:53 marka Exp $ */
-
 #ifndef DNS_RDATA_H
 #define DNS_RDATA_H 1
 
index 7f744899376dac897adf0cec12ba92bb525b2a51..6a0fb4c0e83a0710cc9fd2767112af80b02bca79 100644 (file)
@@ -22,7 +22,6 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id$
  */
 #ifdef OPENSSL
 
index ad4884cf6c9c3ee1deafa8bee365d0fec6267e67..a796534a979a1d2a91d171f63766cff264152f8f 100644 (file)
@@ -8,7 +8,6 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id$
  */
 #ifdef OPENSSL
 #include <config.h>
index d213fc5e099239013e8bfe1a8b5c3e353625103e..adc869b7df33579840e1e06118eb78e9b3ffe0b1 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id$ */
-
 #ifdef PKCS11CRYPTO
 
 #include <config.h>
index 48a1a205c3f997f004fee2b460b8b3da004e9dc0..a8e75d6caf1196abbdf0342d55f3c0868fb6600e 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id$ */
-
 /*! \file */
 
 #include <config.h>
index f2003890272b6b89a5419e80172b97df89386485..32091607d2eba49dd1c69208e5bfc93862bb106d 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id: event.h,v 1.34 2007/06/19 23:47:18 tbox Exp $ */
-
 #ifndef ISC_EVENT_H
 #define ISC_EVENT_H 1
 
index fb188842bec51b9b4da188386742a78a1f067d1b..6bf086d2c10b21b5e6033f382974a709dfd8b32d 100644 (file)
@@ -6,8 +6,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-/* $Id: ratelimiter.c,v 1.25 2007/06/19 23:47:17 tbox Exp $ */
-
 /*! \file */
 
 #include <config.h>
index 0cd16a23cd2a5064eb86120721833c8d0af0d2d9..09b24671077662e099d374207b9abb38c35c1fc9 100755 (executable)
@@ -6,8 +6,6 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-# $Id: bindkeys.pl,v 1.7 2011/01/04 23:47:13 tbox Exp $
-
 use strict;
 use warnings;