aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-02 06:34:22 +0800
committerGitHub <noreply@github.com>2017-07-02 06:34:22 +0800
commitd230048dc8385744203528115aa9bb5c0fba4339 (patch)
treefe34c883a108a8cec4ef7ffc9fefd87ad31a3971 /solc/CommandLineInterface.cpp
parentdd9416be29e9ac22b9b2a33cb9424514067cc6bf (diff)
parentc78a3a0b01d934c31f599523bb941d0a6e6ecbc8 (diff)
downloaddexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.tar
dexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.tar.gz
dexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.tar.bz2
dexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.tar.lz
dexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.tar.xz
dexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.tar.zst
dexon-solidity-d230048dc8385744203528115aa9bb5c0fba4339.zip
Merge pull request #2493 from ethereum/moreLicenses
Add other licenses.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp
index d0134113..0222ccb0 100644
--- a/solc/CommandLineInterface.cpp
+++ b/solc/CommandLineInterface.cpp
@@ -190,6 +190,7 @@ static void version()
static void license()
{
+ cout << otherLicenses << endl;
// This is a static variable generated by cmake from LICENSE.txt
cout << licenseText << endl;
exit(0);