From 571195b7b0b4d2e622d124d5d947e7d9656efffb Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sat, 8 Oct 2011 11:09:27 +0200 Subject: [PATCH] License - task version output --- src/commands/CmdVersion.cpp | 2 +- src/en-US.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index 7b4efe849..fc1131fb6 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -60,7 +60,7 @@ int CmdVersion::execute (std::string& output) ViewText disclaimer; disclaimer.width (width); disclaimer.add (Column::factory ("string", "")); - disclaimer.set (disclaimer.addRow (), 0, STRING_CMD_VERSION_GPL); + disclaimer.set (disclaimer.addRow (), 0, STRING_CMD_VERSION_MIT); // Create a table for the URL. ViewText link; diff --git a/src/en-US.h b/src/en-US.h index 2342934cc..19c52b937 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -189,7 +189,7 @@ #define STRING_CMD_CONFLICT "Custom report '{1}' conflicts with built-in task command." #define STRING_CMD_VERSION_USAGE "Shows the taskwarrior version number" #define STRING_CMD_VERSION_USAGE2 "Shows only the taskwarrior version number" -#define STRING_CMD_VERSION_GPL "Taskwarrior may be copied only under the terms of the GNU General Public License, which may be found in the taskwarrior source kit." +#define STRING_CMD_VERSION_MIT "Taskwarrior may be copied only under the terms of the MIT license, which may be found in the taskwarrior source kit." #define STRING_CMD_VERSION_DOCS "Documentation for taskwarrior can be found using 'man task', 'man taskrc', 'man task-tutorial', 'man task-color', 'man task-sync', 'man task-faq' or at http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2} built for " #define STRING_CMD_VERSION_UNKNOWN "unknown"