diff --git a/README.md b/README.md index 661a281f1..8e7702b33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Orchid -Orchid is a decentralized marketplace "for bandwidth"; providers run a server (in the srv-daemon folder) that talks to a decentralized directory that runs on Ethereum (in the dir-ethereum folder). On top of this marketplace, we happen to provide a VPN application (the app- and vpn- folders) as well as a lower-level client daemon (currently in cli-shared); but, as our software is (and has always been ;P) entirely open-source (under a "free software" license: the AGPLv3)--and, because we strive to use "off the shelf" transport protocols whenever possible (such as WebRTC and, maybe-weirdly, layered UDP)--you can remix our stack into anything you want! Users pay for service using "(streaming) probablistic nanopayments"--a "layer 2" Ethereum scaling solution we think of as somewhere between "one-to-many payment channels" and "probablistic roll-ups", based on some older (yet seminal) work into which we poured effort into economic incentive design and practical integration--that is "somewhat separate", in case you'd want to use it for something else (you can find the code for this in lot-ethereum). +Orchid is a decentralized marketplace "for bandwidth"; providers run a server (in the srv-daemon folder) that talks to a decentralized directory that runs on Ethereum (in the dir-ethereum folder). On top of this marketplace, we happen to provide a VPN application (the app- and vpn- folders) as well as a lower-level client daemon (currently in cli-shared); but, as our software is (and has always been ;P) entirely open-source (under a "free software" license: the AGPLv3)--and, because we strive to use "off the shelf" transport protocols whenever possible (such as WebRTC and, maybe-weirdly, layered UDP)--you can remix our stack into anything you want! Users pay for service using "(streaming) probabilistic nanopayments"--a "layer 2" Ethereum scaling solution we think of as somewhere between "one-to-many payment channels" and "probabilistic roll-ups", based on some older (yet seminal) work into which we poured effort into economic incentive design and practical integration--that is "somewhat separate", in case you'd want to use it for something else (you can find the code for this in lot-ethereum). ## Compiling Orchid diff --git a/gui-orchid/assets/docs/open_source.txt b/gui-orchid/assets/docs/open_source.txt index 94189059d..2b1ba4171 100644 --- a/gui-orchid/assets/docs/open_source.txt +++ b/gui-orchid/assets/docs/open_source.txt @@ -760,7 +760,7 @@ Copyright (c) 2012-2014, Arne Schwabe The name ics-openvpn and OpenVPN for Android refer to the same program. OpenVPN for Android is distributed under the GPL license version 2 (see Below) -with the following clarification/additional terms of what constitues "deriviate work": +with the following clarification/additional terms of what constitutes "deriviate work": Using/including any part of ics-openvpn, especially using/including any part of the de.blinkt.openvpn class hierarchy, creates derivative work of ics-openvpn.