Skip to content

Commit 536dc5a

Browse files
authored
Merge pull request #500 from maxmind/greg/stf-555
Use 'GeoIP'/'GeoLite' branding in documentation
2 parents 1933b05 + e8e3ae0 commit 536dc5a

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ nfpms:
167167
vendor: 'MaxMind, Inc.'
168168
homepage: https://www.maxmind.com/
169169
maintainer: 'MaxMind, Inc. <support@maxmind.com>'
170-
description: Program to perform automatic updates of GeoIP2 and GeoLite2 binary databases.
170+
description: Program to perform automatic updates of GeoIP and GeoLite binary databases.
171171
license: Apache 2.0 or MIT
172172
formats:
173173
- deb

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GeoIP Update
22

3-
The GeoIP Update program performs automatic updates of GeoIP2 and GeoLite2
4-
binary databases. CSV databases are _not_ supported.
3+
The GeoIP Update program performs automatic updates of GeoIP and GeoLite binary
4+
databases. CSV databases are _not_ supported.
55

66
## Installation
77

client/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package client is a client for downloading GeoIP2 and GeoLite2 MMDB
1+
// Package client is a client for downloading GeoIP and GeoLite MMDB
22
// databases.
33
package client
44

@@ -7,7 +7,7 @@ import (
77
"net/http"
88
)
99

10-
// Client downloads GeoIP2 and GeoLite2 MMDB databases.
10+
// Client downloads GeoIP and GeoLite MMDB databases.
1111
//
1212
// After creation, it is valid for concurrent use.
1313
//

doc/GeoIP.conf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GeoIP.conf - Configuration file for geoipupdate
55
# SYNOPSIS
66

77
This file allows you to configure your `geoipupdate` program to
8-
download GeoIP2 and GeoLite2 databases.
8+
download GeoIP and GeoLite databases.
99

1010
# DESCRIPTION
1111

@@ -31,7 +31,7 @@ sensitive.
3131

3232
: List of space-separated database edition IDs. Edition IDs may consist
3333
of letters, digits, and dashes. For example, `GeoIP2-City` would
34-
download the GeoIP2 City database (`GeoIP2-City`). This can be overridden
34+
download the GeoIP City database (`GeoIP2-City`). This can be overridden
3535
at run time by the `GEOIPUPDATE_EDITION_IDS` environment variable. Note:
3636
this was formerly called `ProductIds`.
3737

doc/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An account ID, a license key, and edition ID(s) to update must be provided.
1616
2. Or they can be set via environment variables:
1717
* `GEOIPUPDATE_EDITION_IDS` - List of space-separated database edition
1818
IDs. Edition IDs may consist of letters, digits, and dashes. For
19-
example. `GeoIP2-City` would download the GeoIP2 City database
19+
example. `GeoIP2-City` would download the GeoIP City database
2020
(`GeoIP2-City`).
2121
* One of:
2222
* `GEOIPUPDATE_ACCOUNT_ID` - Your MaxMind account ID.

doc/geoipupdate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NAME
22

3-
geoipupdate - GeoIP2 and GeoLite2 Update Program
3+
geoipupdate - GeoIP and GeoLite Update Program
44

55
# SYNOPSIS
66

77
**geoipupdate** [-Vvh] [-f *CONFIG_FILE*] [-d *TARGET_DIRECTORY*]
88

99
# DESCRIPTION
1010

11-
`geoipupdate` automatically updates GeoIP2 and GeoLite2 databases. The
11+
`geoipupdate` automatically updates GeoIP and GeoLite databases. The
1212
program connects to the MaxMind GeoIP Update server to check for new
1313
databases. If a new database is available, the program will download and
1414
install it.
@@ -91,7 +91,7 @@ the MIT License, at your option.
9191
# MORE INFORMATION
9292

9393
Visit [our website](https://www.maxmind.com/en/geoip2-services-and-databases)
94-
to learn more about the GeoIP2 databases or to sign up for a subscription.
94+
to learn more about the GeoIP databases or to sign up for a subscription.
9595

9696
# SEE ALSO
9797

0 commit comments

Comments
 (0)