From e7b50109afa7d211fa1376404a90635a98bed840 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Fri, 24 Aug 2018 09:22:35 +0100 Subject: [PATCH] Fix COPYRIGHT file and copy to sub-projects --- COPYRIGHT | 2 +- README.md | 3 ++- rand_core/COPYRIGHT | 12 ++++++++++++ rand_core/README.md | 3 ++- rand_isaac/COPYRIGHT | 12 ++++++++++++ rand_isaac/README.md | 3 ++- rand_xorshift/COPYRIGHT | 12 ++++++++++++ rand_xorshift/README.md | 3 ++- 8 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 rand_core/COPYRIGHT create mode 100644 rand_isaac/COPYRIGHT create mode 100644 rand_xorshift/COPYRIGHT diff --git a/COPYRIGHT b/COPYRIGHT index 550ed111..468d907c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,7 +3,7 @@ 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), Rust is +Except as otherwise noted (below and/or in individual files), Rand is licensed under the Apache License, Version 2.0 or or the MIT license or , at your option. diff --git a/README.md b/README.md index 06e93459..8f86853e 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,5 @@ functionality depending on `std`: Rand is distributed under the terms of both the MIT license and the 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. diff --git a/rand_core/COPYRIGHT b/rand_core/COPYRIGHT new file mode 100644 index 00000000..468d907c --- /dev/null +++ b/rand_core/COPYRIGHT @@ -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 or + or the MIT license + or , at your option. + +The Rand project includes code from the Rust project +published under these same licenses. diff --git a/rand_core/README.md b/rand_core/README.md index 5e761d0e..84a97faf 100644 --- a/rand_core/README.md +++ b/rand_core/README.md @@ -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 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. diff --git a/rand_isaac/COPYRIGHT b/rand_isaac/COPYRIGHT new file mode 100644 index 00000000..468d907c --- /dev/null +++ b/rand_isaac/COPYRIGHT @@ -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 or + or the MIT license + or , at your option. + +The Rand project includes code from the Rust project +published under these same licenses. diff --git a/rand_isaac/README.md b/rand_isaac/README.md index 52d75aef..db7572f6 100644 --- a/rand_isaac/README.md +++ b/rand_isaac/README.md @@ -43,4 +43,5 @@ for the included RNGs. `rand_isaac` is distributed under the terms of both the MIT license and the 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. diff --git a/rand_xorshift/COPYRIGHT b/rand_xorshift/COPYRIGHT new file mode 100644 index 00000000..468d907c --- /dev/null +++ b/rand_xorshift/COPYRIGHT @@ -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 or + or the MIT license + or , at your option. + +The Rand project includes code from the Rust project +published under these same licenses. diff --git a/rand_xorshift/README.md b/rand_xorshift/README.md index 5d990431..eb12c4c0 100644 --- a/rand_xorshift/README.md +++ b/rand_xorshift/README.md @@ -40,4 +40,5 @@ for the included RNGs. `rand_xorshift` is distributed under the terms of both the MIT license and the 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.