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
+2 -2
View File
@@ -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()
{