The unified diff between revisions [db3791f6..] and [a901020b..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/base64.h'

#
#
# patch "include/base64.h"
#  from [9cf999dbe9302ad0404427873d582113951bba11]
#    to [d1f12f08c64810dd5901cca8902bd3d9bec1bec8]
#
============================================================
--- include/base64.h	9cf999dbe9302ad0404427873d582113951bba11
+++ include/base64.h	d1f12f08c64810dd5901cca8902bd3d9bec1bec8
@@ -1,6 +1,6 @@
 /*************************************************
 * Base64 Encoder/Decoder Header File             *
-* (C) 1999-2007 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_BASE64_H__