summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2015-03-14 15:03:37 +0100
committerXavier Roche <roche@httrack.com>2015-03-14 15:03:37 +0100
commit420b0812d63aeac4458435ba14d4b2ba12241683 (patch)
treee43d3a7a6308967b0808a5dad3add70b1bfae607 /src
parentb66479aa7e53135786df3fe64eb3d114839c302e (diff)
parente81acec4fc44f23d43e1936847a4c51cf82cc45e (diff)
Merge branch 'master' of https://github.com/xroche/httrack
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/Makefile.in1
-rw-r--r--src/hts-indextmpl.h2
-rw-r--r--src/htsalias.c2
-rw-r--r--src/htsalias.h2
-rw-r--r--src/htsarrays.h2
-rw-r--r--src/htsback.c2
-rw-r--r--src/htsback.h2
-rw-r--r--src/htsbase.h2
-rw-r--r--src/htsbasenet.h2
-rw-r--r--src/htsbauth.c2
-rw-r--r--src/htsbauth.h2
-rw-r--r--src/htscache.c2
-rw-r--r--src/htscache.h2
-rw-r--r--src/htscatchurl.c2
-rw-r--r--src/htscatchurl.h2
-rw-r--r--src/htscharset.c2
-rw-r--r--src/htscharset.h2
-rw-r--r--src/htsconfig.h2
-rw-r--r--src/htscore.c4
-rw-r--r--src/htscore.h2
-rw-r--r--src/htscoremain.c2
-rw-r--r--src/htscoremain.h2
-rw-r--r--src/htsdefines.h2
-rw-r--r--src/htsencoding.c2
-rw-r--r--src/htsencoding.h2
-rw-r--r--src/htsfilters.c2
-rw-r--r--src/htsfilters.h2
-rw-r--r--src/htsftp.c2
-rw-r--r--src/htsftp.h2
-rw-r--r--src/htsglobal.h4
-rw-r--r--src/htshash.c2
-rw-r--r--src/htshash.h2
-rw-r--r--src/htshelp.c6
-rw-r--r--src/htshelp.h2
-rw-r--r--src/htsindex.c2
-rw-r--r--src/htsindex.h2
-rw-r--r--src/htsjava.c2
-rw-r--r--src/htsjava.h2
-rw-r--r--src/htslib.c2
-rw-r--r--src/htslib.h2
-rw-r--r--src/htsmd5.c2
-rw-r--r--src/htsmd5.h2
-rw-r--r--src/htsmodules.c2
-rw-r--r--src/htsmodules.h2
-rw-r--r--src/htsname.c2
-rw-r--r--src/htsname.h2
-rw-r--r--src/htsnet.h2
-rw-r--r--src/htsopt.h2
-rw-r--r--src/htsparse.c2
-rw-r--r--src/htsparse.h2
-rw-r--r--src/htsrobots.c2
-rw-r--r--src/htsrobots.h2
-rw-r--r--src/htssafe.h2
-rw-r--r--src/htsserver.c2
-rw-r--r--src/htsserver.h2
-rw-r--r--[-rwxr-xr-x]src/htsstrings.h2
-rw-r--r--src/htsthread.c2
-rw-r--r--src/htsthread.h2
-rw-r--r--src/htstools.c2
-rw-r--r--src/htstools.h2
-rw-r--r--src/htsweb.c2
-rw-r--r--src/htsweb.h2
-rw-r--r--src/htswizard.c2
-rw-r--r--src/htswizard.h2
-rw-r--r--src/htswrap.c2
-rw-r--r--src/htswrap.h2
-rw-r--r--src/htszlib.c2
-rw-r--r--src/htszlib.h2
-rw-r--r--src/httrack-library.h2
-rw-r--r--src/httrack.c2
-rw-r--r--src/httrack.h2
-rw-r--r--[-rwxr-xr-x]src/httrack.vcproj0
-rw-r--r--src/proxy/main.c4
-rw-r--r--[-rwxr-xr-x]src/proxy/proxystrings.h2
-rw-r--r--src/proxy/proxytrack.c2
-rw-r--r--src/proxy/proxytrack.h2
-rw-r--r--src/proxy/store.c2
-rw-r--r--src/proxy/store.h2
-rw-r--r--[-rwxr-xr-x]src/webhttrack.dsp0
-rw-r--r--[-rwxr-xr-x]src/webhttrack.dsw0
81 files changed, 83 insertions, 81 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fbe044..56788fb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,4 +97,5 @@ EXTRA_DIST = httrack.h webhttrack \
proxy/proxystrings.h \
proxy/proxytrack.h \
proxy/store.h \
+ proxy/proxytrack.vcproj \
*.dsw *.dsp *.vcproj
diff --git a/src/Makefile.in b/src/Makefile.in
index 4cf5802..fcdc0a0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -410,6 +410,7 @@ EXTRA_DIST = httrack.h webhttrack \
proxy/proxystrings.h \
proxy/proxytrack.h \
proxy/store.h \
+ proxy/proxytrack.vcproj \
*.dsw *.dsp *.vcproj
all: all-am
diff --git a/src/hts-indextmpl.h b/src/hts-indextmpl.h
index d35d1a3..1494c4f 100644
--- a/src/hts-indextmpl.h
+++ b/src/hts-indextmpl.h
@@ -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
diff --git a/src/htsalias.c b/src/htsalias.c
index df608fc..26e3174 100644
--- a/src/htsalias.c
+++ b/src/htsalias.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
diff --git a/src/htsalias.h b/src/htsalias.h
index b09d18f..03ae5d9 100644
--- a/src/htsalias.h
+++ b/src/htsalias.h
@@ -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
diff --git a/src/htsarrays.h b/src/htsarrays.h
index c89222e..1f231af 100644
--- a/src/htsarrays.h
+++ b/src/htsarrays.h
@@ -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
diff --git a/src/htsback.c b/src/htsback.c
index 8933524..3704fd7 100644
--- a/src/htsback.c
+++ b/src/htsback.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
diff --git a/src/htsback.h b/src/htsback.h
index 5c1aac8..bc7a0f6 100644
--- a/src/htsback.h
+++ b/src/htsback.h
@@ -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
diff --git a/src/htsbase.h b/src/htsbase.h
index a3d7743..c520e5c 100644
--- a/src/htsbase.h
+++ b/src/htsbase.h
@@ -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
diff --git a/src/htsbasenet.h b/src/htsbasenet.h
index 23901d0..00677ff 100644
--- a/src/htsbasenet.h
+++ b/src/htsbasenet.h
@@ -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
diff --git a/src/htsbauth.c b/src/htsbauth.c
index f0d6240..23059c0 100644
--- a/src/htsbauth.c
+++ b/src/htsbauth.c
@@ -1,6 +1,6 @@
/*
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
diff --git a/src/htsbauth.h b/src/htsbauth.h
index dd57070..f5a26bf 100644
--- a/src/htsbauth.h
+++ b/src/htsbauth.h
@@ -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
diff --git a/src/htscache.c b/src/htscache.c
index 46d2bb4..ecdeff5 100644
--- a/src/htscache.c
+++ b/src/htscache.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
diff --git a/src/htscache.h b/src/htscache.h
index 16172ce..1c25159 100644
--- a/src/htscache.h
+++ b/src/htscache.h
@@ -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
diff --git a/src/htscatchurl.c b/src/htscatchurl.c
index e14eee6..9678d60 100644
--- a/src/htscatchurl.c
+++ b/src/htscatchurl.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
diff --git a/src/htscatchurl.h b/src/htscatchurl.h
index 02259dd..2b79c28 100644
--- a/src/htscatchurl.h
+++ b/src/htscatchurl.h
@@ -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
diff --git a/src/htscharset.c b/src/htscharset.c
index ad994a5..a93598e 100644
--- a/src/htscharset.c
+++ b/src/htscharset.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
diff --git a/src/htscharset.h b/src/htscharset.h
index 9cb9edb..06f1145 100644
--- a/src/htscharset.h
+++ b/src/htscharset.h
@@ -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
diff --git a/src/htsconfig.h b/src/htsconfig.h
index 7d2adf0..a8112f4 100644
--- a/src/htsconfig.h
+++ b/src/htsconfig.h
@@ -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
diff --git a/src/htscore.c b/src/htscore.c
index fbcc972..46c0927 100644
--- a/src/htscore.c
+++ b/src/htscore.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
@@ -3993,5 +3993,5 @@ void voidf(void) {
(void) a;
}
-// HTTrack Website Copier Copyright (C) 1998-2014 Xavier Roche and other contributors
+// HTTrack Website Copier Copyright (C) 1998-2015 Xavier Roche and other contributors
//
diff --git a/src/htscore.h b/src/htscore.h
index 1c35c8a..50df9f2 100644
--- a/src/htscore.h
+++ b/src/htscore.h
@@ -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
diff --git a/src/htscoremain.c b/src/htscoremain.c
index c7c991b..215e595 100644
--- a/src/htscoremain.c
+++ b/src/htscoremain.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
diff --git a/src/htscoremain.h b/src/htscoremain.h
index 05baeaf..85d4ddc 100644
--- a/src/htscoremain.h
+++ b/src/htscoremain.h
@@ -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
diff --git a/src/htsdefines.h b/src/htsdefines.h
index fe5105f..0df28cf 100644
--- a/src/htsdefines.h
+++ b/src/htsdefines.h
@@ -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
diff --git a/src/htsencoding.c b/src/htsencoding.c
index e6e0ff6..a15d83d 100644
--- a/src/htsencoding.c
+++ b/src/htsencoding.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
diff --git a/src/htsencoding.h b/src/htsencoding.h
index ad5fee3..f1f1b39 100644
--- a/src/htsencoding.h
+++ b/src/htsencoding.h
@@ -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
diff --git a/src/htsfilters.c b/src/htsfilters.c
index ad879f4..55e19b3 100644
--- a/src/htsfilters.c
+++ b/src/htsfilters.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
diff --git a/src/htsfilters.h b/src/htsfilters.h
index c08bd06..ec081d9 100644
--- a/src/htsfilters.h
+++ b/src/htsfilters.h
@@ -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
diff --git a/src/htsftp.c b/src/htsftp.c
index ccba1bd..5c0613e 100644
--- a/src/htsftp.c
+++ b/src/htsftp.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
diff --git a/src/htsftp.h b/src/htsftp.h
index ef6fca7..a91e17c 100644
--- a/src/htsftp.h
+++ b/src/htsftp.h
@@ -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
diff --git a/src/htsglobal.h b/src/htsglobal.h
index 78a99d3..bf504f4 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -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
@@ -206,7 +206,7 @@ Please visit our Website: http://www.httrack.com
/* Taille max ligne de commande (>=HTS_URLMAXSIZE*2) */
#define HTS_CDLMAXSIZE 1024
-/* Copyright (C) 1998-2014 Xavier Roche and other contributors */
+/* Copyright (C) 1998-2015 Xavier Roche and other contributors */
#define HTTRACK_AFF_AUTHORS "[XR&CO'2014]"
#define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website Copier/"HTTRACK_AFF_VERSION" "HTTRACK_AFF_AUTHORS", %s -->"
#define HTTRACK_WEB "http://www.httrack.com"
diff --git a/src/htshash.c b/src/htshash.c
index 405fa4a..8545fc4 100644
--- a/src/htshash.c
+++ b/src/htshash.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
diff --git a/src/htshash.h b/src/htshash.h
index 484eb76..021bc4f 100644
--- a/src/htshash.h
+++ b/src/htshash.h
@@ -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
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
diff --git a/src/htshelp.h b/src/htshelp.h
index 7add77e..ee2958d 100644
--- a/src/htshelp.h
+++ b/src/htshelp.h
@@ -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
diff --git a/src/htsindex.c b/src/htsindex.c
index 2f633fd..6e9d135 100644
--- a/src/htsindex.c
+++ b/src/htsindex.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
diff --git a/src/htsindex.h b/src/htsindex.h
index ca9c472..8bbc1b5 100644
--- a/src/htsindex.h
+++ b/src/htsindex.h
@@ -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
diff --git a/src/htsjava.c b/src/htsjava.c
index 44ecbc4..872b484 100644
--- a/src/htsjava.c
+++ b/src/htsjava.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
diff --git a/src/htsjava.h b/src/htsjava.h
index 3e8a5d6..d465325 100644
--- a/src/htsjava.h
+++ b/src/htsjava.h
@@ -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
diff --git a/src/htslib.c b/src/htslib.c
index 4aa63f0..1a4a4f2 100644
--- a/src/htslib.c
+++ b/src/htslib.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
diff --git a/src/htslib.h b/src/htslib.h
index fcfce4b..cfcd589 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -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
diff --git a/src/htsmd5.c b/src/htsmd5.c
index 21d9d37..0586ff2 100644
--- a/src/htsmd5.c
+++ b/src/htsmd5.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
diff --git a/src/htsmd5.h b/src/htsmd5.h
index 091a454..e3f7639 100644
--- a/src/htsmd5.h
+++ b/src/htsmd5.h
@@ -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
diff --git a/src/htsmodules.c b/src/htsmodules.c
index e49bd7c..3cb942c 100644
--- a/src/htsmodules.c
+++ b/src/htsmodules.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
diff --git a/src/htsmodules.h b/src/htsmodules.h
index 18eef8e..b78ae92 100644
--- a/src/htsmodules.h
+++ b/src/htsmodules.h
@@ -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
diff --git a/src/htsname.c b/src/htsname.c
index 6b29256..6fd28b8 100644
--- a/src/htsname.c
+++ b/src/htsname.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
diff --git a/src/htsname.h b/src/htsname.h
index 675b0cb..1b6da09 100644
--- a/src/htsname.h
+++ b/src/htsname.h
@@ -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
diff --git a/src/htsnet.h b/src/htsnet.h
index a393129..13a40d0 100644
--- a/src/htsnet.h
+++ b/src/htsnet.h
@@ -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
diff --git a/src/htsopt.h b/src/htsopt.h
index 6581045..f50a812 100644
--- a/src/htsopt.h
+++ b/src/htsopt.h
@@ -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
diff --git a/src/htsparse.c b/src/htsparse.c
index 19c7577..cf90bcc 100644
--- a/src/htsparse.c
+++ b/src/htsparse.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
diff --git a/src/htsparse.h b/src/htsparse.h
index 01eb953..087043d 100644
--- a/src/htsparse.h
+++ b/src/htsparse.h
@@ -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
diff --git a/src/htsrobots.c b/src/htsrobots.c
index dac9400..b400dcd 100644
--- a/src/htsrobots.c
+++ b/src/htsrobots.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
diff --git a/src/htsrobots.h b/src/htsrobots.h
index 9160372..357cf70 100644
--- a/src/htsrobots.h
+++ b/src/htsrobots.h
@@ -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
diff --git a/src/htssafe.h b/src/htssafe.h
index 18ede0e..4ca16c6 100644
--- a/src/htssafe.h
+++ b/src/htssafe.h
@@ -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
diff --git a/src/htsserver.c b/src/htsserver.c
index e358d1e..2f3d75c 100644
--- a/src/htsserver.c
+++ b/src/htsserver.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
diff --git a/src/htsserver.h b/src/htsserver.h
index b5decfd..5d44e64 100644
--- a/src/htsserver.h
+++ b/src/htsserver.h
@@ -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
diff --git a/src/htsstrings.h b/src/htsstrings.h
index 62c4877..0181824 100755..100644
--- a/src/htsstrings.h
+++ b/src/htsstrings.h
@@ -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
diff --git a/src/htsthread.c b/src/htsthread.c
index cfb9160..f79e4ff 100644
--- a/src/htsthread.c
+++ b/src/htsthread.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
diff --git a/src/htsthread.h b/src/htsthread.h
index 3376d99..9084188 100644
--- a/src/htsthread.h
+++ b/src/htsthread.h
@@ -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
diff --git a/src/htstools.c b/src/htstools.c
index adf79ac..0b44c0a 100644
--- a/src/htstools.c
+++ b/src/htstools.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
diff --git a/src/htstools.h b/src/htstools.h
index 1289849..37d3370 100644
--- a/src/htstools.h
+++ b/src/htstools.h
@@ -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
diff --git a/src/htsweb.c b/src/htsweb.c
index 915cf97..d639ed7 100644
--- a/src/htsweb.c
+++ b/src/htsweb.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
diff --git a/src/htsweb.h b/src/htsweb.h
index 8bea6e7..734aa25 100644
--- a/src/htsweb.h
+++ b/src/htsweb.h
@@ -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
diff --git a/src/htswizard.c b/src/htswizard.c
index fba50ad..3a4dfe6 100644
--- a/src/htswizard.c
+++ b/src/htswizard.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
diff --git a/src/htswizard.h b/src/htswizard.h
index 42a3e43..0a98f6d 100644
--- a/src/htswizard.h
+++ b/src/htswizard.h
@@ -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
diff --git a/src/htswrap.c b/src/htswrap.c
index 7683034..21355d1 100644
--- a/src/htswrap.c
+++ b/src/htswrap.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
diff --git a/src/htswrap.h b/src/htswrap.h
index 443abda..c5f67be 100644
--- a/src/htswrap.h
+++ b/src/htswrap.h
@@ -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
diff --git a/src/htszlib.c b/src/htszlib.c
index 05cc457..0775d7f 100644
--- a/src/htszlib.c
+++ b/src/htszlib.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
diff --git a/src/htszlib.h b/src/htszlib.h
index b2df46e..a536a80 100644
--- a/src/htszlib.h
+++ b/src/htszlib.h
@@ -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
diff --git a/src/httrack-library.h b/src/httrack-library.h
index 248c370..b112c2a 100644
--- a/src/httrack-library.h
+++ b/src/httrack-library.h
@@ -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
diff --git a/src/httrack.c b/src/httrack.c
index 69fc5db..f764466 100644
--- a/src/httrack.c
+++ b/src/httrack.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
diff --git a/src/httrack.h b/src/httrack.h
index 36787ba..950924a 100644
--- a/src/httrack.h
+++ b/src/httrack.h
@@ -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
diff --git a/src/httrack.vcproj b/src/httrack.vcproj
index f6697f0..f6697f0 100755..100644
--- a/src/httrack.vcproj
+++ b/src/httrack.vcproj
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");
diff --git a/src/proxy/proxystrings.h b/src/proxy/proxystrings.h
index dc70286..f0de175 100755..100644
--- a/src/proxy/proxystrings.h
+++ b/src/proxy/proxystrings.h
@@ -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
diff --git a/src/proxy/proxytrack.c b/src/proxy/proxytrack.c
index ccb93c9..11dee02 100644
--- a/src/proxy/proxytrack.c
+++ b/src/proxy/proxytrack.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
diff --git a/src/proxy/proxytrack.h b/src/proxy/proxytrack.h
index b42f134..feb8196 100644
--- a/src/proxy/proxytrack.h
+++ b/src/proxy/proxytrack.h
@@ -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
diff --git a/src/proxy/store.c b/src/proxy/store.c
index e8e98e5..d1f3103 100644
--- a/src/proxy/store.c
+++ b/src/proxy/store.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
diff --git a/src/proxy/store.h b/src/proxy/store.h
index e89bd91..3eee0b1 100644
--- a/src/proxy/store.h
+++ b/src/proxy/store.h
@@ -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
diff --git a/src/webhttrack.dsp b/src/webhttrack.dsp
index 60e8ff9..60e8ff9 100755..100644
--- a/src/webhttrack.dsp
+++ b/src/webhttrack.dsp
diff --git a/src/webhttrack.dsw b/src/webhttrack.dsw
index ea9ea0b..ea9ea0b 100755..100644
--- a/src/webhttrack.dsw
+++ b/src/webhttrack.dsw