From 6f44c2bccb90d1ba401d1e94153ebfe6f8f61b7d Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Sun, 23 Dec 2018 11:36:05 +0800 Subject: README.md: clarify licensing terms (#100) --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 239bd5c0e..b2acd07fd 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit