aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mux_pthr
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-03-10 04:19:43 +0000
committerlloyd <[email protected]>2008-03-10 04:19:43 +0000
commit758d5246ea13111b31791e797b059b2b39a512b8 (patch)
tree5d1fea6d759e234908d47ca1f8dfeeab5d13c6cc /modules/mux_pthr
parente7740ada3945fa9b1cabeb04a6f0a9862ea2507c (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/mux_pthr')
-rw-r--r--modules/mux_pthr/mux_pthr.cpp2
-rw-r--r--modules/mux_pthr/mux_pthr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mux_pthr/mux_pthr.cpp b/modules/mux_pthr/mux_pthr.cpp
index abb64b079..89caf7fa7 100644
--- a/modules/mux_pthr/mux_pthr.cpp
+++ b/modules/mux_pthr/mux_pthr.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Pthread Mutex Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/mux_pthr.h>
diff --git a/modules/mux_pthr/mux_pthr.h b/modules/mux_pthr/mux_pthr.h
index 56d6b8c3a..f0a94b4aa 100644
--- a/modules/mux_pthr/mux_pthr.h
+++ b/modules/mux_pthr/mux_pthr.h
@@ -1,6 +1,6 @@
/*************************************************
* Pthread Mutex Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_MUTEX_PTHREAD_H__