diff options
Diffstat (limited to 'src/entropy/beos_stats')
-rw-r--r-- | src/entropy/beos_stats/es_beos.cpp | 4 | ||||
-rw-r--r-- | src/entropy/beos_stats/es_beos.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/entropy/beos_stats/es_beos.cpp b/src/entropy/beos_stats/es_beos.cpp index 02a751e6a..18eca5511 100644 --- a/src/entropy/beos_stats/es_beos.cpp +++ b/src/entropy/beos_stats/es_beos.cpp @@ -1,6 +1,8 @@ /** -* BeOS EntropySource Source File +* BeOS EntropySource * (C) 1999-2008 Jack Lloyd +* +* Distributed under the terms of the Botan license */ #include <botan/es_beos.h> diff --git a/src/entropy/beos_stats/es_beos.h b/src/entropy/beos_stats/es_beos.h index 0ae670e94..be80ad340 100644 --- a/src/entropy/beos_stats/es_beos.h +++ b/src/entropy/beos_stats/es_beos.h @@ -1,6 +1,8 @@ /** -* BeOS EntropySource Header File +* BeOS EntropySource * (C) 1999-2008 Jack Lloyd +* +* Distributed under the terms of the Botan license */ #ifndef BOTAN_ENTROPY_SRC_BEOS_H__ |