From e6d07328be4971831f6f38d1ca829c8747f6a023 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Mon, 20 Dec 2021 11:10:23 +0100 Subject: [PATCH] License notice edited --- src/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.cpp b/src/ui.cpp index 88c26c0..c8d6ca5 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -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; }