Browse Source

* Include original copyright (bug ID 31804)

git-svn-id: trunk@36215 -
michael 8 years ago
parent
commit
83a0c4f459
1 changed files with 27 additions and 0 deletions
  1. 27 0
      packages/hash/src/md5.pp

+ 27 - 0
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.
 // Define to use original MD5 code on i386 processors.
 // Undefine to use original implementation.
 // Undefine to use original implementation.
 { the assembler implementation does not work on Darwin }
 { the assembler implementation does not work on Darwin }