From e81acec4fc44f23d43e1936847a4c51cf82cc45e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Mar 2015 15:01:53 +0100 Subject: 2014 is so last year! --- src/htshelp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/htshelp.c') diff --git a/src/htshelp.c b/src/htshelp.c index acd0e3c..b75b80a 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -1,7 +1,7 @@ /* ------------------------------------------------------------ */ /* HTTrack Website Copier, Offline Browser for Windows and Unix -Copyright (C) 1998-2014 Xavier Roche and other contributors +Copyright (C) 1998-2015 Xavier Roche and other contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -182,7 +182,7 @@ void help_wizard(httrackp * opt) { printf("\n"); printf("Welcome to HTTrack Website Copier (Offline Browser) " HTTRACK_VERSION "%s\n", hts_get_version_info(opt)); - printf("Copyright (C) 1998-2014 Xavier Roche and other contributors\n"); + printf("Copyright (C) 1998-2015 Xavier Roche and other contributors\n"); #ifdef _WIN32 printf("Note: You are running the commandline version,\n"); printf("run 'WinHTTrack.exe' to get the GUI version.\n"); @@ -795,7 +795,7 @@ void help(const char *app, int more) { sprintf(info, "HTTrack version " HTTRACK_VERSION "%s", hts_is_available()); infomsg(info); - infomsg("Copyright (C) 1998-2014 Xavier Roche and other contributors"); + infomsg("Copyright (C) 1998-2015 Xavier Roche and other contributors"); #ifdef HTS_PLATFORM_NAME infomsg("[compiled: " HTS_PLATFORM_NAME "]"); #endif -- cgit v1.2.3