diff options
Diffstat (limited to 'src/rng/randpool')
-rw-r--r-- | src/rng/randpool/randpool.cpp | 4 | ||||
-rw-r--r-- | src/rng/randpool/randpool.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/rng/randpool/randpool.cpp b/src/rng/randpool/randpool.cpp index af36c335f..f9e05c246 100644 --- a/src/rng/randpool/randpool.cpp +++ b/src/rng/randpool/randpool.cpp @@ -1,6 +1,8 @@ /* -* Randpool Source File +* Randpool * (C) 1999-2009 Jack Lloyd +* +* Distributed under the terms of the Botan license */ #include <botan/randpool.h> diff --git a/src/rng/randpool/randpool.h b/src/rng/randpool/randpool.h index f44527609..b6a3adda4 100644 --- a/src/rng/randpool/randpool.h +++ b/src/rng/randpool/randpool.h @@ -1,6 +1,8 @@ /* -* Randpool Header File +* Randpool * (C) 1999-2008 Jack Lloyd +* +* Distributed under the terms of the Botan license */ #ifndef BOTAN_RANDPOOL_H__ |