]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[crypto] Dual-license more selected DRBG files
authorMichael Brown <mcb30@ipxe.org>
Mon, 4 Jan 2016 15:39:07 +0000 (15:39 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 4 Jan 2016 15:39:07 +0000 (15:39 +0000)
Allow the use of the iPXE DRBG implementation in BSD-licensed
projects.

Requested-by: Sean Davis <dive@hq.endersgame.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/hmac.c

index 95a46195c4ed0489908fbeda56f482cbd5ee0c9d..f898619c8825e66a749824536d3b04c121f23279 100644 (file)
  * You can also choose to distribute this program under the terms of
  * the Unmodified Binary Distribution Licence (as given in the file
  * COPYING.UBDL), provided that you have satisfied its requirements.
+ *
+ * Alternatively, you may distribute this code in source or binary
+ * form, with or without modification, provided that the following
+ * conditions are met:
+ *
+ *  1. Redistributions of source code must retain the above copyright
+ *     notice, this list of conditions and the above disclaimer.
+ *
+ *  2. Redistributions in binary form must reproduce the above
+ *     copyright notice, this list of conditions and the above
+ *     disclaimer in the documentation and/or other materials provided
+ *     with the distribution.
  */
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );