aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md5/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/md5/md5.h')
-rw-r--r--src/hash/md5/md5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hash/md5/md5.h b/src/hash/md5/md5.h
index 8ed72b044..85f684d8b 100644
--- a/src/hash/md5/md5.h
+++ b/src/hash/md5/md5.h
@@ -1,6 +1,8 @@
/**
-* MD5 Header File
+* MD5
* (C) 1999-2008 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_MD5_H__