From fbe600459d05e644dbda2c36ef091535ea1eacee Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 23 Jan 2014 23:46:17 +0000 Subject: [PATCH] update copyright notice --- bin/named/geoip.c | 2 +- lib/dns/tests/geoip_test.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/named/geoip.c b/bin/named/geoip.c index 83fe825b05..4f2f47f91e 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 74fcbc4598..a39ba727b4 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; } -- GitLab