]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 30 Nov 2009 23:48:02 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 30 Nov 2009 23:48:02 +0000 (23:48 +0000)
36 files changed:
bin/tests/system/autosign/clean.sh
bin/tests/system/autosign/ns1/keygen.sh
bin/tests/system/autosign/ns1/named.conf
bin/tests/system/autosign/ns1/root.db.in
bin/tests/system/autosign/ns2/child.nsec3.example.db
bin/tests/system/autosign/ns2/child.optout.example.db
bin/tests/system/autosign/ns2/dst.example.db.in
bin/tests/system/autosign/ns2/example.db.in
bin/tests/system/autosign/ns2/insecure.secure.example.db
bin/tests/system/autosign/ns2/keygen.sh
bin/tests/system/autosign/ns2/named.conf
bin/tests/system/autosign/ns2/private.secure.example.db.in
bin/tests/system/autosign/ns3/insecure.example.db
bin/tests/system/autosign/ns3/keygen.sh
bin/tests/system/autosign/ns3/multiple.example.db.in
bin/tests/system/autosign/ns3/named.conf
bin/tests/system/autosign/ns3/nsec3.example.db.in
bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in
bin/tests/system/autosign/ns3/nsec3.optout.example.db.in
bin/tests/system/autosign/ns3/optout.example.db.in
bin/tests/system/autosign/ns3/optout.nsec3.example.db.in
bin/tests/system/autosign/ns3/optout.optout.example.db.in
bin/tests/system/autosign/ns3/secure.example.db.in
bin/tests/system/autosign/ns3/secure.nsec3.example.db.in
bin/tests/system/autosign/ns3/secure.optout.example.db.in
bin/tests/system/autosign/ns4/named.conf
bin/tests/system/autosign/ns5/named.conf
bin/tests/system/autosign/prereq.sh
bin/tests/system/autosign/setup.sh
bin/tests/system/autosign/tests.sh
bin/tests/system/metadata/child.db
bin/tests/system/metadata/clean.sh
bin/tests/system/metadata/parent.db
bin/tests/system/metadata/prereq.sh
bin/tests/system/metadata/setup.sh
bin/tests/system/metadata/tests.sh

index 35eeb5ffe4767092c5cb1c1862eb77a10fa6e174..303b4b479c2ec66b1063de4bf591bb3ecd218294 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: clean.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: clean.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
 rm -f inact.key del.key unpub.key standby.key rev.key
index 408c7049be6f985b40a01d56ee6cdcac33fd1da2..cdcf31d9afc208381fe9a1886e57f4cf629e3f8a 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2003  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: keygen.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: keygen.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 187640cc99e09e47502f77583fbc681c7905696c..2fbe62f6fcb5b86107435443cd0f207302ea54ae 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/30 21:00:47 each Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/30 23:48:02 tbox Exp $ */
 
 // NS1
 
