diff options
author | lloyd <[email protected]> | 2008-03-10 04:19:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-03-10 04:19:43 +0000 |
commit | 758d5246ea13111b31791e797b059b2b39a512b8 (patch) | |
tree | 5d1fea6d759e234908d47ca1f8dfeeab5d13c6cc /modules/eng_gmp | |
parent | e7740ada3945fa9b1cabeb04a6f0a9862ea2507c (diff) |
Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
updated dates on files that have actually changed this year. This makes
the diff across versions readable again.
Diffstat (limited to 'modules/eng_gmp')
-rw-r--r-- | modules/eng_gmp/eng_gmp.cpp | 2 | ||||
-rw-r--r-- | modules/eng_gmp/eng_gmp.h | 2 | ||||
-rw-r--r-- | modules/eng_gmp/gmp_mem.cpp | 2 | ||||
-rw-r--r-- | modules/eng_gmp/gmp_powm.cpp | 2 | ||||
-rw-r--r-- | modules/eng_gmp/gmp_wrap.cpp | 2 | ||||
-rw-r--r-- | modules/eng_gmp/gmp_wrap.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/modules/eng_gmp/eng_gmp.cpp b/modules/eng_gmp/eng_gmp.cpp index 1950a5832..9b3ac98b5 100644 --- a/modules/eng_gmp/eng_gmp.cpp +++ b/modules/eng_gmp/eng_gmp.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Engine Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/eng_gmp.h b/modules/eng_gmp/eng_gmp.h index 9ed82a684..a423bec11 100644 --- a/modules/eng_gmp/eng_gmp.h +++ b/modules/eng_gmp/eng_gmp.h @@ -1,6 +1,6 @@ /************************************************* * GMP Engine Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_ENGINE_GMP_H__ diff --git a/modules/eng_gmp/gmp_mem.cpp b/modules/eng_gmp/gmp_mem.cpp index d20eff2e0..bfb6e5559 100644 --- a/modules/eng_gmp/gmp_mem.cpp +++ b/modules/eng_gmp/gmp_mem.cpp @@ -1,6 +1,6 @@ /************************************************* * GNU MP Memory Handlers Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_powm.cpp b/modules/eng_gmp/gmp_powm.cpp index b0059503e..60f87f50a 100644 --- a/modules/eng_gmp/gmp_powm.cpp +++ b/modules/eng_gmp/gmp_powm.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Modular Exponentiation Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/eng_gmp.h> diff --git a/modules/eng_gmp/gmp_wrap.cpp b/modules/eng_gmp/gmp_wrap.cpp index be4238e36..ff896cb07 100644 --- a/modules/eng_gmp/gmp_wrap.cpp +++ b/modules/eng_gmp/gmp_wrap.cpp @@ -1,6 +1,6 @@ /************************************************* * GMP Wrapper Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/gmp_wrap.h> diff --git a/modules/eng_gmp/gmp_wrap.h b/modules/eng_gmp/gmp_wrap.h index 439f89a44..883b5aad1 100644 --- a/modules/eng_gmp/gmp_wrap.h +++ b/modules/eng_gmp/gmp_wrap.h @@ -1,6 +1,6 @@ /************************************************* * GMP MPZ Wrapper Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_GMP_MPZ_WRAP_H__ |