summaryrefslogtreecommitdiff
path: root/src/proxy/main.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-24 12:21:42 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-24 12:21:42 +0000
commit09be6e615e264a4d3ff7a78a5d213644ce9ee91b (patch)
tree5a2cc6ca39be3c115c976c1a023c9a66fc4f76c7 /src/proxy/main.c
parent54e983b2c871f8a0e3f726bfb42f498fe68d81a8 (diff)
GPL v3
Diffstat (limited to 'src/proxy/main.c')
-rw-r--r--src/proxy/main.c4
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");