summaryrefslogtreecommitdiff
path: root/src/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'src/proxy')
-rw-r--r--src/proxy/main.c4
-rwxr-xr-xsrc/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
6 files changed, 7 insertions, 7 deletions
diff --git a/src/proxy/main.c b/src/proxy/main.c
index 6bd3de0..b502150 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-2013 Xavier Roche and other contributors
+Copyright (C) 1998-2014 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
@@ -90,7 +90,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-2013 Xavier Roche and other contributors\n");
+ printf("Copyright (C) 1998-2014 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 f504a58..8dc371a 100755
--- 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-2013 Xavier Roche and other contributors
+Copyright (C) 1998-2014 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 50bc65a..e495f73 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-2013 Xavier Roche and other contributors
+Copyright (C) 1998-2014 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 e17c478..6936218 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-2013 Xavier Roche and other contributors
+Copyright (C) 1998-2014 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 41d5799..9475412 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-2013 Xavier Roche and other contributors
+Copyright (C) 1998-2014 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 484a429..e89bd91 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-2013 Xavier Roche and other contributors
+Copyright (C) 1998-2014 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