]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sun, 5 Jan 2014 23:45:23 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Sun, 5 Jan 2014 23:45:23 +0000 (23:45 +0000)
COPYRIGHT
bin/dig/dighost.c
bin/dig/include/dig/dig.h
bin/tests/system/ixfr/clean.sh
bin/tests/system/ixfr/ns3/named.conf
bin/tests/system/ixfr/setup.sh
bin/tests/system/ixfr/tests.sh

index cc19db471b6934a7e7c6b170d00215a51e96df2d..1e0ce3d72d1e4279e0ef7522f8b5cd2d6c5d278b 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
 Copyright (C) 1996-2003  Internet Software Consortium.
 
 Permission to use, copy, modify, and/or distribute this software for any
index faff42823edb2363fbf4f96c750f6f37d46d60f2..ce2e986fdd6d72663bd63478d282c8ddbbb15443 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index c1683eae75116711294574ccad61cb1457b7787e..6d63423edbb128a38911365c00954d991d776d8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 57b23039ba2f8ace9bc10512af8a05dfdf571d11..15f5265c9524725dc94e3fbc8df26aa307fb1bf0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 5bbf58f5f8243b1aede4ed5a45b618f2e4903472..e58114ecdc550b7cef9572a9e3e007ca0b4083f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2014  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
 /* $Id: named.conf,v 1.3 2011/09/07 23:46:27 tbox Exp $ */
 
 options {
-        query-source address 10.53.0.3;
-        notify-source 10.53.0.3;
-        transfer-source 10.53.0.3;
+       query-source address 10.53.0.3;
+       notify-source 10.53.0.3;
+       transfer-source 10.53.0.3;
        allow-transfer { any; };
-        port 5300;
-        pid-file "named.pid";
-        listen-on { 10.53.0.3; };
-        listen-on-v6 { none; };
-        recursion no;
-        notify yes;
+       port 5300;
+       pid-file "named.pid";
+       listen-on { 10.53.0.3; };
+       listen-on-v6 { none; };
+       recursion no;
+       notify yes;
 };
 
 key rndc_key {
-        secret "1234abcd8765";
-        algorithm hmac-md5;
+       secret "1234abcd8765";
+       algorithm hmac-md5;
 };
 
 controls {
-        inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
+       inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
 };
 
 view "primary" {
index d7c8383d0204696567b17868148fb5acb7f3d872..9596a14fd5cc129346a37212b4328eea4f784187 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 28099856963bb3330fb34c3b149d635a05a647b8..7408ccb666ac03e5a3ed9fc86556f2c4fc2a75f1 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any