Merge pull request #5488 from lazaridiscom/patch-3

Mention third party licenses
This commit is contained in:
chriseth 2018-11-22 20:53:36 +01:00 committed by GitHub
commit c6b550bd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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).

View File

@ -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.