diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-23 11:36:05 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:20 +0800 |
commit | 6f44c2bccb90d1ba401d1e94153ebfe6f8f61b7d (patch) | |
tree | ff5f87e4abdbe0a771e7d965b143ccc0528bc1fa /README.md | |
parent | 947f2b4813527e0264fbb2f73ed75abbf116acd7 (diff) | |
download | go-tangerine-6f44c2bccb90d1ba401d1e94153ebfe6f8f61b7d.tar.gz go-tangerine-6f44c2bccb90d1ba401d1e94153ebfe6f8f61b7d.tar.zst go-tangerine-6f44c2bccb90d1ba401d1e94153ebfe6f8f61b7d.zip |
README.md: clarify licensing terms (#100)
Diffstat (limited to 'README.md')
-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. |