From 8c3c95a559c1aeb2cdf9d6393a07af1bdcf0a747 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 29 May 2026 20:39:36 +0000 Subject: [PATCH] Use 'GeoIP'/'GeoLite' branding in documentation and prose MaxMind no longer ships the legacy products, so refer to the products as 'GeoIP' and 'GeoLite' rather than 'GeoIP2'/'GeoLite2' in prose. Technical identifiers (tool/binary names, edition IDs, filenames, env vars, URLs) are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8377e7ab..4e4542a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # About The libmaxminddb library provides a C library for reading MaxMind DB files, -including the GeoIP2 databases from MaxMind. This is a custom binary format +including the GeoIP databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. @@ -9,7 +9,7 @@ The MaxMind DB format is an open format. The spec is available at https://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. -See https://dev.maxmind.com/ for more details about MaxMind's GeoIP2 products. +See https://dev.maxmind.com/ for more details about MaxMind's GeoIP products. # License