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 21:32:55 +0800 |
commit | 978a5253e3a30387bd06d1b7c031301cb54320a5 (patch) | |
tree | 5dfd52dfbb309cd473ddc1f5580b313ac868029c /README.md | |
parent | 22f0d7295d7ec0ef029b69db52dab52452c1e725 (diff) | |
download | dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.tar dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.tar.gz dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.tar.bz2 dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.tar.lz dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.tar.xz dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.tar.zst dexon-978a5253e3a30387bd06d1b7c031301cb54320a5.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. |