From 83a0c4f459df197f641ef32de5ac08c941fbb452 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 15 May 2017 13:28:58 +0000 Subject: [PATCH] * Include original copyright (bug ID 31804) git-svn-id: trunk@36215 - --- packages/hash/src/md5.pp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages/hash/src/md5.pp b/packages/hash/src/md5.pp index 0f11269f9d..e1d7019f95 100644 --- a/packages/hash/src/md5.pp +++ b/packages/hash/src/md5.pp @@ -15,6 +15,33 @@ **********************************************************************} + +{ + +Original implementor copyright: + +Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All +rights reserved. + +License to copy and use this software is granted provided that it +is identified as the "RSA Data Security, Inc. MD5 Message-Digest +Algorithm" in all material mentioning or referencing this software +or this function. + +License is also granted to make and use derivative works provided +that such works are identified as "derived from the RSA Data +Security, Inc. MD5 Message-Digest Algorithm" in all material +mentioning or referencing the derived work. + +RSA Data Security, Inc. makes no representations concerning either +the merchantability of this software or the suitability of this +software for any particular purpose. It is provided "as is" +without express or implied warranty of any kind. + +These notices must be retained in any copies of any part of this +documentation and/or software. +} + // Define to use original MD5 code on i386 processors. // Undefine to use original implementation. { the assembler implementation does not work on Darwin }