diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-23 11:36:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 11:36:05 +0800 |
commit | 0a1a867c441e0f65eba46a28036d9038a6705823 (patch) | |
tree | c89f7331abb1bfe5cae48be2ce752b12ac65df25 | |
parent | da60b32c5984e102b21ecc2b2dd75068e434443a (diff) | |
download | dexon-0a1a867c441e0f65eba46a28036d9038a6705823.tar.gz dexon-0a1a867c441e0f65eba46a28036d9038a6705823.tar.zst dexon-0a1a867c441e0f65eba46a28036d9038a6705823.zip |
README.md: clarify licensing terms (#100)
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -282,6 +282,8 @@ for more details on configuring your environment, managing project dependencies ## License +The dexon repository is forked from ethereum/go-ethereum, thus it inherit the licensing terms from upstream go-ethereum license: + The dexon library (i.e. all code outside of the `cmd` directory) is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html), also included in our repository in the `COPYING.LESSER` file. |