summaryrefslogtreecommitdiff
path: root/COPYRIGHT
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-06-23 18:02:23 -0400
committerRich Felker <dalias@aerifal.cx>2011-06-23 18:02:23 -0400
commitc7ce1b20d2f37f97f9cfcd57cb4fb4c7cd66a3a0 (patch)
tree77a4dae07e3fd48098566d013a2c332053a1b265 /COPYRIGHT
parentd19adeec52ee2e5f9524d306576cfd6bfc4a031a (diff)
downloadmusl-c7ce1b20d2f37f97f9cfcd57cb4fb4c7cd66a3a0.tar.gz
initial commit of prng implementation by Szabolcs Nagy
Diffstat (limited to 'COPYRIGHT')
-rw-r--r--COPYRIGHT4
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.