aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/win32_stats
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/win32_stats')
-rw-r--r--src/entropy/win32_stats/es_win32.cpp4
-rw-r--r--src/entropy/win32_stats/es_win32.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/entropy/win32_stats/es_win32.cpp b/src/entropy/win32_stats/es_win32.cpp
index 75513fa4c..a8e9e40f5 100644
--- a/src/entropy/win32_stats/es_win32.cpp
+++ b/src/entropy/win32_stats/es_win32.cpp
@@ -1,6 +1,8 @@
/**
-* Win32 EntropySource Source File
+* Win32 EntropySource
* (C) 1999-2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#include <botan/es_win32.h>
diff --git a/src/entropy/win32_stats/es_win32.h b/src/entropy/win32_stats/es_win32.h
index 06e3b88cc..0aa9054e3 100644
--- a/src/entropy/win32_stats/es_win32.h
+++ b/src/entropy/win32_stats/es_win32.h
@@ -1,6 +1,8 @@
/**
-* Win32 EntropySource Header File
+* Win32 EntropySource
* (C) 1999-2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_ENTROPY_SRC_WIN32_H__