diff options
Diffstat (limited to 'src/mmsrip/main.c')
-rw-r--r-- | src/mmsrip/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mmsrip/main.c b/src/mmsrip/main.c index a575b4a..4943e7a 100644 --- a/src/mmsrip/main.c +++ b/src/mmsrip/main.c @@ -7,7 +7,7 @@ * * 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, or (at your option) any + * Free Software Foundation; either version 3, or (at your option) any * later version. * * This program is distributed in the hope that it will be useful, @@ -176,7 +176,7 @@ main ( int argc, fprintf ( stderr, "Written by %s.\n", PROGRAM_AUTHORS ); fprintf ( stderr, "With a lot of help from %s.\n\n", PROGRAM_HELPERS ); fprintf ( stderr, "This program is free software; you can redistribute it and/or\nmodify it under the terms " \ - "of the GNU General Public License\nas published by the Free Software Foundation; either version 2" \ + "of the GNU General Public License\nas published by the Free Software Foundation; either version 3" \ ",\nor (at your option) any later version.\n\n" ); return 0; } |