Skip to content

Commit 69cfa4b

Browse files
authored
yescrypt: update licensing comment (#610)
Notes that we relicensed the derived code with permission
1 parent 4c59460 commit 69cfa4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yescrypt/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
// Adapted from the yescrypt reference implementation available at:
4949
// <https://github.com/openwall/yescrypt>
5050
//
51-
// Licensed under the same BSD-2-Clause license as a derivative work.
51+
// Relicensed from the BSD-2-Clause license to Apache 2.0+MIT with permission:
52+
// <https://github.com/openwall/yescrypt/issues/7>
5253

5354
extern crate alloc;
5455

0 commit comments

Comments
 (0)