diff options
Diffstat (limited to 'utils/eurephia_init.c')
-rw-r--r-- | utils/eurephia_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/eurephia_init.c b/utils/eurephia_init.c index b1bac43..ed03690 100644 --- a/utils/eurephia_init.c +++ b/utils/eurephia_init.c @@ -3,7 +3,7 @@ * a password for it and set other needed * configuration settings. * - * GPLv2 only - Copyright (C) 2009 + * GPLv2 only - Copyright (C) 2009 - 2010 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or @@ -70,7 +70,7 @@ char *print_version(char *fprg) { char *prg = basename(fprg); fprintf(stdout, "%s (v%s) - eurephia initialisation utility\n" - "Copyright (C) 2009 David Sommerseth <dazo@users.sourceforge.net>\n", + "Copyright (C) 2009-2010 David Sommerseth <dazo@users.sourceforge.net>\n", prg, EUREPHIAVERSION); return prg; } |