forked from I2P_Developers/i2p.i2p
GeoIP2: License and javadocs
This commit is contained in:
@ -103,6 +103,12 @@ Public domain except as listed below:
|
|||||||
GeoIP API 1.3.1:
|
GeoIP API 1.3.1:
|
||||||
See licenses/LICENSE-LGPLv2.1.txt
|
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:
|
Noise library:
|
||||||
Copyright (C) 2016 Southern Storm Software, Pty Ltd.
|
Copyright (C) 2016 Southern Storm Software, Pty Ltd.
|
||||||
See licenses/LICENSE-Noise.txt
|
See licenses/LICENSE-Noise.txt
|
||||||
|
@ -827,7 +827,7 @@
|
|||||||
windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}">
|
windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}">
|
||||||
<group title="Core SDK (i2p.jar)" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:org.bouncycastle.oldcrypto:org.bouncycastle.oldcrypto.*:gnu.crypto.*:gnu.getopt:gnu.gettext:com.nettgryppa.security:org.apache.http.conn.ssl:org.apache.http.conn.util:org.apache.http.util:org.json.simple:org.json.simple.*" />
|
<group title="Core SDK (i2p.jar)" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:org.bouncycastle.oldcrypto:org.bouncycastle.oldcrypto.*:gnu.crypto.*:gnu.getopt:gnu.gettext:com.nettgryppa.security:org.apache.http.conn.ssl:org.apache.http.conn.util:org.apache.http.util:org.json.simple:org.json.simple.*" />
|
||||||
<group title="Streaming Library" packages="net.i2p.client.streaming:net.i2p.client.streaming.impl" />
|
<group title="Streaming Library" packages="net.i2p.client.streaming:net.i2p.client.streaming.impl" />
|
||||||
<group title="Router" packages="net.i2p.router:net.i2p.router.*:net.i2p.data.i2np:net.i2p.data.router:org.cybergarage:org.cybergarage.*:org.freenetproject:org.xlattice.crypto.filters:com.maxmind.geoip:com.southernstorm.noise.*" />
|
<group title="Router" packages="net.i2p.router:net.i2p.router.*:net.i2p.data.i2np:net.i2p.data.router:org.cybergarage:org.cybergarage.*:org.freenetproject:org.xlattice.crypto.filters:com.maxmind.*:com.southernstorm.noise.*" />
|
||||||
<group title="Router Console" packages="net.i2p.router.web:net.i2p.router.web.*:net.i2p.router.update:edu.internet2.ndt:net.i2p.router.news:com.vuze.*" />
|
<group title="Router Console" packages="net.i2p.router.web:net.i2p.router.web.*:net.i2p.router.update:edu.internet2.ndt:net.i2p.router.news:com.vuze.*" />
|
||||||
<!-- apps and bridges starting here, alphabetical please -->
|
<!-- apps and bridges starting here, alphabetical please -->
|
||||||
<group title="Addressbook Application" packages="net.i2p.addressbook:net.i2p.router.naming:net.metanotion:net.metanotion.*" />
|
<group title="Addressbook Application" packages="net.i2p.addressbook:net.i2p.router.naming:net.metanotion:net.metanotion.*" />
|
||||||
|
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