aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum/crc24/crc24.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checksum/crc24/crc24.h')
-rw-r--r--src/checksum/crc24/crc24.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/checksum/crc24/crc24.h b/src/checksum/crc24/crc24.h
index 6c65a6e85..bca4d0e89 100644
--- a/src/checksum/crc24/crc24.h
+++ b/src/checksum/crc24/crc24.h
@@ -1,7 +1,9 @@
-/*************************************************
-* CRC24 Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* CRC24
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_CRC24_H__
#define BOTAN_CRC24_H__
@@ -10,9 +12,9 @@
namespace Botan {
-/*************************************************
-* CRC24 *
-*************************************************/
+/*
+* CRC24
+*/
class BOTAN_DLL CRC24 : public HashFunction
{
public: