rand/rand_pcg/COPYRIGHT
Diggory Hardy d322954eb1 Copy rand_pcg crate from small-rngs repo
These RNGs were developed by Melissa O'Neill; this Rust port
is by Paul Dicker and myself with some reorganisation by
@newpavlov. The small-rngs repo will now be archived.
2018-10-15 10:46:16 +01:00

13 lines
569 B
Plaintext

Copyrights in the Rand project are retained by their contributors. No
copyright assignment is required to contribute to the Rand project.
For full authorship information, see the version control history.
Except as otherwise noted (below and/or in individual files), Rand is
licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or
<http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
<LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option.
The Rand project includes code from the Rust project
published under these same licenses.