From 13fc7dc7dc1b17c87f1bc679bb1d0792b1ef9872 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 19 Nov 2014 23:45:49 +0000 Subject: [PATCH] update copyright notice / whitespace --- CHANGES | 2 +- bin/tests/system/reclimit/README | 3 +++ bin/tests/system/reclimit/ans2/ans.pl | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ba0042e688..bd8ca66891 100644 --- 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] 4004. [bug] When delegations had AAAA glue but not A, a reference could be leaked causing an assertion diff --git a/bin/tests/system/reclimit/README b/bin/tests/system/reclimit/README index b802a057ef..069f105a11 100644 --- a/bin/tests/system/reclimit/README +++ b/bin/tests/system/reclimit/README @@ -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 diff --git a/bin/tests/system/reclimit/ans2/ans.pl b/bin/tests/system/reclimit/ans2/ans.pl index a6e39a6a94..b9663a074c 100644 --- a/bin/tests/system/reclimit/ans2/ans.pl +++ b/bin/tests/system/reclimit/ans2/ans.pl @@ -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;