aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/base64.cpp')
-rw-r--r--doc/examples/base64.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/examples/base64.cpp b/doc/examples/base64.cpp
index d35aaf593..dbe8d19e3 100644
--- a/doc/examples/base64.cpp
+++ b/doc/examples/base64.cpp
@@ -1,12 +1,10 @@
/*
-An Botan example application which emulates a poorly written version of
-"uuencode -m"
-
-Written by Jack Lloyd ([email protected]), in maybe an hour scattered
-over 2000/2001
-
-This file is in the public domain
+* Encode/decode base64 strings
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
+
#include <fstream>
#include <iostream>
#include <string>