diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-23 11:36:05 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:59 +0800 |
commit | 600931f954f1735b25c2cc40ceec94e71f4567a0 (patch) | |
tree | 8e449e1e3658cdf7777f3f516aa093b04e2099fa | |
parent | f8260c89188626deb4db7b307350e78114571145 (diff) | |
download | dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.tar dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.tar.gz dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.tar.bz2 dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.tar.lz dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.tar.xz dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.tar.zst dexon-600931f954f1735b25c2cc40ceec94e71f4567a0.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. |