diff options
Diffstat (limited to 'doc/examples/bench.cpp')
-rw-r--r-- | doc/examples/bench.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp index 6a15df7c0..87a537493 100644 --- a/doc/examples/bench.cpp +++ b/doc/examples/bench.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include <botan/benchmark.h> #include <botan/init.h> #include <botan/auto_rng.h> |