]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyrights
authorMark Andrews <marka@isc.org>
Thu, 20 Nov 2014 20:54:26 +0000 (07:54 +1100)
committerMark Andrews <marka@isc.org>
Thu, 20 Nov 2014 20:54:26 +0000 (07:54 +1100)
CHANGES
bin/named/include/named/query.h
bin/tests/system/reclimit/README
bin/tests/system/reclimit/ans2/ans.pl
bin/tests/system/reclimit/ans4/ans.pl
bin/tests/system/reclimit/ans7/ans.pl
util/copyrights

diff --git a/CHANGES b/CHANGES
index bb083446576eb474d58258d0f25812e72b06d3bf..955fa76c2bb3e5f6386ce775d60792151b23ef33 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
 
                        The recursion depth limit is configured via the
                        "max-recursion-depth" option, and the query limit
-                        via the "max-recursion-queries" option.  [RT #37580]
+                       via the "max-recursion-queries" option.  [RT #37580]
 
        --- 9.9.6 released ---
 
index b5e3900aeeecbdcab66a4f1611209947f81a2d2b..444729a98f7753c5f8eca15504f8d5ab704ec163 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2010, 2011, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2010, 2011, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 9bac5e6e925e90451b49cd98ef3ad859e685b21b..223a3130556ae6832d8d491cd7975f6320ba639f 100644 (file)
@@ -1,3 +1,6 @@
+Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
+
 system test for recursion limits
 
 ns1  -- root server
index ce2615204629f271282155460bce1ded0bfa438e..82bb8749f5b29e79effacea1dc147dd4ff79609d 100644 (file)
@@ -1,4 +1,18 @@
 #!/usr/bin/env perl
+#
+# 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
+# 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.
 
 use strict;
 use warnings;
index 044385a8b6ec36e9946ec35c86e91921fcf59a47..429069f3a41d627de2ae3c101e8862f97fa4d0bd 100644 (file)
@@ -1,4 +1,18 @@
 #!/usr/bin/env perl
+#
+# 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
+# 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.
 
 use strict;
 use warnings;
index 0d2dc4bcfbb777c7ed088b46c4ac4a62861eed95..99c2e5bb34396cd386f45e6b7fe6d80df1acc4af 100644 (file)
@@ -1,4 +1,18 @@
 #!/usr/bin/env perl
+#
+# 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
+# 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.
 
 use strict;
 use warnings;
index c0093853fd5a91a886faff7c4de7f15f38eb47d2..aee0e447029a1589a4c0fcf2da5049eb953c1566 100644 (file)
 ./bin/named/include/named/main.h               C       1999,2000,2001,2002,2004,2005,2007,2009,2013
 ./bin/named/include/named/notify.h             C       1999,2000,2001,2004,2005,2007,2009
 ./bin/named/include/named/ns_smf_globals.h     C       2005,2007
-./bin/named/include/named/query.h              C       1999,2000,2001,2002,2004,2005,2007,2010,2011,2013
+./bin/named/include/named/query.h              C       1999,2000,2001,2002,2004,2005,2007,2010,2011,2013,2014
 ./bin/named/include/named/server.h             C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./bin/named/include/named/sortlist.h           C       2000,2001,2004,2005,2006,2007
 ./bin/named/include/named/statschannel.h       C       2008
 ./bin/tests/system/pkcs11/setup.sh             SH      2010,2012,2013,2014
 ./bin/tests/system/pkcs11/tests.sh             SH      2010,2012,2014
 ./bin/tests/system/pkcs11/usepkcs11            X       2010
+./bin/tests/system/reclimit/README             TXT.BRIEF       2014
+./bin/tests/system/reclimit/ans2/ans.pl                PERL    2014
+./bin/tests/system/reclimit/ans4/ans.pl                PERL    2014
+./bin/tests/system/reclimit/ans7/ans.pl                PERL    2014
+./bin/tests/system/reclimit/clean.sh           SH      2014
+./bin/tests/system/reclimit/ns1/named.conf     CONF-C  2014
+./bin/tests/system/reclimit/ns1/root.db                ZONE    2014
+./bin/tests/system/reclimit/ns3/.gitignore     X       2014
+./bin/tests/system/reclimit/ns3/hints.db       ZONE    2014
+./bin/tests/system/reclimit/ns3/named1.conf    CONF-C  2014
+./bin/tests/system/reclimit/ns3/named2.conf    CONF-C  2014
+./bin/tests/system/reclimit/ns3/named3.conf    CONF-C  2014
+./bin/tests/system/reclimit/ns3/named4.conf    CONF-C  2014
+./bin/tests/system/reclimit/setup.sh           SH      2014
+./bin/tests/system/reclimit/tests.sh           SH      2014
 ./bin/tests/system/redirect/clean.sh           SH      2011,2012,2013,2014
 ./bin/tests/system/redirect/conf/bad1.conf     CONF-C  2011
 ./bin/tests/system/redirect/conf/bad2.conf     CONF-C  2011
 ./lib/isc/buffer.c                             C       1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2012,2014
 ./lib/isc/bufferlist.c                         C       1999,2000,2001,2004,2005,2007
 ./lib/isc/commandline.c                                C.PORTION       1999,2000,2001,2004,2005,2007,2008,2014
+./lib/isc/counter.c                            C       2014
 ./lib/isc/entropy.c                            C       2000,2001,2002,2003,2004,2005,2006,2007,2009,2010
 ./lib/isc/error.c                              C       1998,1999,2000,2001,2004,2005,2007
 ./lib/isc/event.c                              C       1998,1999,2000,2001,2004,2005,2007,2014
 ./lib/isc/include/isc/buffer.h                 C       1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2010,2012,2014
 ./lib/isc/include/isc/bufferlist.h             C       1999,2000,2001,2004,2005,2006,2007
 ./lib/isc/include/isc/commandline.h            C       1999,2000,2001,2004,2005,2006,2007
+./lib/isc/include/isc/counter.h                        C       2014
 ./lib/isc/include/isc/entropy.h                        C       2000,2001,2004,2005,2006,2007,2009
 ./lib/isc/include/isc/error.h                  C       1998,1999,2000,2001,2004,2005,2006,2007,2009
 ./lib/isc/include/isc/event.h                  C       1998,1999,2000,2001,2002,2004,2005,2006,2007,2014
 ./lib/isc/taskpool.c                           C       1999,2000,2001,2004,2005,2007,2011,2012,2013
 ./lib/isc/tests/Atffile                                X       2011
 ./lib/isc/tests/Makefile.in                    MAKE    2011,2012,2013,2014
+./lib/isc/tests/counter_test.c                 C       2014
 ./lib/isc/tests/hash_test.c                    C       2011,2012,2014
 ./lib/isc/tests/isctest.c                      C       2011,2012,2014
 ./lib/isc/tests/isctest.h                      C       2011,2012