Fix COPYRIGHT file and copy to sub-projects

This commit is contained in:
Diggory Hardy 2018-08-24 09:22:35 +01:00
parent d291f71fd4
commit e7b50109af
8 changed files with 45 additions and 5 deletions

View File

@ -3,7 +3,7 @@ copyright assignment is required to contribute to the Rand project.
For full authorship information, see the version control history. For full authorship information, see the version control history.
Except as otherwise noted (below and/or in individual files), Rust is Except as otherwise noted (below and/or in individual files), Rand is
licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or
<http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
<LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option. <LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option.

View File

@ -147,4 +147,5 @@ functionality depending on `std`:
Rand is distributed under the terms of both the MIT license and the Rand is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.

12
rand_core/COPYRIGHT Normal file
View File

@ -0,0 +1,12 @@
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.

View File

@ -60,4 +60,5 @@ implementations that use the `BlockRng` or `BlockRng64` wrappers.
`rand_core` is distributed under the terms of both the MIT license and the `rand_core` is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.

12
rand_isaac/COPYRIGHT Normal file
View File

@ -0,0 +1,12 @@
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.

View File

@ -43,4 +43,5 @@ for the included RNGs.
`rand_isaac` is distributed under the terms of both the MIT license and the `rand_isaac` is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.

12
rand_xorshift/COPYRIGHT Normal file
View File

@ -0,0 +1,12 @@
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.

View File

@ -40,4 +40,5 @@ for the included RNGs.
`rand_xorshift` is distributed under the terms of both the MIT license and the `rand_xorshift` is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.