diff options
Diffstat (limited to 'src/rng/auto_rng/auto_rng.h')
-rw-r--r-- | src/rng/auto_rng/auto_rng.h | 10 |
1 files changed, 6 insertions, 4 deletions
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__ |