diff options
author | chriseth <chris@ethereum.org> | 2017-06-30 22:59:53 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-02 05:59:08 +0800 |
commit | c78a3a0b01d934c31f599523bb941d0a6e6ecbc8 (patch) | |
tree | fe34c883a108a8cec4ef7ffc9fefd87ad31a3971 /solc/CommandLineInterface.cpp | |
parent | dd9416be29e9ac22b9b2a33cb9424514067cc6bf (diff) | |
download | dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.tar dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.tar.gz dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.tar.bz2 dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.tar.lz dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.tar.xz dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.tar.zst dexon-solidity-c78a3a0b01d934c31f599523bb941d0a6e6ecbc8.zip |
Add other licenses.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r-- | solc/CommandLineInterface.cpp | 1 |
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); |