]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Sun, 5 Mar 2006 23:58:51 +0000 (23:58 +0000)
committerMark Andrews <marka@isc.org>
Sun, 5 Mar 2006 23:58:51 +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 5a834d4725bb08b103e9900e8d3eef6cdc07abf8..9fe90a2b47b9a81a7d026d6ce81bfc0d06f5bcaa 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.115.18.7 2006/03/03 00:56:53 marka Exp $ */
+/* $Id: xfrout.c,v 1.115.18.8 2006/03/05 23:58:51 marka Exp $ */
 
 #include <config.h>
 
index 729aa584cbff53b024a4d0d6a2509ce347498398..96a5f00ec1437a67ffa238ef05a148ac4292416a 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.27.18.7 2006/03/03 00:56:53 marka Exp $
+# $Id: conf.sh.in,v 1.27.18.8 2006/03/05 23:58:51 marka Exp $
 
 #
 # Common configuration data for system tests, to be sourced into
index 92f47f2ec2f10130de7a0b2db6a844bf5142ef5b..98c6b5cfb3c6d3c845a556e2fc2821270772aa31 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.2.2.2 2006/03/05 23:58:51 marka Exp $
 
 rm -f dig.out.cyclic dig.out.fixed dig.out.random
 rm -f ns2/root.bk
index 99f2414ac5a6705b53f057c25af56d65ab3c1a4c..837d0a74e2b390bd0eb93e29e691bc6b32c7d7f3 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.2.2.2 2006/03/05 23:58:51 marka Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index 225ae2b5836ae7d62582d331ed91bd5997d442e4..0cd7531aef7692f9c22efdc2d5e744685e2a967a 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.5.18.3 2006/03/03 00:56:53 marka Exp $
+# $Id: start.pl,v 1.5.18.4 2006/03/05 23:58:51 marka Exp $
 
 # Framework for starting test servers.
 # Based on the type of server specified, check for port availability, remove
index 8f782774e195a46dd8e4efcd9bc4264f0c52bfcd..29476d11d89e72b93f4ce01dfd39804215e6a7e7 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.6.18.3 2006/03/03 00:56:53 marka Exp $
+# $Id: stop.pl,v 1.6.18.4 2006/03/05 23:58:51 marka Exp $
 
 # Framework for stopping test servers
 # Based on the type of server specified, signal the server to stop, wait
index 1c75abe97b7387bf8bc1a216d3d146ba5560d338..563adad5c7d3207a083c46f2cba92276de28a36d 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.90.18.21 $)
+AC_REVISION($Revision: 1.90.18.22 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
index 5423749075170bd5adabad29e680b9018db35ceb..7b84c5bbe37e309910221877cacb524750eeb4eb 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.73.18.11 2006/03/03 00:56:53 marka Exp $ */
+/* $Id: masterdump.c,v 1.73.18.12 2006/03/05 23:58:51 marka Exp $ */
 
 /*! \file */
 
index fe9b01b61a0559082b47e6ffe7b0fa3553f06ce7..3b5ab2dd971d897439ac350c494f9378c07773a0 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.35.18.4 2006/03/03 00:56:53 marka Exp $ */
+/* $Id: rdataslab.c,v 1.35.18.5 2006/03/05 23:58:51 marka Exp $ */
 
 /*! \file */