diff options
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 bf35377..bb81810 100644 --- a/src/proxy/main.c +++ b/src/proxy/main.c @@ -5,7 +5,7 @@ Copyright (C) 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 the Free Software Foundation; either version 2 +as published by the Free Software Foundation; either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, @@ -92,7 +92,7 @@ int main(int argc, char* argv[]) printf("\n"); printf("This program is free software; you can redistribute it and/or\n"); printf("modify it under the terms of the GNU General Public License\n"); - printf("as published by the Free Software Foundation; either version 2\n"); + printf("as published by the Free Software Foundation; either version 3\n"); printf("of the License, or any later version.\n"); printf("\n"); printf("*** This version is a development release ***\n"); |