aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-09-13 13:54:53 +0000
committerlloyd <[email protected]>2007-09-13 13:54:53 +0000
commitf568ec418ca63a6a3035183a6294929d35da38a5 (patch)
tree0e8eb907854ea0af761d4867c60e9558627d2f33
parentf1bd3d559883b5ed6aa82d6b5139d66895fae2a0 (diff)
Update the copyright notice to include 2007
-rw-r--r--modules/alg_amd64/sha160.cpp2
-rw-r--r--modules/alg_amd64/sha1core.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp
index 754f8a01c..0c9b3b7dc 100644
--- a/modules/alg_amd64/sha160.cpp
+++ b/modules/alg_amd64/sha160.cpp
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/sha160.h>
diff --git a/modules/alg_amd64/sha1core.S b/modules/alg_amd64/sha1core.S
index 7097ac8ec..32f2d83a3 100644
--- a/modules/alg_amd64/sha1core.S
+++ b/modules/alg_amd64/sha1core.S
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>