]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 23 Jan 2014 23:46:17 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 23 Jan 2014 23:46:17 +0000 (23:46 +0000)
bin/named/geoip.c
lib/dns/tests/geoip_test.c

index 83fe825b054a9286c235900881a7be370ca813b0..4f2f47f91e8371ed1362bde2530bd4e59f7cade6 100644 (file)
@@ -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
index 74fcbc45982d0099d22ddce2e653df282d8581e1..a39ba727b4750a5a7c4d26b7d8e5e6e07e21218c 100644 (file)
@@ -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;
        }