]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sun, 5 Jan 2014 23:45:10 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Sun, 5 Jan 2014 23:45:10 +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 be2700fad480ea8c9f0029e8ac67f5058ac0e863..c7564843182925a6938a3f06e6c679cc8a5fb4dd 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 7bc05d1f3979a80402485796d3de95519990c2e5..b25d8aa1a585a84021dd19de29387f09920a436a 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 374d3ff9a5efb439cf7e19b5cc481ee1826645b0..fd0ce1d1134b73b861117982454ab67a7607a15b 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