The unified diff between revisions [3eb59b4f..] and [b79bfa1a..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/crc32.h'
# # # patch "include/crc32.h" # from [224bbf03ff82d9193e3e26e16c52251ade575721] # to [f6b49ba25578e41cbe4a7472d79c1ce21cc1a62f] # ============================================================ --- include/crc32.h 224bbf03ff82d9193e3e26e16c52251ade575721 +++ include/crc32.h f6b49ba25578e41cbe4a7472d79c1ce21cc1a62f @@ -1,6 +1,6 @@ /************************************************* * CRC32 Header File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_CRC32_H__