]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 20 Feb 2014 23:46:35 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 20 Feb 2014 23:46:35 +0000 (23:46 +0000)
bin/named/include/named/client.h
bin/named/main.c
bin/named/query.c
bin/named/xfrout.c
bin/tests/system/cacheclean/clean.sh
bin/tests/system/cacheclean/ns1/named.conf
bin/tests/system/cacheclean/ns2/named.conf
bin/tests/system/cacheclean/tests.sh
bin/tests/system/rpz/tests.sh
bin/win32/BINDInstall/BINDInstallDlg.cpp
win32utils/legacy/makedefs.pl

index 60cb74b63803711589fb1e475dc0414d5655997d..c0c3171dc37815718af2bfb174b308358a831587 100644 (file)
@@ -395,6 +395,6 @@ ns_client_sourceip(dns_clientinfo_t *ci, isc_sockaddr_t **addrp);
 
 isc_result_t
 ns_client_addopt(ns_client_t *client, dns_message_t *message,
-                 dns_rdataset_t **opt);
+                dns_rdataset_t **opt);
 
 #endif /* NAMED_CLIENT_H */
index b1951efb39abc5e6b3953da011dbb45a609c6d2e..db67059617ec26bf92d07dd73a3dfc789e8f6e26 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) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index afe3844a2c5e91bb30cd9fcb6d01a3326dbc4adc..7dcc0337efc28f87954c885fdc88b2d2ad7b9e82 100644 (file)
@@ -7882,7 +7882,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
                        dns_zone_getexpiretime(zone, &expiretime);
                        secs = isc_time_seconds(&expiretime);
                        if (secs >= client->now && result == ISC_R_SUCCESS) {
-                               client->attributes |= NS_CLIENTATTR_HAVEEXPIRE; 
+                               client->attributes |= NS_CLIENTATTR_HAVEEXPIRE;
                                client->expire = secs - client->now;
                        }
                }
index b794949d41db14cb5cfc217f1be18d97b22462ae..c5de0169b676e2f2c62272b76d71aae225484b04 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) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -1083,7 +1083,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
                            mnemonic, (xfr->tsigkey != NULL) ? ": TSIG " : "",
                            keyname, current_serial);
 
-       
+
        dns_zone_getraw(zone, &raw);
        mayberaw = (raw != NULL) ? raw : zone;
        if ((client->attributes & NS_CLIENTATTR_WANTEXPIRE) != 0 &&
index 5640af2b5716e7defb301e4783210600a9f037f7..ca834dc9a9c782ce8e2a76912b761bb3b8c7ab24 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
index 616875f1db70590807290cb8dc1de0cfcfc67b8a..e88fd35e527a02d297df568f29f1a9bb6812a839 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -43,6 +43,6 @@ zone "flushtest.example" {
 };
 
 zone "expire-test" {
-        type master;
+       type master;
        file "expire-test.db";
 };
index 376dd8bc1ee220ca3eb56457125382ec83ac8956..f9aab1af39092935eb238f0fb61ae6b065e50041 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2011, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011, 2013, 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 43ca679de184dc537d4795a349de49adb7eb4337..86b90a8d7d43e2b7577535798a3f1db199f6e5da 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011-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 8edf8913f4f93b9c914c8e91938e4cb29aec2313..898fef829e74155bea174b24183be2e655e9aed9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-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
index 2736c5049bc7e2010841b065a8bfca286a751c6b..9a365c57abf9210a1978332a2ad60a9ed7df32e8 100644 (file)
@@ -231,7 +231,7 @@ CBINDInstallDlg::CBINDInstallDlg(CWnd* pParent /*=NULL*/)
        SHGetFolderPath(NULL, CSIDL_FLAG_CREATE|CSIDL_PROGRAM_FILES,
                        NULL, SHGFP_TYPE_CURRENT, progfiles);
 #endif
-       
+
        m_defaultDir = progfiles;
        m_defaultDir += "\\ISC BIND 9";
        m_installed = FALSE;
index a0e314a3698271b21b750a51ec8a4efb7c63153a..84d30aa991a7ae497708c4348ee8c88160e5ff3d 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007, 2009, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 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