diff --git a/LICENSE.txt b/LICENSE.txt index 0e61bd60f0..0d07d0c005 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -103,6 +103,12 @@ Public domain except as listed below: GeoIP API 1.3.1: See licenses/LICENSE-LGPLv2.1.txt + GeoIP2-java 2.12.0: + See licenses/LICENSE-Apache2.0.txt + + Maxmind-DB-Reader-java 1.2.2: + See licenses/LICENSE-Apache2.0.txt + Noise library: Copyright (C) 2016 Southern Storm Software, Pty Ltd. See licenses/LICENSE-Noise.txt diff --git a/build.xml b/build.xml index a0d1d6193a..b76ca1db15 100644 --- a/build.xml +++ b/build.xml @@ -827,7 +827,7 @@ windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}"> - + diff --git a/router/java/src/com/maxmind/db/package.html b/router/java/src/com/maxmind/db/package.html new file mode 100644 index 0000000000..f1153cde0b --- /dev/null +++ b/router/java/src/com/maxmind/db/package.html @@ -0,0 +1,14 @@ + + +

+This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17 +retrieved from github. +For reading MaxMind GeoLite2 database files. +

+Heavily modified to remove the dependency on the large +com.fasterxml.jackson.databind JSON package, +and return POJOs instead. +Apache 2.0 license. +

+ + diff --git a/router/java/src/com/maxmind/geoip2/package.html b/router/java/src/com/maxmind/geoip2/package.html new file mode 100644 index 0000000000..009cf8752a --- /dev/null +++ b/router/java/src/com/maxmind/geoip2/package.html @@ -0,0 +1,15 @@ + + +

+This is GeoIP2-java release 2.12.0 2018-04-11 +retrieved from github. +For reading MaxMind GeoLite2 database files. +

+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. +

+ +