diff options
Diffstat (limited to 'src/rng/auto_rng')
-rw-r--r-- | src/rng/auto_rng/auto_rng.cpp | 10 | ||||
-rw-r--r-- | src/rng/auto_rng/auto_rng.h | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/src/rng/auto_rng/auto_rng.cpp b/src/rng/auto_rng/auto_rng.cpp index 620cc1f61..578047afc 100644 --- a/src/rng/auto_rng/auto_rng.cpp +++ b/src/rng/auto_rng/auto_rng.cpp @@ -1,7 +1,9 @@ -/************************************************* -* Auto Seeded RNG Source File * -* (C) 2008 Jack Lloyd * -*************************************************/ +/* +* Auto Seeded RNG +* (C) 2008 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include <botan/auto_rng.h> #include <botan/parsing.h> diff --git a/src/rng/auto_rng/auto_rng.h b/src/rng/auto_rng/auto_rng.h index 5536f2b8e..021c724fb 100644 --- a/src/rng/auto_rng/auto_rng.h +++ b/src/rng/auto_rng/auto_rng.h @@ -1,7 +1,9 @@ -/************************************************* -* Auto Seeded RNG Header File * -* (C) 2008 Jack Lloyd * -*************************************************/ +/* +* Auto Seeded RNG +* (C) 2008 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_AUTO_SEEDING_RNG_H__ #define BOTAN_AUTO_SEEDING_RNG_H__ |