diff options
-rw-r--r-- | src/tss/tss.cpp | 2 | ||||
-rw-r--r-- | src/tss/tss.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tss/tss.cpp b/src/tss/tss.cpp index 3bd799727..0782a27d1 100644 --- a/src/tss/tss.cpp +++ b/src/tss/tss.cpp @@ -1,6 +1,6 @@ /* * RTSS (threshold secret sharing) -* (C) 2009 Jack Lloyd <[email protected]> +* (C) 2009 Jack Lloyd * * Distributed under the terms of the Botan license */ diff --git a/src/tss/tss.h b/src/tss/tss.h index 0b26bfdcb..6e623c193 100644 --- a/src/tss/tss.h +++ b/src/tss/tss.h @@ -1,6 +1,6 @@ /* * RTSS (threshold secret sharing) -* (C) 2009 Jack Lloyd <[email protected]> +* (C) 2009 Jack Lloyd * * Distributed under the terms of the Botan license */ |