summaryrefslogtreecommitdiffstats
path: root/src/crypto/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/md5.c')
-rw-r--r--src/crypto/md5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/md5.c b/src/crypto/md5.c
index 72b291ac..8c606398 100644
--- a/src/crypto/md5.c
+++ b/src/crypto/md5.c
@@ -20,6 +20,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <stdint.h>
#include <string.h>
#include <byteswap.h>