diff --git a/bin/tests/system/geoip/options.conf b/bin/tests/system/geoip/options.conf index eed3fe2b25..b4d46cb5ef 100644 --- a/bin/tests/system/geoip/options.conf +++ b/bin/tests/system/geoip/options.conf @@ -28,15 +28,15 @@ options { listen-on-v6 { none; }; recursion no; geoip-directory "data"; - allow-query { - geoip area 831; - geoip areacode 831; - geoip metro 828; - geoip metrocode 828; - geoip tz PST; - geoip timezone PST; - geoip postal 95060; - geoip postalcode 95060; - }; + allow-query { + geoip area 831; + geoip areacode 831; + geoip metro 828; + geoip metrocode 828; + geoip tz PST; + geoip timezone PST; + geoip postal 95060; + geoip postalcode 95060; + }; }; diff --git a/bin/tests/system/geoip/tests.sh b/bin/tests/system/geoip/tests.sh index e762983005..c2f496d1a6 100644 --- a/bin/tests/system/geoip/tests.sh +++ b/bin/tests/system/geoip/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-2015 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 diff --git a/lib/isccfg/aclconf.c b/lib/isccfg/aclconf.c index 5e10023d0e..cce55299ef 100644 --- a/lib/isccfg/aclconf.c +++ b/lib/isccfg/aclconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any