diff options
author | Xavier Roche <roche@httrack.com> | 2015-03-14 15:03:37 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-03-14 15:03:37 +0100 |
commit | 420b0812d63aeac4458435ba14d4b2ba12241683 (patch) | |
tree | e43d3a7a6308967b0808a5dad3add70b1bfae607 /src/proxy/main.c | |
parent | b66479aa7e53135786df3fe64eb3d114839c302e (diff) | |
parent | e81acec4fc44f23d43e1936847a4c51cf82cc45e (diff) |
Merge branch 'master' of https://github.com/xroche/httrack
Diffstat (limited to 'src/proxy/main.c')
-rw-r--r-- | src/proxy/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proxy/main.c b/src/proxy/main.c index 181994b..a9b2243 100644 --- a/src/proxy/main.c +++ b/src/proxy/main.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 @@ -91,7 +91,7 @@ int main(int argc, char *argv[]) { /* Args */ printf("ProxyTrack %s, build proxies upon HTTrack Website Copier Archives\n", PROXYTRACK_VERSION); - printf("Copyright (C) 1998-2014 Xavier Roche and other contributors\n"); + printf("Copyright (C) 1998-2015 Xavier Roche and other contributors\n"); printf("\n"); printf("This program is free software: you can redistribute it and/or modify\n"); printf("it under the terms of the GNU General Public License as published by\n"); |