Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Cathcart <kevincathcart@gmail.com>2021-05-01 23:19:55 +0300
committerGitHub <noreply@github.com>2021-05-01 23:19:55 +0300
commitd2fba8fdc44f5ed7a4676c219c626e36a3fa2998 (patch)
treee6576a96957a19e8b1e793874be1a958fc783da4 /src/installer/pkg/THIRD-PARTY-NOTICES.TXT
parentbad6ea00b5abe011deb2002d07551b95e526b07d (diff)
Use non-copyleft RNG implementation (#51448)
Using xorshiro128** because it is already used in the project, and licensed under CC0.
Diffstat (limited to 'src/installer/pkg/THIRD-PARTY-NOTICES.TXT')
-rw-r--r--src/installer/pkg/THIRD-PARTY-NOTICES.TXT18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/installer/pkg/THIRD-PARTY-NOTICES.TXT b/src/installer/pkg/THIRD-PARTY-NOTICES.TXT
index c58f0920ea4..445eab67c7f 100644
--- a/src/installer/pkg/THIRD-PARTY-NOTICES.TXT
+++ b/src/installer/pkg/THIRD-PARTY-NOTICES.TXT
@@ -668,22 +668,16 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-License notice for Xorshift RNGs
+License notice for xoshiro RNGs
--------------------------------
-George Marsaglia
-2003-07-04
-Journal of Statistical Software
-License: http://creativecommons.org/licenses/by/3.0/
+Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org)
-https://www.jstatsoft.org/article/view/v008i14
-https://www.jstatsoft.org/index.php/jss/article/view/v008i14/xorshift.pdf
+To the extent possible under law, the author has dedicated all copyright
+and related and neighboring rights to this software to the public domain
+worldwide. This software is distributed without any warranty.
-License notice for Xorshift (Wikipedia)
----------------------------------------
-
-https://en.wikipedia.org/wiki/Xorshift
-License: https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License
+See <http://creativecommons.org/publicdomain/zero/1.0/>.
License for fastmod (https://github.com/lemire/fastmod)
--------------------------------------