summaryrefslogtreecommitdiffstats
path: root/utils/eurephia_init.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2012-10-08 02:14:48 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2012-10-08 02:18:14 +0200
commit859ec82577740e113ebf1f4ae2d89baafcf41075 (patch)
tree2bd239a771005408edd595e9bd9dee807fc4a8ce /utils/eurephia_init.c
parent17cdd3faf35880c11a3dd0c747a5b10f373f975d (diff)
downloadeurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.tar.gz
eurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.tar.xz
eurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.zip
Updated copyright dates
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'utils/eurephia_init.c')
-rw-r--r--utils/eurephia_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/eurephia_init.c b/utils/eurephia_init.c
index 55756d1..e5cbcdc 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 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
@@ -71,7 +71,7 @@ char *print_version(char *fprg) {
char *prg = basename(fprg);
fprintf(stdout, "%s (v%s) - eurephia initialisation utility\n"
- "Copyright (C) 2009-2010 David Sommerseth <dazo@users.sourceforge.net>\n",
+ "Copyright (C) 2009-2012 David Sommerseth <dazo@users.sourceforge.net>\n",
prg, EUREPHIAVERSION);
return prg;
}