place protocol spec into public domain with CC0

update readmes, move doc -> docs

add symlink from doc to docs
This commit is contained in:
Jeff 2018-10-08 08:15:08 -04:00
parent 0c4709efdd
commit a582983a63
11 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,9 @@
LokiNET is the reference implementation of LLARP (Low Latency Anonymous
Routing Protocol) and is licensed under ZLIB license, however the protocol
specifications are placed into the public domian using the CC0 License.
Copyright (c) 2018 Jeff Becker
Windows NT port and portions copyright ©2018 Rick V.
Windows NT port and portions Copyright (c) 2018 Rick V.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -15,4 +19,4 @@ freely, subject to the following restrictions:
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
3. This notice may not be removed or altered from any source distribution.

1
doc Symbolic link
View File

@ -0,0 +1 @@
docs

7
docs/LICENSE Normal file
View File

@ -0,0 +1,7 @@
Low Latency Anonymous Routing Protocol Specification
Written in 2017 by Jeff Becker <jeff@i2p.rocks>
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to
this protocol specfication to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.

5
docs/README Normal file
View File

@ -0,0 +1,5 @@
Protocol Specifications Directory
All documents in this directory are licened CC0 and placed into the public domain.
Please note that the reference implementation LokiNET is licensed under ZLIB license