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/proxy | |
parent | f33762920a17488e60b7595f4a1a54274dd9f32b (diff) |
Updated year 2016
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 a9b2243..02063e1 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-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 @@ -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-2015 Xavier Roche and other contributors\n"); + printf("Copyright (C) 1998-2016 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 f0de175..8181dcc 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-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 diff --git a/src/proxy/proxytrack.c b/src/proxy/proxytrack.c index 11dee02..9feff90 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-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 diff --git a/src/proxy/proxytrack.h b/src/proxy/proxytrack.h index feb8196..c5f5d60 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-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 diff --git a/src/proxy/store.c b/src/proxy/store.c index d1f3103..f88b707 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-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 diff --git a/src/proxy/store.h b/src/proxy/store.h index 3eee0b1..cad8a54 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-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 |