diff options
author | Xavier Roche <roche@httrack.com> | 2016-04-26 19:25:50 +0200 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2016-04-26 19:25:50 +0200 |
commit | f6d076d743e71b30106d8a0ea58a88d550b4e525 (patch) | |
tree | 0f81513f0f513ce16205887e00df88da42eec476 /src/htshelp.c | |
parent | f33762920a17488e60b7595f4a1a54274dd9f32b (diff) |
Updated year 2016
Diffstat (limited to 'src/htshelp.c')
-rw-r--r-- | src/htshelp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htshelp.c b/src/htshelp.c index 65a3bd1..0835855 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-2015 Xavier Roche and other contributors +Copyright (C) 1998-2016 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-2015 Xavier Roche and other contributors\n"); + printf("Copyright (C) 1998-2016 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-2015 Xavier Roche and other contributors"); + infomsg("Copyright (C) 1998-2016 Xavier Roche and other contributors"); #ifdef HTS_PLATFORM_NAME infomsg("[compiled: " HTS_PLATFORM_NAME "]"); #endif |