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 6b9aaba75..0bf04b489 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-2007 The Botan Project * +* (C) 1999-2008 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 1988429f6..68c199c66 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-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> diff --git a/modules/alg_amd64/sha160.cpp b/modules/alg_amd64/sha160.cpp index 76937a577..9da803466 100644 --- a/modules/alg_amd64/sha160.cpp +++ b/modules/alg_amd64/sha160.cpp @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/sha160.h> diff --git a/modules/alg_amd64/sha1core.S b/modules/alg_amd64/sha1core.S index 32f2d83a3..d648d05ff 100644 --- a/modules/alg_amd64/sha1core.S +++ b/modules/alg_amd64/sha1core.S @@ -1,6 +1,6 @@ /************************************************* * SHA-160 Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #include <botan/asm_macr.h> |