From c78a3a0b01d934c31f599523bb941d0a6e6ecbc8 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 30 Jun 2017 16:59:53 +0200 Subject: Add other licenses. --- solc/CommandLineInterface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'solc/CommandLineInterface.cpp') 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); -- cgit v1.2.3