GeoIP2: License and javadocs

This commit is contained in:
zzz
2018-11-20 11:07:33 +00:00
parent 21ca75da14
commit f1297e7c62
4 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,14 @@
<html>
<body>
<p>
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17
retrieved from <a href="https://github.com/maxmind/MaxMind-DB-Reader-java">github</a>.
For reading MaxMind GeoLite2 database files.
</p><p>
Heavily modified to remove the dependency on the large
com.fasterxml.jackson.databind JSON package,
and return POJOs instead.
Apache 2.0 license.
</p>
</body>
</html>

View File

@ -0,0 +1,15 @@
<html>
<body>
<p>
This is GeoIP2-java release 2.12.0 2018-04-11
retrieved from <a href="https://github.com/maxmind/GeoIP2-java">github</a>.
For reading MaxMind GeoLite2 database files.
</p><p>
Contains only the DatabaseReader class from that package.
Heavily modified to remove the dependency on the large
com.fasterxml.jackson.databind JSON package,
and use POJOs instead.
Apache 2.0 license.
</p>
</body>
</html>