You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/01/23 22:37:23 UTC

[commons-rng] branch master updated: Update the package name of the MersenneTwister in the LICENSE.txt

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new e92e01a  Update the package name of the MersenneTwister in the LICENSE.txt
e92e01a is described below

commit e92e01acaa03805f864a6fd8e98918519c91ae98
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Jan 23 22:37:18 2020 +0000

    Update the package name of the MersenneTwister in the LICENSE.txt
---
 LICENSE.txt                                             | 4 ++--
 commons-rng-client-api/LICENSE.txt                      | 4 ++--
 commons-rng-core/LICENSE.txt                            | 4 ++--
 commons-rng-examples/LICENSE.txt                        | 4 ++--
 commons-rng-examples/examples-jmh/LICENSE.txt           | 4 ++--
 commons-rng-examples/examples-jpms/LICENSE.txt          | 4 ++--
 commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt | 4 ++--
 commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt | 4 ++--
 commons-rng-examples/examples-quadrature/LICENSE.txt    | 4 ++--
 commons-rng-examples/examples-sampling/LICENSE.txt      | 4 ++--
 commons-rng-examples/examples-stress/LICENSE.txt        | 4 ++--
 commons-rng-sampling/LICENSE.txt                        | 4 ++--
 commons-rng-simple/LICENSE.txt                          | 4 ++--
 13 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index de777e4..facfda6 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-client-api/LICENSE.txt b/commons-rng-client-api/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-client-api/LICENSE.txt
+++ b/commons-rng-client-api/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-core/LICENSE.txt b/commons-rng-core/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-core/LICENSE.txt
+++ b/commons-rng-core/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/LICENSE.txt b/commons-rng-examples/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/LICENSE.txt
+++ b/commons-rng-examples/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-jmh/LICENSE.txt b/commons-rng-examples/examples-jmh/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-jmh/LICENSE.txt
+++ b/commons-rng-examples/examples-jmh/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-jpms/LICENSE.txt b/commons-rng-examples/examples-jpms/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-jpms/LICENSE.txt
+++ b/commons-rng-examples/examples-jpms/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt b/commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt
+++ b/commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt b/commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt
+++ b/commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-quadrature/LICENSE.txt b/commons-rng-examples/examples-quadrature/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-quadrature/LICENSE.txt
+++ b/commons-rng-examples/examples-quadrature/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-sampling/LICENSE.txt b/commons-rng-examples/examples-sampling/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-sampling/LICENSE.txt
+++ b/commons-rng-examples/examples-sampling/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-examples/examples-stress/LICENSE.txt b/commons-rng-examples/examples-stress/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-examples/examples-stress/LICENSE.txt
+++ b/commons-rng-examples/examples-stress/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-sampling/LICENSE.txt b/commons-rng-sampling/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-sampling/LICENSE.txt
+++ b/commons-rng-sampling/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
diff --git a/commons-rng-simple/LICENSE.txt b/commons-rng-simple/LICENSE.txt
index de777e4..facfda6 100644
--- a/commons-rng-simple/LICENSE.txt
+++ b/commons-rng-simple/LICENSE.txt
@@ -202,7 +202,7 @@
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source64.MersenneTwister64" contains
+Class "org.apache.commons.rng.core.source64.MersenneTwister64" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice:
 
@@ -238,7 +238,7 @@ That source file contained the following notice:
 
 ================================================================================
 
-Class "org.apache.commons.rng.internal.source32.MersenneTwister" contains
+Class "org.apache.commons.rng.core.source32.MersenneTwister" contains
 Java code partly ported from the reference implementation in C.
 That source file contained the following notice: