]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 17 Nov 2010 23:45:46 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 17 Nov 2010 23:45:46 +0000 (23:45 +0000)
bin/tests/system/dnssec/ns1/root.db.in
bin/tests/system/dnssec/ns2/algroll.db.in
bin/tests/system/resolver/clean.sh
bin/tests/system/resolver/ns6/example.net.db.in
bin/tests/system/resolver/setup.sh
lib/dns/journal.c
util/merge_copyrights

index 863bc640cb72b26a46f7271dcd680c79bc9f75b7..f16447a94d8e6fe7039f8417c5dcb1e19bd9797f 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2004, 2007, 2010  Internet Systems Consortium, Inc. ("ISC")
 ; Copyright (C) 2000, 2001  Internet Software Consortium.
 ;
 ; Permission to use, copy, modify, and/or 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.
 
-; $Id: root.db.in,v 1.10.332.1 2010/11/16 02:23:43 marka Exp $
+; $Id: root.db.in,v 1.10.332.2 2010/11/17 23:45:45 tbox Exp $
 
 $TTL 300
 .                      IN SOA  gson.nominum.com. a.root.servers.nil. (
index 8232c33c2e1517cd134628c96f4c7387e7a98bc2..c4318175e3a11ac9d77d64f76488a6f3557bbb5b 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000-2002  Internet Software Consortium.
+; Copyright (C) 2010  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: algroll.db.in,v 1.2.10.2 2010/11/16 02:23:43 marka Exp $
+; $Id: algroll.db.in,v 1.2.10.3 2010/11/17 23:45:45 tbox Exp $
 
 $TTL 30        ; 5 minutes
 @                      IN SOA  mname1. . (
index 2c68677003cf4999147872fd7b71960b4cf4b0c8..b3ba01b0b1300554001d4b48379ba542c976dbfd 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2010  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
@@ -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.1.84.1 2010/11/16 07:35:02 marka Exp $
+# $Id: clean.sh,v 1.1.84.2 2010/11/17 23:45:45 tbox Exp $
 
 #
 # Clean up after resolver tests.
index 8661c4bb67ff8646ada144f5437622d9e050b029..16f994aeb2887d9120e168b1c8cf1a3202ea09a4 100644 (file)
@@ -1,3 +1,19 @@
+; Copyright (C) 2010  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: example.net.db.in,v 1.2.6.3 2010/11/17 23:45:45 tbox Exp $
+
 $TTL 600
 @      IN SOA  ns hostmaster 1 1800 900 604800 600
 @      IN NS   ns
index 035d7a62436a921c77bb603769f29e1a83bb45b0..a56d41066fc8868ef889cf8f6df23cc16bf4e62f 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) 2010  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.6.3 2010/11/17 10:31:32 marka Exp $
+# $Id: setup.sh,v 1.2.6.4 2010/11/17 23:45:45 tbox Exp $
 
 ../../genrandom 400 random.data
 
index 4783cc4382748243b583604f08ed321b63a10c06..cbfcf7341f9582ddf32ac51c971d5f04dcc63718 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journal.c,v 1.103.48.7 2010/11/17 00:36:27 each Exp $ */
+/* $Id: journal.c,v 1.103.48.8 2010/11/17 23:45:45 tbox Exp $ */
 
 #include <config.h>
 
index e69c5988d08b34b23484ab3d510e4aee0a8c3b79..ec836947dc8383ff024af418db275d51beb74b1a 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl -w
 #
-# Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or 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: merge_copyrights,v 1.31.322.4 2010/11/17 03:16:52 marka Exp $
+# $Id: merge_copyrights,v 1.31.322.5 2010/11/17 23:45:46 tbox Exp $
 
 %file_types = ();
 %file_years = ();