diff options
Diffstat (limited to 'clients/tde/src/app/main.cpp')
-rw-r--r-- | clients/tde/src/app/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tde/src/app/main.cpp b/clients/tde/src/app/main.cpp index afc1843..aa1fb1b 100644 --- a/clients/tde/src/app/main.cpp +++ b/clients/tde/src/app/main.cpp @@ -15,7 +15,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * (c) 2012-2014 Timothy Pearson + * (c) 2012-2019 Timothy Pearson * Raptor Engineering * http://www.raptorengineeringinc.com */ @@ -39,7 +39,7 @@ static const TDECmdLineOptions options[] = static TDEAboutData about( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION, I18N_NOOP("uLab Remote Laboratory Workspaces Graphical Client"), TDEAboutData::License_GPL_V2, - I18N_NOOP("(C) 2012-2014 Timothy Pearson"), 0, + I18N_NOOP("(C) 2012-2019 Timothy Pearson"), 0, "https://ulab.trinitydesktop.org/", "kb9vqf@pearsoncomputing.net" ); |