aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex/pthreads/mux_pthr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex/pthreads/mux_pthr.cpp')
-rw-r--r--src/mutex/pthreads/mux_pthr.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mutex/pthreads/mux_pthr.cpp b/src/mutex/pthreads/mux_pthr.cpp
index d003fa298..9f1d9816e 100644
--- a/src/mutex/pthreads/mux_pthr.cpp
+++ b/src/mutex/pthreads/mux_pthr.cpp
@@ -1,7 +1,9 @@
-/*************************************************
-* Pthread Mutex Source File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* Pthread Mutex
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#include <botan/mux_pthr.h>
#include <botan/exceptn.h>
@@ -14,9 +16,9 @@
namespace Botan {
-/*************************************************
-* Pthread Mutex Factory *
-*************************************************/
+/*
+* Pthread Mutex Factory
+*/
Mutex* Pthread_Mutex_Factory::make()
{