summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt2
-rw-r--r--utils/benchmark.c2
-rw-r--r--utils/eurephia_init.72
-rw-r--r--utils/eurephia_init.c4
-rw-r--r--utils/eurephia_saltdecode.72
-rw-r--r--utils/eurephia_saltdecode.c2
6 files changed, 7 insertions, 7 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 2867c75..7dd2b0b 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -1,6 +1,6 @@
# cmake rules for eurephia - utilities
#
-# GPLv2 only - Copyright (C) 2008 - 2010
+# GPLv2 only - Copyright (C) 2008 - 2012
# 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 0c454cc..ec57146 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 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/utils/eurephia_init.7 b/utils/eurephia_init.7
index 8a1ed13..4b70794 100644
--- a/utils/eurephia_init.7
+++ b/utils/eurephia_init.7
@@ -42,4 +42,4 @@ During the initialisation this utility will benchmark the CPU power by doing mul
.TP
If you want to modify those thresholds, you can do so with the \fB\-\-hash\-threshold\-min\fR and \fB\-\-hash\-threshold\-max\fR options. By increasing these numbers, you will allow the number of rounds to be increased.
.SH "AUTHOR"
-Copyright (C) 2009\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2009\-2012 David Sommerseth <dazo@users.sourceforge.net>
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;
}
diff --git a/utils/eurephia_saltdecode.7 b/utils/eurephia_saltdecode.7
index 2a0f58c..003ef2d 100644
--- a/utils/eurephia_saltdecode.7
+++ b/utils/eurephia_saltdecode.7
@@ -22,4 +22,4 @@ Hash rounds: 21763
user@host: ~ $
.SH "AUTHOR"
-Copyright (C) 2009\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2009\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/utils/eurephia_saltdecode.c b/utils/eurephia_saltdecode.c
index 4168df7..aaa670e 100644
--- a/utils/eurephia_saltdecode.c
+++ b/utils/eurephia_saltdecode.c
@@ -1,6 +1,6 @@
/* saltdecode.c -- Decode a given password salt into a readable format
*
- * 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