License notice edited

This commit is contained in:
Patrick Lipka 2021-12-20 11:10:23 +01:00
parent 1a320fe2e4
commit e6d07328be
1 changed files with 1 additions and 1 deletions

View File

@ -620,5 +620,5 @@ void command_save(ProjectList *proj_list){
void command_version(){
std::cout << "tt v." << STRING(TT_VERSION) << std::endl;
std::cout << "Author: Patrick Lipka (patrick.lipka@emea.nec.com)" << std::endl;
std::cout << "tt is free software published under the BSD-2-Clause licence (see. https://opensource.org/licenses/BSD-2-Clause)" << std::endl;
std::cout << "tt is free software published under the GPLv3 licence, see http://www.gnu.org/licenses/gpl-3.0.html " << std::endl;
}