Add other licenses.

This commit is contained in:
chriseth
2017-07-01 22:59:08 +01:00
committed by Alex Beregszaszi
parent dd9416be29
commit c78a3a0b01
3 changed files with 73 additions and 2 deletions
+1
View File
@@ -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);