]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Sun, 5 Mar 2006 23:58:52 +0000 (23:58 +0000)
committerMark Andrews <marka@isc.org>
Sun, 5 Mar 2006 23:58:52 +0000 (23:58 +0000)
bin/named/xfrout.c
bin/tests/system/conf.sh.in
bin/tests/system/rrsetorder/clean.sh
bin/tests/system/rrsetorder/tests.sh
bin/tests/system/start.pl
bin/tests/system/stop.pl
lib/bind/configure.in
lib/dns/masterdump.c
lib/dns/rdataslab.c

index 2e9017dac75c8d687a8d4cb408a2ee8b837cb0e0..02f4f21d89567f3646466e8ebbc9da73b418073e 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: xfrout.c,v 1.122 2006/03/03 00:43:34 marka Exp $ */
+/* $Id: xfrout.c,v 1.123 2006/03/05 23:58:52 marka Exp $ */
 
 #include <config.h>
 
index e07a266aa656dd81c0792fdde225c9b7b3901997..04d0bf4bde6c3dd6f2cf407d6fecd3c2a50a8e0f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2005  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: conf.sh.in,v 1.34 2006/03/03 00:43:34 marka Exp $
+# $Id: conf.sh.in,v 1.35 2006/03/05 23:58:52 marka Exp $
 
 #
 # Common configuration data for system tests, to be sourced into
index 92f47f2ec2f10130de7a0b2db6a844bf5142ef5b..75b98cb848feccef4633e20e533b58393e898405 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -14,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 2006/03/03 00:43:34 marka Exp $
+# $Id: clean.sh,v 1.3 2006/03/05 23:58:52 marka Exp $
 
 rm -f dig.out.cyclic dig.out.fixed dig.out.random
 rm -f ns2/root.bk
index 99f2414ac5a6705b53f057c25af56d65ab3c1a4c..92c73847f656b3b910c7d94cee08193d7c6845cb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -14,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 2006/03/03 00:43:34 marka Exp $
+# $Id: tests.sh,v 1.3 2006/03/05 23:58:52 marka Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index c51b5f48844eb9d7e07111208011e3484056659f..69e19e5c9f2cc21328572c36e481fa5f9d86731a 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2004, 2005  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: start.pl,v 1.8 2006/03/03 00:43:34 marka Exp $
+# $Id: start.pl,v 1.9 2006/03/05 23:58:52 marka Exp $
 
 # Framework for starting test servers.
 # Based on the type of server specified, check for port availability, remove
index 25d73b1e129f9054f0d0507b586c781cfde69756..82954e46b70f7ad51c6cb1932dc527cb6ecafa83 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2004, 2005  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: stop.pl,v 1.9 2006/03/03 00:43:34 marka Exp $
+# $Id: stop.pl,v 1.10 2006/03/05 23:58:52 marka Exp $
 
 # Framework for stopping test servers
 # Based on the type of server specified, signal the server to stop, wait
index 04777bf3228c2b952281e923241ca8cd115e9942..0fae2f5772ba8b38dff4c76ef43b0106c7a2d44a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005  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
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.115 $)
+AC_REVISION($Revision: 1.116 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
index c8abeca9d4a65ceb4a5b10c7246a6d5be1cb3974..a78c322becf75201503cbc278c5a259d42c95e50 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: masterdump.c,v 1.84 2006/03/03 00:43:35 marka Exp $ */
+/* $Id: masterdump.c,v 1.85 2006/03/05 23:58:52 marka Exp $ */
 
 /*! \file */
 
index db120db56782c246b88374a72db58b83a2d14a72..4b50602c03ca6fc214052814c97204b892c22a2a 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: rdataslab.c,v 1.39 2006/03/03 00:43:35 marka Exp $ */
+/* $Id: rdataslab.c,v 1.40 2006/03/05 23:58:52 marka Exp $ */
 
 /*! \file */