aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_unix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tm_unix')
-rw-r--r--modules/tm_unix/tm_unix.cpp2
-rw-r--r--modules/tm_unix/tm_unix.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/tm_unix/tm_unix.cpp b/modules/tm_unix/tm_unix.cpp
index 51224a7d2..f0ce0f1d2 100644
--- a/modules/tm_unix/tm_unix.cpp
+++ b/modules/tm_unix/tm_unix.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Unix Timer Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/tm_unix.h>
diff --git a/modules/tm_unix/tm_unix.h b/modules/tm_unix/tm_unix.h
index a36eb8304..f354b6abe 100644
--- a/modules/tm_unix/tm_unix.h
+++ b/modules/tm_unix/tm_unix.h
@@ -1,6 +1,6 @@
/*************************************************
* Unix Timer Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_TIMER_UNIX_H__