From: Tinderbox User Date: Thu, 23 Jan 2014 23:46:17 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0a2~43 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fbe600459d05e644dbda2c36ef091535ea1eacee;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/geoip.c b/bin/named/geoip.c index 83fe825b054..4f2f47f91e8 100644 --- a/bin/named/geoip.c +++ b/bin/named/geoip.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 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 diff --git a/lib/dns/tests/geoip_test.c b/lib/dns/tests/geoip_test.c index 74fcbc45982..a39ba727b47 100644 --- a/lib/dns/tests/geoip_test.c +++ b/lib/dns/tests/geoip_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 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 @@ -74,7 +74,7 @@ init_geoip_db(GeoIP **dbp, GeoIPDBTypes edition, GeoIPDBTypes fallback, fprintf(stderr, "failed to initialize GeoIP %s (type %d) DB%s\n", name, edition, fallback == 0 - ? "; geoip matches using this database will fail" + ? "; geoip matches using this database will fail" : ""); goto fail; }