aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_win32
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-01-20 10:54:11 +0000
committerlloyd <[email protected]>2007-01-20 10:54:11 +0000
commitf3c2bab8027a653a251503ad08e6f7607b3aa3a0 (patch)
tree0d9ff75206337317f33c1d0be43ddbf2c34ab556 /modules/tm_win32
parent49922890c906296caf31ad6fa750d197b0d8db5c (diff)
Bump copyright year to 2007
Diffstat (limited to 'modules/tm_win32')
-rw-r--r--modules/tm_win32/tm_win32.cpp2
-rw-r--r--modules/tm_win32/tm_win32.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/tm_win32/tm_win32.cpp b/modules/tm_win32/tm_win32.cpp
index 1f4a33bf4..c82a49fad 100644
--- a/modules/tm_win32/tm_win32.cpp
+++ b/modules/tm_win32/tm_win32.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Win32 Timer Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/tm_win32.h>
diff --git a/modules/tm_win32/tm_win32.h b/modules/tm_win32/tm_win32.h
index ec4175d2d..55cd30df8 100644
--- a/modules/tm_win32/tm_win32.h
+++ b/modules/tm_win32/tm_win32.h
@@ -1,6 +1,6 @@
/*************************************************
* Win32 Timer Header File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_TIMER_WIN32_H__