aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex/qt_mutex/mux_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex/qt_mutex/mux_qt.cpp')
-rw-r--r--src/mutex/qt_mutex/mux_qt.cpp18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/mutex/qt_mutex/mux_qt.cpp b/src/mutex/qt_mutex/mux_qt.cpp
index 421b771c7..0f670c8b4 100644
--- a/src/mutex/qt_mutex/mux_qt.cpp
+++ b/src/mutex/qt_mutex/mux_qt.cpp
@@ -1,8 +1,10 @@
-/*************************************************
-* Qt Thread Mutex Source File *
-* (C) 2004-2007 Justin Karneges *
-* 2004-2007 Jack Lloyd *
-*************************************************/
+/*
+* Qt Thread Mutex
+* (C) 2004-2007 Justin Karneges
+* 2004-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#include <botan/mux_qt.h>
#include <qmutex.h>
@@ -13,9 +15,9 @@
namespace Botan {
-/*************************************************
-* Qt Mutex Factory *
-*************************************************/
+/*
+* Qt Mutex Factory
+*/
Mutex* Qt_Mutex_Factory::make()
{
class Qt_Mutex : public Mutex