diff options
Diffstat (limited to 'doc/examples/hasher.cpp')
-rw-r--r-- | doc/examples/hasher.cpp | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/examples/hasher.cpp b/doc/examples/hasher.cpp index 5ba982fc0..f3f2ab874 100644 --- a/doc/examples/hasher.cpp +++ b/doc/examples/hasher.cpp @@ -1,12 +1,9 @@ /* -A Botan example application which emulates a -poorly written version of "gpg --print-md" - -Written by Jack Lloyd ([email protected]), quite a while ago (as of June -2001) - -This file is in the public domain +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license */ + #include <fstream> #include <iostream> #include <string> |