forked from I2P_Developers/i2p.i2p
GeoIP2: License and javadocs
This commit is contained in:
14
router/java/src/com/maxmind/db/package.html
Normal file
14
router/java/src/com/maxmind/db/package.html
Normal 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>
|
15
router/java/src/com/maxmind/geoip2/package.html
Normal file
15
router/java/src/com/maxmind/geoip2/package.html
Normal 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>
|
Reference in New Issue
Block a user