diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/binaryconst.h | 5 | ||||
-rw-r--r-- | src/md5.c | 9 | ||||
-rw-r--r-- | src/md5.h | 9 |
3 files changed, 23 insertions, 0 deletions
diff --git a/src/binaryconst.h b/src/binaryconst.h index b5b9735b..09d4e7fa 100644 --- a/src/binaryconst.h +++ b/src/binaryconst.h @@ -1,6 +1,11 @@ #ifndef __BINARYCONST_H__ #define __BINARYCONST_H__ +/* binaryconst.h was integrated into the Dillo project in April 2004, and + * presumably comes from the ancestor of the code found at + * http://cprog.tomsweb.net/binconst.txt + */ + /* Macros for allowing binary constants in C * By Tom Torfs - donated to the public domain */ @@ -1,4 +1,13 @@ /* + * md5.c was taken from "RFC1321-based (RSA-free) MD5 library" by L. Peter + * Deutsch at http://sourceforge.net/projects/libmd5-rfc/ in October 2011. + * + * The code was not modified when integrated into the Dillo project, but you + * should check the source repository to be sure that there have not been + * modifications since this notice. + */ + +/* Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. This software is provided 'as-is', without any express or implied @@ -1,4 +1,13 @@ /* + * md5.h was taken from "RFC1321-based (RSA-free) MD5 library" by L. Peter + * Deutsch at http://sourceforge.net/projects/libmd5-rfc/ in October 2011. + * + * The code was not modified when integrated into the Dillo project, but you + * should check the source repository to be sure that there have not been + * modifications since this notice. + */ + +/* Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. This software is provided 'as-is', without any express or implied |