diff options
author | Xavier Roche <roche@httrack.com> | 2017-04-01 21:39:27 +0200 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2017-04-01 21:39:27 +0200 |
commit | 50f57ab6aee8e25d567a12b3c488bc374fb40636 (patch) | |
tree | 08563061e9f1a7d95df254b77ac3fafd7acc554e /src/proxy | |
parent | a83f70b6f8ade224a079a27b4f18fcb3fb0be0ca (diff) |
Updated year to 2017
Diffstat (limited to 'src/proxy')
-rw-r--r-- | src/proxy/main.c | 4 | ||||
-rw-r--r-- | src/proxy/proxystrings.h | 2 | ||||
-rw-r--r-- | src/proxy/proxytrack.c | 2 | ||||
-rw-r--r-- | src/proxy/proxytrack.h | 2 | ||||
-rw-r--r-- | src/proxy/store.c | 2 | ||||
-rw-r--r-- | src/proxy/store.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/proxy/main.c b/src/proxy/main.c index 02063e1..1980395 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-2016 Xavier Roche and other contributors +Copyright (C) 1998-2017 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-2016 Xavier Roche and other contributors\n"); + printf("Copyright (C) 1998-2017 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 8181dcc..5b83aeb 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-2016 Xavier Roche and other contributors +Copyright (C) 1998-2017 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 9feff90..bf920c9 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-2016 Xavier Roche and other contributors +Copyright (C) 1998-2017 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 c5f5d60..c8fc57d 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-2016 Xavier Roche and other contributors +Copyright (C) 1998-2017 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 f88b707..d029d16 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-2016 Xavier Roche and other contributors +Copyright (C) 1998-2017 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 cad8a54..2fc0f86 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-2016 Xavier Roche and other contributors +Copyright (C) 1998-2017 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 |