]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Wed, 4 Jan 2006 00:37:24 +0000 (00:37 +0000)
committerMark Andrews <marka@isc.org>
Wed, 4 Jan 2006 00:37:24 +0000 (00:37 +0000)
COPYRIGHT
bin/dnssec/dnssec-keygen.c
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/prereq.sh
bin/tests/system/tkey/prereq.sh
lib/dns/resolver.c
lib/dns/zone.c
lib/isc/hash.c

index 2c1c62c1b657ac8d73cb953dcda50b25438ce534..3e1eff3b99d11c1d0de0218e2e98f59ad52987b5 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
 Copyright (C) 1996-2003  Internet Software Consortium.
 
 Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@ 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: COPYRIGHT,v 1.10 2005/01/10 23:49:41 marka Exp $
+$Id: COPYRIGHT,v 1.11 2006/01/04 00:37:24 marka Exp $
 
 Portions Copyright (C) 1996-2001  Nominum, Inc.
 
index 1c33568a5b70aaf33910ce6795874b55b7388b78..75dcce9eacbf19eb5707fe73cbf14dca5682225c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 2000-2003  Internet Software Consortium.
  * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
  *
@@ -16,7 +16,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keygen.c,v 1.71 2006/01/03 06:06:04 marka Exp $ */
+/* $Id: dnssec-keygen.c,v 1.72 2006/01/04 00:37:24 marka Exp $ */
 
 /*! \file */
 
index 187f9c3513d5fe641ddd7d8cdeb4b2da6f3a14aa..c9799c878de7ef047182bd468c169174acfd02ab 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: sign.sh,v 1.20 2006/01/03 06:06:04 marka Exp $
+# $Id: sign.sh,v 1.21 2006/01/04 00:37:24 marka Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 3e134b274067053fde4f08d7719810b0cddffdb0..fdf2f0a419c49a0293f6f936c402dafe43849948 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: sign.sh,v 1.25 2006/01/03 06:06:04 marka Exp $
+# $Id: sign.sh,v 1.26 2006/01/04 00:37:24 marka Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 50651763dae471bc9d37812b36df75ddcc915687..e06cfa96583eb42aaf5d942c6897fe99ea6a544a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: sign.sh,v 1.19 2006/01/03 06:06:04 marka Exp $
+# $Id: sign.sh,v 1.20 2006/01/04 00:37:24 marka Exp $
 
 RANDFILE=../random.data
 
index 8d02fe4445f459b1b84bfcf10593c7338c684e1e..a7313e932b2e8d1a01feedf33d1669427312583d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.7 2006/01/03 06:06:04 marka Exp $
+# $Id: prereq.sh,v 1.8 2006/01/04 00:37:24 marka Exp $
 
 ../../genrandom 400 random.data
 
index fbed89d09b97a7ad12b7f3e40e7691eee29390fb..c79d79e45c6fcb32f49c2e73835f3de2ae1764d6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.7 2006/01/03 06:06:04 marka Exp $
+# $Id: prereq.sh,v 1.8 2006/01/04 00:37:24 marka Exp $
 
 ../../genrandom 400 random.data
 
index 553f55c83395efbb56d1b12790cb5cae27e07777..a2769ce8be77ad67b1780204125f4e1f3e8eb661 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.322 2006/01/03 07:12:52 marka Exp $ */
+/* $Id: resolver.c,v 1.323 2006/01/04 00:37:24 marka Exp $ */
 
 /*! \file */
 
index 6385ffa75d4aab37156e276cff14492636a856e6..f1e3e821ff4d9dc8c3861a6a818d551c9d37ee68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.447 2006/01/03 05:26:29 marka Exp $ */
+/* $Id: zone.c,v 1.448 2006/01/04 00:37:24 marka Exp $ */
 
 /*! \file */
 
index 9ce31733ec9fc4e1a5d3277e0e3a95b4048e5c57..b858315aab84f9225ddd3b3ee078b1ea7bd4c5b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: hash.c,v 1.10 2006/01/03 05:51:15 marka Exp $ */
+/* $Id: hash.c,v 1.11 2006/01/04 00:37:24 marka Exp $ */
 
 /*! \file
  * Some portion of this code was derived from universal hash function