diff options
Diffstat (limited to 'modules/alg_amd64')
-rw-r--r-- | modules/alg_amd64/asm_macr.h | 2 | ||||
-rw-r--r-- | modules/alg_amd64/mp_mulop.S | 2 | ||||
-rw-r--r-- | modules/alg_amd64/sha160.cpp | 2 | ||||
-rw-r--r-- | modules/alg_amd64/sha1core.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h index 0bf04b489..6b9aaba75 100644 --- a/modules/alg_amd64/asm_macr.h +++ b/modules/alg_amd64/asm_macr.h @@ -1,6 +1,6 @@ /************************************************* * Assembly Macros Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ASM_MACROS_H__ diff --git a/modules/alg_amd64/mp_mulop.S b/modules/alg_amd64/mp_mulop.S index 68c199c66..1988429f6 100644 --- a/modules/alg_amd64/mp_mulop.S +++ b/modules/alg_amd64/mp_mulop.S @@ -1,6 +1,6 @@ /************************************************* * Multiply/Add Algorithm Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp index 9da803466..76937a577 100644 --- a/modules/alg_amd64/sha160.cpp +++ b/modules/alg_amd64/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2008 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 d648d05ff..32f2d83a3 100644 --- a/modules/alg_amd64/sha1core.S +++ b/modules/alg_amd64/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/asm_macr.h> |