mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5488 from lazaridiscom/patch-3
Mention third party licenses
This commit is contained in:
commit
c6b550bd53
@ -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).
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user