mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add other licenses.
This commit is contained in:
committed by
Alex Beregszaszi
parent
dd9416be29
commit
c78a3a0b01
@@ -266,8 +266,8 @@ extern "C"
|
||||
{
|
||||
extern char const* license()
|
||||
{
|
||||
/// TOOD: include the copyright information on the top.
|
||||
return licenseText;
|
||||
static string fullLicenseText = otherLicenses + licenseText;
|
||||
return fullLicenseText.c_str();
|
||||
}
|
||||
extern char const* version()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user