index 01f9ba64393fb0941f61fed8bf598b230f140068..a1a19c4d60e1ad4c38a4ca7811733dc5efd7029d 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: root.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: root.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 30
 .                      IN SOA  a.root.servers.nil. each.isc.org. (
index 8aa242770363e796cdb9e138aa0d15e1a70307eb..1305af6d9fa3327c6b0cf0d7de857da50869d21b 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: child.nsec3.example.db,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: child.nsec3.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 1fb542cb2981cdbe6d9ef394e5694fb15b2ad7a3..ef9b6d0dd182a6591cc22147af0a3732ef4d3a55 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: child.optout.example.db,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: child.optout.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 9e0feae3a23b2f4f0f57f26fe8e52ad374e65a03..8238a73e38d0a8f74c356b08b50f2fa52a900feb 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: dst.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: dst.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index d02517e8d7ad2f3061ec9702cb2c0aea5180d298..88f113f02bb3942362d23fa4cfe3f41aaf11171a 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000-2002  Internet Software Consortium.
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index cd2d62e6d9e10ee879bc2f8f35e0ab5b14a3670f..d086e64c802870872ce31207919364644cf7fd66 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: insecure.secure.example.db,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: insecure.secure.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 9554723412c23663e8f2724ad00be507852e911a..12ed51d8a8c49f3da4d6c48074d969021612196f 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2003  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: keygen.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: keygen.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index f7ec6e8b1d215c9a809759339130919a9cdb47e2..de79f6b039d1bc33f0444bb5ec22b6fa7e021c2b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/30 21:00:47 each Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/30 23:48:02 tbox Exp $ */
 
 // NS2
 
index a5d4cde51fc278253addbcd09ce1a432e88dff07..25cda54c57449b458de58eccf2e939cc74f6985c 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: private.secure.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: private.secure.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 66fdc4c96e2ab1a7937e085a307af7ed4677a0e2..ea5c7f4d7b275c6ddeb032a27e79942dec7ab7ae 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: insecure.example.db,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: insecure.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index a9c288b071a38b0fa866d402264c90bec539e7ad..06d8ab53ec083001e3fd1230e8fa21a7ef13670a 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: keygen.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: keygen.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index dd90f4631ce104ba660be3d990c8b4471df061c9..08a803bdf887dd59182308fa56ba90e2aedac627 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: multiple.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: multiple.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index ffd029e802cc3af6cf473fd883651d27e9fcabcc..ea07c276a2e07833c27ca51bef4308e00618b8b3 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/30 21:00:47 each Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/30 23:48:02 tbox Exp $ */
 
 // NS3
 
index c7db3fe43229687eda180fbbb79db31d63a39e9d..f8706c572a4af5dec8ad44e9a4358d156c904f5d 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: nsec3.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 8869b7899ebd5b95dcc004e4561c5c3f847db822..f87db9db8255274973eab01293b73bcaec7cff7c 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: nsec3.nsec3.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: nsec3.nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index a35fa79272cb1b109ead4e2d69d3e8eb2d3ce0ec..659c794d38025f82b034ccda1362ad4d5a01656e 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: nsec3.optout.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: nsec3.optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 780c048fd11bf5bca2576033a27d3255bfcdfb72..7d5d114702ebc7d97784d3bfdc594f4e2c7f3248 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: optout.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 0ee2375111b25d26b1aade45ae0411a903d13ea4..df5d14e50f4e6f3a6498804fdf49fffbfb2da49b 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: optout.nsec3.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: optout.nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 63a281cb9744e9eb8cbce35ce07c0c1e7745d02a..d2be4b40b7e90238254c0921c1bd62b089114662 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: optout.optout.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: optout.optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 58a500ae8401cc94b5adc5aad44298196e9c8a9b..a0e7051e41afd602f9a241199af2837ceddbd3b9 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: secure.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: secure.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 563808b144f8008a1ca035f7b5cc922a2cf9fc92..ff530a04ce6224da8d8d079e9a8999f9dea68cfe 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: secure.nsec3.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: secure.nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 36361d2956ce7fa26e0b5a72067f8d90b9b02b0a..9fb521165126f9ef3c1c8bc3f93574c0f72ccbdf 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
 ; purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: secure.optout.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
+; $Id: secure.optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 5b9242a39301318035e5205d7865f8ea095018c2..9e2dda46424e54aade14414015a1ae3c095f5739 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/30 21:00:47 each Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/30 23:48:02 tbox Exp $ */
 
 // NS4
 
index 3a821154c9754234bea2fe9fa1af704ae141b66f..2ce156ce23a14f492df001723e9c97374e68962f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/30 21:00:47 each Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/30 23:48:02 tbox Exp $ */
 
 // NS5
 
index 9c316022015277724c294a878695a9c66e8b28e7..4ce0b55054e00db66e3a73c6b613d64ac5138519 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2006, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: prereq.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 ../../../tools/genrandom 400 random.data
 
index 4864dbfb5ceb8c5d2bbec344937146bdf956c163..d4c95462d93d12099bdb1eb0412f0f0b9ff61c4d 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: setup.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: setup.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index 04706b4874e9ebd667b12f175f49732b9ce2c042..083962f49038f14b3d0c7625adcc2a79b423da3c 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.2 2009/11/30 21:00:47 each Exp $
+# $Id: tests.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index e74bda904b14581ab84892d3ec7fc72fb36a2bcd..84e229ffd3e7b5e6d3949f4a3274b66c7028cef4 100644 (file)
@@ -1,3 +1,19 @@
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+;
+; Permission to use, copy, modify, and/or distribute this software for any
+; purpose with or without fee is hereby granted, provided that the above
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: child.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
+
 $ORIGIN .
 $TTL 20
 child.parent.nil               IN SOA  ns.child.parent.nil. hostmaster.parent.nil. (
index edc2ab0e46ec78b13b0550ae7571fb2fc4bffbb5..c77b7e6a7d351d6c54f5144743cc8bcecaf00d67 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: clean.sh,v 1.2 2009/11/30 21:00:48 each Exp $
+# $Id: clean.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 rm -f K* dsset-* *.signed *.new random.data
 rm -f zsk.key ksk.key parent.ksk.key parent.zsk.key 
index 060c0454f566be8d7d9c1ec7549bf9d790d3e85c..b5affab0f42d06ec78b4a3eaa33302f9cb350402 100644 (file)
@@ -1,3 +1,19 @@
+; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+;
+; Permission to use, copy, modify, and/or distribute this software for any
+; purpose with or without fee is hereby granted, provided that the above
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+; PERFORMANCE OF THIS SOFTWARE.
+
+; $Id: parent.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
+
 $ORIGIN .
 $TTL 300       ; 5 minutes
 parent.nil             IN SOA  ns1.parent.nil. hostmaster.parent.nil. (
index 2b811d54021265f7d3d90f74c0ce006b3a9554b0..ce608925801871d9ada40dca3877d4a9d638407e 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2006, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.2 2009/11/30 21:00:48 each Exp $
+# $Id: prereq.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 ../../../tools/genrandom 400 random.data
 
index 087bb3026aa5fb43172e16ea1b09ce0e10a8c43a..7fa6b60765f1961d8c65d03337cc88a000efb6ae 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: setup.sh,v 1.2 2009/11/30 21:00:48 each Exp $
+# $Id: setup.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index e67ba0eb67e045d6a39a22f7ef8f2972d18d8dd3..0ea3fbc1a0b079fca8be968d6b4ada015651e0b8 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.2 2009/11/30 21:00:48 each Exp $
+# $Id: tests.sh,v 1.3 2009/11/30 23:48:02 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh