From 958f2a5b403206b5c8c0bfe1475d74d25d58c4c1 Mon Sep 17 00:00:00 2001 From: Lazaridis <35095758+lazaridiscom@users.noreply.github.com> Date: Thu, 22 Nov 2018 21:22:10 +0200 Subject: Mention third party licenses. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a448e8c..c7065c09 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,6 @@ if you want to help. [@chriseth](https://github.com/chriseth) ## License -Solidity is licensed under [GNU General Public License v3.0](https://github.com/ethereum/solidity/blob/develop/LICENSE.txt) +Solidity is licensed under [GNU General Public License v3.0](LICENSE.txt) +Some third-party code has its [own licensing terms](cmake/templates/license.h.in). -- cgit v1.2.3 From 640e3ca5969cee1332489297ac2c2d7d9a1e770e Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 22 Nov 2018 20:37:24 +0100 Subject: Update paths to CharStream, Scanner and Token files. --- cmake/templates/license.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in index 4f22d8f4..31e2e17d 100644 --- a/cmake/templates/license.h.in +++ b/cmake/templates/license.h.in @@ -67,7 +67,7 @@ jsoncpp: license you like. scanner/token: - The libsolidity/parsing/{scanner,token}.{h,cpp} files are dervied from + The liblangutil/{CharStream,Scanner,Token}.{h,cpp} files are dervied from code originating from the V8 project licensed under the following terms: Copyright 2006-2012, the V8 project authors. All rights reserved. -- cgit v1.2.3