diff options
Diffstat (limited to 'doc/examples/cryptobox.cpp')
-rw-r--r-- | doc/examples/cryptobox.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/examples/cryptobox.cpp b/doc/examples/cryptobox.cpp index 0a769b0cd..f45f00ca1 100644 --- a/doc/examples/cryptobox.cpp +++ b/doc/examples/cryptobox.cpp @@ -1,6 +1,9 @@ /* -* Cryptobox example +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license */ + #include <botan/botan.h> #include <botan/cryptobox.h> #include <fstream> |