From c3fe41869f7400cbdb488ef2e4ca4bca35b00fa4 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 1 Jan 2013 23:45:10 +0000 Subject: [PATCH] update copyright notice --- COPYRIGHT | 2 +- bin/tests/system/checkconf/badtsig.conf | 2 ++ bin/tests/system/checkconf/clean.sh | 2 ++ bin/tests/system/rndc/ns3/named.conf | 2 ++ bin/tests/system/wildcard/ns1/nsec.db.in | 2 ++ bin/tests/system/wildcard/ns1/nsec3.db.in | 2 ++ bin/tests/system/wildcard/ns1/private.nsec.db.in | 2 ++ bin/tests/system/wildcard/ns1/private.nsec3.db.in | 2 ++ bin/tests/system/wildcard/ns1/root.db.in | 2 ++ configure.in | 2 +- lib/isc/tests/parse_test.c | 2 ++ util/xc | 2 ++ 12 files changed, 22 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index f283b2aabf..be2700fad4 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") +Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 1996-2003 Internet Software Consortium. Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/checkconf/badtsig.conf b/bin/tests/system/checkconf/badtsig.conf index 9585b11937..1fab1e02b1 100644 --- a/bin/tests/system/checkconf/badtsig.conf +++ b/bin/tests/system/checkconf/badtsig.conf @@ -14,6 +14,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id$ */ + /* Bad secret */ key "badtsig" { algorithm hmac-md5; diff --git a/bin/tests/system/checkconf/clean.sh b/bin/tests/system/checkconf/clean.sh index 177d8f597e..9b90457ebf 100644 --- a/bin/tests/system/checkconf/clean.sh +++ b/bin/tests/system/checkconf/clean.sh @@ -14,4 +14,6 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +# $Id$ + rm -f badzero.conf diff --git a/bin/tests/system/rndc/ns3/named.conf b/bin/tests/system/rndc/ns3/named.conf index d50a7f95e4..9e80bec79a 100644 --- a/bin/tests/system/rndc/ns3/named.conf +++ b/bin/tests/system/rndc/ns3/named.conf @@ -14,6 +14,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id$ */ + controls { /* empty */ }; options { diff --git a/bin/tests/system/wildcard/ns1/nsec.db.in b/bin/tests/system/wildcard/ns1/nsec.db.in index a38dd19e2d..06ed55bcea 100644 --- a/bin/tests/system/wildcard/ns1/nsec.db.in +++ b/bin/tests/system/wildcard/ns1/nsec.db.in @@ -12,6 +12,8 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. +; $Id$ + $TTL 120 @ SOA a.root-servers.nil. hostmaster.root-servers.nil. 1 1800 900 604800 86400 @ NS a.root-servers.nil. diff --git a/bin/tests/system/wildcard/ns1/nsec3.db.in b/bin/tests/system/wildcard/ns1/nsec3.db.in index a38dd19e2d..06ed55bcea 100644 --- a/bin/tests/system/wildcard/ns1/nsec3.db.in +++ b/bin/tests/system/wildcard/ns1/nsec3.db.in @@ -12,6 +12,8 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. +; $Id$ + $TTL 120 @ SOA a.root-servers.nil. hostmaster.root-servers.nil. 1 1800 900 604800 86400 @ NS a.root-servers.nil. diff --git a/bin/tests/system/wildcard/ns1/private.nsec.db.in b/bin/tests/system/wildcard/ns1/private.nsec.db.in index 3ef8beea94..583b5fd88f 100644 --- a/bin/tests/system/wildcard/ns1/private.nsec.db.in +++ b/bin/tests/system/wildcard/ns1/private.nsec.db.in @@ -12,6 +12,8 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. +; $Id$ + $TTL 120 @ SOA a.root-servers.nil. hostmaster.root-servers.nil. 1 1800 900 604800 86400 @ NS a.root-servers.nil. diff --git a/bin/tests/system/wildcard/ns1/private.nsec3.db.in b/bin/tests/system/wildcard/ns1/private.nsec3.db.in index 0daa464c36..250dcaa860 100644 --- a/bin/tests/system/wildcard/ns1/private.nsec3.db.in +++ b/bin/tests/system/wildcard/ns1/private.nsec3.db.in @@ -12,6 +12,8 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. +; $Id$ + $TTL 120 @ SOA a.root-servers.nil. hostmaster.root-servers.nil. 1 1800 900 604800 86400 @ NS a.root-servers.nil. diff --git a/bin/tests/system/wildcard/ns1/root.db.in b/bin/tests/system/wildcard/ns1/root.db.in index 8da4a1a453..6f4da38fc4 100644 --- a/bin/tests/system/wildcard/ns1/root.db.in +++ b/bin/tests/system/wildcard/ns1/root.db.in @@ -12,6 +12,8 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. +; $Id$ + $TTL 120 @ SOA a.root-servers.nil hostmaster.root-servers.nil 1 1800 900 604800 86400 @ NS a.root-servers.nil diff --git a/configure.in b/configure.in index 8bc1a3aa68..56291e015c 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/tests/parse_test.c b/lib/isc/tests/parse_test.c index b22813241a..f5f3f58b37 100644 --- a/lib/isc/tests/parse_test.c +++ b/lib/isc/tests/parse_test.c @@ -14,6 +14,8 @@ * PERFORMANCE OF THIS SOFTWARE. */ +/* $Id$ */ + /*! \file */ #include diff --git a/util/xc b/util/xc index 66246d41ee..4df82b6954 100755 --- a/util/xc +++ b/util/xc @@ -12,6 +12,8 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +# $Id$ + # # test cross compiler #