diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-06-23 18:02:23 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-06-23 18:02:23 -0400 |
commit | c7ce1b20d2f37f97f9cfcd57cb4fb4c7cd66a3a0 (patch) | |
tree | 77a4dae07e3fd48098566d013a2c332053a1b265 /COPYRIGHT | |
parent | d19adeec52ee2e5f9524d306576cfd6bfc4a031a (diff) | |
download | musl-c7ce1b20d2f37f97f9cfcd57cb4fb4c7cd66a3a0.tar.gz musl-c7ce1b20d2f37f97f9cfcd57cb4fb4c7cd66a3a0.tar.xz musl-c7ce1b20d2f37f97f9cfcd57cb4fb4c7cd66a3a0.zip |
initial commit of prng implementation by Szabolcs Nagy
Diffstat (limited to 'COPYRIGHT')
-rw-r--r-- | COPYRIGHT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index b4b60d10..9ff66471 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -23,6 +23,10 @@ The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011 Valentin Ochs and is licensed under an MIT-style license compatible with the GNU LGPL. +The BSD PRNG implementation (src/prng/random.c) is Copyright © 2011 +Szabolcs Nagy and is licensed under very permissive terms (see the +source). + The x86_64 port was written by Nicholas J. Kain. See individual files for their copyright status. |