From a582983a63b3b247169f710b928a720924aa25b5 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 8 Oct 2018 08:15:08 -0400 Subject: [PATCH] place protocol spec into public domain with CC0 update readmes, move doc -> docs add symlink from doc to docs --- LICENSE | 8 ++++++-- doc | 1 + docs/LICENSE | 7 +++++++ docs/README | 5 +++++ {doc => docs}/api_v0.txt | 0 {doc => docs}/crypto_v0.txt | 0 {doc => docs}/dht_v0.txt | 0 {doc => docs}/high-level.txt | 0 {doc => docs}/lokinet_api_v0.txt | 0 {doc => docs}/proto_v0.txt | 0 {doc => docs}/wire-protocol.txt | 0 11 files changed, 19 insertions(+), 2 deletions(-) create mode 120000 doc create mode 100644 docs/LICENSE create mode 100644 docs/README rename {doc => docs}/api_v0.txt (100%) rename {doc => docs}/crypto_v0.txt (100%) rename {doc => docs}/dht_v0.txt (100%) rename {doc => docs}/high-level.txt (100%) rename {doc => docs}/lokinet_api_v0.txt (100%) rename {doc => docs}/proto_v0.txt (100%) rename {doc => docs}/wire-protocol.txt (100%) diff --git a/LICENSE b/LICENSE index e0dd48d4c..3fdd49538 100644 --- a/LICENSE +++ b/LICENSE @@ -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. \ No newline at end of file +3. This notice may not be removed or altered from any source distribution. diff --git a/doc b/doc new file mode 120000 index 000000000..5c457d797 --- /dev/null +++ b/doc @@ -0,0 +1 @@ +docs \ No newline at end of file diff --git a/docs/LICENSE b/docs/LICENSE new file mode 100644 index 000000000..cc12bd6a2 --- /dev/null +++ b/docs/LICENSE @@ -0,0 +1,7 @@ +Low Latency Anonymous Routing Protocol Specification +Written in 2017 by Jeff Becker + +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 +. diff --git a/docs/README b/docs/README new file mode 100644 index 000000000..f01a01d3b --- /dev/null +++ b/docs/README @@ -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 diff --git a/doc/api_v0.txt b/docs/api_v0.txt similarity index 100% rename from doc/api_v0.txt rename to docs/api_v0.txt diff --git a/doc/crypto_v0.txt b/docs/crypto_v0.txt similarity index 100% rename from doc/crypto_v0.txt rename to docs/crypto_v0.txt diff --git a/doc/dht_v0.txt b/docs/dht_v0.txt similarity index 100% rename from doc/dht_v0.txt rename to docs/dht_v0.txt diff --git a/doc/high-level.txt b/docs/high-level.txt similarity index 100% rename from doc/high-level.txt rename to docs/high-level.txt diff --git a/doc/lokinet_api_v0.txt b/docs/lokinet_api_v0.txt similarity index 100% rename from doc/lokinet_api_v0.txt rename to docs/lokinet_api_v0.txt diff --git a/doc/proto_v0.txt b/docs/proto_v0.txt similarity index 100% rename from doc/proto_v0.txt rename to docs/proto_v0.txt diff --git a/doc/wire-protocol.txt b/docs/wire-protocol.txt similarity index 100% rename from doc/wire-protocol.txt rename to docs/wire-protocol.txt