2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2014-01-23 23:46:17 +00:00
parent 7ca715ad15
commit fbe600459d
2 changed files with 3 additions and 3 deletions

View 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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above

View 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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * 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, fprintf(stderr,
"failed to initialize GeoIP %s (type %d) DB%s\n", "failed to initialize GeoIP %s (type %d) DB%s\n",
name, edition, fallback == 0 name, edition, fallback == 0
? "; geoip matches using this database will fail" ? "; geoip matches using this database will fail"
: ""); : "");
goto fail; goto fail;
} }