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/crc24.h'

#
#
# patch "include/crc24.h"
#  from [4e80c4956c3c9841c19728faf8b4ccec95a650eb]
#    to [d7750f1c09b0f34e07dc4331b8b1e96d80f838fe]
#
============================================================
--- include/crc24.h	4e80c4956c3c9841c19728faf8b4ccec95a650eb
+++ include/crc24.h	d7750f1c09b0f34e07dc4331b8b1e96d80f838fe
@@ -1,6 +1,6 @@
 /*************************************************
 * CRC24 Header File                              *
-* (C) 1999-2007 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_CRC24_H__