diff options
author | lloyd <[email protected]> | 2008-02-14 18:43:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-02-14 18:43:45 +0000 |
commit | 90be13de6fa5fb2778b5d6d296c81fd0e9393b97 (patch) | |
tree | d4907e023592ee117065c6879ba9e6827d279b22 /modules/eng_gmp | |
parent | 030c4f7d5ced92d6a0e83e2f62d312f262cf2f4c (diff) |
Mass update of the copyright date. Honestly I don't know why I bother,
but might as well keep it up to date. And it's easier to do it once with
a 'perl -pi' command than to update each file over time.
Apologies to anyone looking at diffs.
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 9b3ac98b5..1950a5832 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-2007 The Botan Project * +* (C) 1999-2008 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 a423bec11..9ed82a684 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-2007 The Botan Project * +* (C) 1999-2008 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 bfb6e5559..d20eff2e0 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-2007 The Botan Project * +* (C) 1999-2008 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 60f87f50a..b0059503e 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-2007 The Botan Project * +* (C) 1999-2008 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 ff896cb07..be4238e36 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-2007 The Botan Project * +* (C) 1999-2008 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 883b5aad1..439f89a44 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-2007 The Botan Project * +* (C) 1999-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_GMP_MPZ_WRAP_H__ |