diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-05-25 15:17:38 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-05-25 15:17:38 +0200 |
commit | bd739597e04dd08d6ae890adfd3945c333baba2c (patch) | |
tree | 5175047e784de8fe2f673b0de45f9598e87389d0 /utils/eurephia_init.c | |
parent | adabac4c5eaf62faa2e6d082bea48ef5068445ce (diff) | |
download | eurephia-bd739597e04dd08d6ae890adfd3945c333baba2c.tar.gz eurephia-bd739597e04dd08d6ae890adfd3945c333baba2c.tar.xz eurephia-bd739597e04dd08d6ae890adfd3945c333baba2c.zip |
Updated Copyright dates to include 2010
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; } |