summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-05-25 15:17:38 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:54 +0200
commit430758cb6c263576ddcf3bcae27ed253df973daa (patch)
treebe9e8ea1e1211d951b4182d59dee3e6b7b8c6936 /utils
parentf6aed3aee0c89d07bf7ad81d3c4599eb03c9b2f1 (diff)
downloadeurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.gz
eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.xz
eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.zip
Updated Copyright dates to include 2010
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt2
-rw-r--r--utils/benchmark.c2
-rw-r--r--utils/eurephia_init.c4
-rw-r--r--utils/saltdecode.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 72ae8c9..73bb99b 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -1,6 +1,6 @@
# cmake rules for eurephia - utilities
#
-# GPLv2 only - Copyright (C) 2008-2009
+# GPLv2 only - Copyright (C) 2008 - 2010
# David Sommerseth <dazo@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or
diff --git a/utils/benchmark.c b/utils/benchmark.c
index d5bb625..0c454cc 100644
--- a/utils/benchmark.c
+++ b/utils/benchmark.c
@@ -1,6 +1,6 @@
/* benchmark.c -- Benchmarks how quickly the computer does SHA512 hashing
*
- * 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
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;
}
diff --git a/utils/saltdecode.c b/utils/saltdecode.c
index 45254e0..80692e8 100644
--- a/utils/saltdecode.c
+++ b/utils/saltdecode.c
@@ -1,6 +1,6 @@
/* saltdecode.c -- Decode a given password salt into a readable format
*
- * 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