From 758d5246ea13111b31791e797b059b2b39a512b8 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 10 Mar 2008 04:19:43 +0000 Subject: Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the updated dates on files that have actually changed this year. This makes the diff across versions readable again. --- modules/alg_amd64/asm_macr.h | 2 +- modules/alg_amd64/mp_mulop.S | 2 +- modules/alg_amd64/sha160.cpp | 2 +- modules/alg_amd64/sha1core.S | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/alg_amd64') 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 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 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 -- cgit v1.2.3