Updated licensing

This commit is contained in:
Samer Afach
2017-09-02 21:57:32 +02:00
parent 0bbadd8a40
commit 20f257a368
3 changed files with 16 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ const char* get_version()
void print_software_info()
{
std::cout<<"Spintrum version "<<get_version()<<". ";
std::cout<<"This software is provided under the MPL license. "
"For more information, contact Samer Afach: samer@afach.de."<<std::endl<<std::endl;
std::cout<<"This software is provided under a license that should have been delivered with its package in the file LICENSE.txt."
"For more information, contact Samer Afach: samer [[at]] afach.de."<<std::endl<<std::endl;
}
/**