aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_posix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tm_posix')
-rw-r--r--modules/tm_posix/tm_posix.cpp2
-rw-r--r--modules/tm_posix/tm_posix.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/tm_posix/tm_posix.cpp b/modules/tm_posix/tm_posix.cpp
index 0444a85e1..e5e1f3f93 100644
--- a/modules/tm_posix/tm_posix.cpp
+++ b/modules/tm_posix/tm_posix.cpp
@@ -1,6 +1,6 @@
/*************************************************
* POSIX Timer Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/tm_posix.h>
diff --git a/modules/tm_posix/tm_posix.h b/modules/tm_posix/tm_posix.h
index 73e96eade..1c3618dd6 100644
--- a/modules/tm_posix/tm_posix.h
+++ b/modules/tm_posix/tm_posix.h
@@ -1,6 +1,6 @@
/*************************************************
* POSIX Timer Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_TIMER_POSIX_H__