aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer/gettimeofday/tm_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer/gettimeofday/tm_unix.h')
-rw-r--r--src/timer/gettimeofday/tm_unix.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/timer/gettimeofday/tm_unix.h b/src/timer/gettimeofday/tm_unix.h
index 21afb3ee8..c304dbb5c 100644
--- a/src/timer/gettimeofday/tm_unix.h
+++ b/src/timer/gettimeofday/tm_unix.h
@@ -1,7 +1,9 @@
-/*************************************************
-* Unix Timer Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* Unix Timer
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_TIMER_UNIX_H__
#define BOTAN_TIMER_UNIX_H__
@@ -10,9 +12,9 @@
namespace Botan {
-/*************************************************
-* Unix Timer *
-*************************************************/
+/*
+* Unix Timer
+*/
class BOTAN_DLL Unix_Timer : public Timer
{
public: