diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 91b56a0e86..b83fcac644 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -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 diff --git a/bin/tests/system/dname/tests.sh b/bin/tests/system/dname/tests.sh index 7e642e6d64..46845acaf6 100644 --- a/bin/tests/system/dname/tests.sh +++ b/bin/tests/system/dname/tests.sh @@ -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 diff --git a/bin/tests/system/smartsign/tests.sh b/bin/tests/system/smartsign/tests.sh index 8270c0795a..a7f3f41c26 100644 --- a/bin/tests/system/smartsign/tests.sh +++ b/bin/tests/system/smartsign/tests.sh @@ -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 diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 7e5770e6fe..e0e397974b 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -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/. --> - diff --git a/lib/dns/include/dns/masterdump.h b/lib/dns/include/dns/masterdump.h index c7a88f19c7..9d566e3fc3 100644 --- a/lib/dns/include/dns/masterdump.h +++ b/lib/dns/include/dns/masterdump.h @@ -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 diff --git a/lib/dns/include/dns/rdata.h b/lib/dns/include/dns/rdata.h index ea8a5a88f9..73463149d1 100644 --- a/lib/dns/include/dns/rdata.h +++ b/lib/dns/include/dns/rdata.h @@ -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 diff --git a/lib/dns/openssl_link.c b/lib/dns/openssl_link.c index 7f74489937..6a0fb4c0e8 100644 --- a/lib/dns/openssl_link.c +++ b/lib/dns/openssl_link.c @@ -22,7 +22,6 @@ /* * Principal Author: Brian Wellington - * $Id$ */ #ifdef OPENSSL diff --git a/lib/dns/opensslrsa_link.c b/lib/dns/opensslrsa_link.c index ad4884cf6c..a796534a97 100644 --- a/lib/dns/opensslrsa_link.c +++ b/lib/dns/opensslrsa_link.c @@ -8,7 +8,6 @@ /* * Principal Author: Brian Wellington - * $Id$ */ #ifdef OPENSSL #include diff --git a/lib/dns/pkcs11rsa_link.c b/lib/dns/pkcs11rsa_link.c index d213fc5e09..adc869b7df 100644 --- a/lib/dns/pkcs11rsa_link.c +++ b/lib/dns/pkcs11rsa_link.c @@ -6,8 +6,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* $Id$ */ - #ifdef PKCS11CRYPTO #include diff --git a/lib/dns/rdataset.c b/lib/dns/rdataset.c index 48a1a205c3..a8e75d6caf 100644 --- a/lib/dns/rdataset.c +++ b/lib/dns/rdataset.c @@ -6,8 +6,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* $Id$ */ - /*! \file */ #include diff --git a/lib/isc/include/isc/event.h b/lib/isc/include/isc/event.h index f200389027..32091607d2 100644 --- a/lib/isc/include/isc/event.h +++ b/lib/isc/include/isc/event.h @@ -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 diff --git a/lib/isc/ratelimiter.c b/lib/isc/ratelimiter.c index fb188842be..6bf086d2c1 100644 --- a/lib/isc/ratelimiter.c +++ b/lib/isc/ratelimiter.c @@ -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 diff --git a/util/bindkeys.pl b/util/bindkeys.pl index 0cd16a23cd..09b2467107 100755 --- a/util/bindkeys.pl +++ b/util/bindkeys.pl @@ -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;