diff --git a/.editorconfig b/.editorconfig index d060e278fb..e2ebbb4dfc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -52,3 +52,6 @@ indent_style = tab [router/java/src/org/freenetproject/*.java] indent_style = tab + +[router/java/src/com/southernstorm/**/*.java] +indent_style = tab diff --git a/LICENSE.txt b/LICENSE.txt index 2d7410c2bc..3bd3a26021 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -104,6 +104,10 @@ Public domain except as listed below: GeoIP API 1.3.1: See licenses/LICENSE-LGPLv2.1.txt + Noise library: + Copyright (C) 2016 Southern Storm Software, Pty Ltd. + See licenses/LICENSE-Noise.txt + Installer: (not included in distribution packages) diff --git a/build.xml b/build.xml index 9161bbc7e0..bc667218bc 100644 --- a/build.xml +++ b/build.xml @@ -810,7 +810,7 @@ windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}"> - + diff --git a/licenses/LICENSE-Noise.txt b/licenses/LICENSE-Noise.txt new file mode 100644 index 0000000000..a606b2df30 --- /dev/null +++ b/licenses/LICENSE-Noise.txt @@ -0,0 +1,19 @@ +Copyright (C) 2016 Southern Storm Software, Pty Ltd. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE.