aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mux_pthr
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/mux_pthr
parent49922890c906296caf31ad6fa750d197b0d8db5c (diff)
Bump copyright year to 2007
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 ade2005e9..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-2006 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 47503d390..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-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_MUTEX_PTHREAD_H__