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
commit 9e0c87654b809dd10a32854b9b69d120f33cf429 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 19 09:37:00 2021 +0100 Rename LICENCE and NOTICE files Drop the .txt suffix to use the preferred name in the ASF release guidelines. --- commons-rng-simple/LICENSE.txt => LICENSE | 0 commons-rng-simple/NOTICE.txt => NOTICE | 0 README.md | 2 +- commons-rng-sampling/LICENSE.txt => commons-rng-client-api/LICENSE | 0 commons-rng-sampling/NOTICE.txt => commons-rng-client-api/NOTICE | 0 commons-rng-client-api/README.md | 2 +- .../examples-stress/LICENSE.txt => commons-rng-core/LICENSE | 0 .../examples-stress/NOTICE.txt => commons-rng-core/NOTICE | 0 commons-rng-core/README.md | 2 +- commons-rng-examples/{examples-sampling/LICENSE.txt => LICENSE} | 0 commons-rng-examples/{examples-sampling/NOTICE.txt => NOTICE} | 0 commons-rng-examples/README.md | 2 +- .../{examples-quadrature/LICENSE.txt => examples-jmh/LICENSE} | 0 .../{examples-quadrature/NOTICE.txt => examples-jmh/NOTICE} | 0 commons-rng-examples/examples-jmh/README.md | 2 +- commons-rng-examples/examples-jmh/pom.xml | 4 ++-- commons-rng-examples/examples-jpms/{jpms-lib/LICENSE.txt => LICENSE} | 0 commons-rng-examples/examples-jpms/{NOTICE.txt => NOTICE} | 0 commons-rng-examples/examples-jpms/README.md | 2 +- commons-rng-examples/examples-jpms/jpms-app/{LICENSE.txt => LICENSE} | 0 commons-rng-examples/examples-jpms/jpms-app/README.md | 2 +- commons-rng-examples/examples-jpms/{LICENSE.txt => jpms-lib/LICENSE} | 0 commons-rng-examples/examples-jpms/jpms-lib/README.md | 2 +- .../{examples-jmh/LICENSE.txt => examples-quadrature/LICENSE} | 0 .../{examples-jmh/NOTICE.txt => examples-quadrature/NOTICE} | 0 commons-rng-examples/examples-quadrature/README.md | 2 +- commons-rng-examples/examples-quadrature/pom.xml | 4 ++-- commons-rng-examples/{LICENSE.txt => examples-sampling/LICENSE} | 0 commons-rng-examples/{NOTICE.txt => examples-sampling/NOTICE} | 0 commons-rng-examples/examples-sampling/README.md | 2 +- commons-rng-examples/examples-sampling/pom.xml | 4 ++-- .../LICENSE.txt => commons-rng-examples/examples-stress/LICENSE | 0 .../NOTICE.txt => commons-rng-examples/examples-stress/NOTICE | 0 commons-rng-examples/examples-stress/README.md | 2 +- commons-rng-examples/examples-stress/pom.xml | 4 ++-- commons-rng-client-api/LICENSE.txt => commons-rng-sampling/LICENSE | 0 commons-rng-client-api/NOTICE.txt => commons-rng-sampling/NOTICE | 0 commons-rng-sampling/README.md | 2 +- LICENSE.txt => commons-rng-simple/LICENSE | 0 NOTICE.txt => commons-rng-simple/NOTICE | 0 commons-rng-simple/README.md | 2 +- dist-archive/src/assembly/bin.xml | 4 ++-- pom.xml | 2 +- src/assembly/bin.xml | 4 ++-- 44 files changed, 26 insertions(+), 26 deletions(-) diff --git a/commons-rng-simple/LICENSE.txt b/LICENSE similarity index 100% rename from commons-rng-simple/LICENSE.txt rename to LICENSE diff --git a/commons-rng-simple/NOTICE.txt b/NOTICE similarity index 100% rename from commons-rng-simple/NOTICE.txt rename to NOTICE diff --git a/README.md b/README.md index 27f9015..601595a 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-sampling/LICENSE.txt b/commons-rng-client-api/LICENSE similarity index 100% rename from commons-rng-sampling/LICENSE.txt rename to commons-rng-client-api/LICENSE diff --git a/commons-rng-sampling/NOTICE.txt b/commons-rng-client-api/NOTICE similarity index 100% rename from commons-rng-sampling/NOTICE.txt rename to commons-rng-client-api/NOTICE diff --git a/commons-rng-client-api/README.md b/commons-rng-client-api/README.md index 30c895a..f048a4c 100644 --- a/commons-rng-client-api/README.md +++ b/commons-rng-client-api/README.md @@ -88,7 +88,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-stress/LICENSE.txt b/commons-rng-core/LICENSE similarity index 100% rename from commons-rng-examples/examples-stress/LICENSE.txt rename to commons-rng-core/LICENSE diff --git a/commons-rng-examples/examples-stress/NOTICE.txt b/commons-rng-core/NOTICE similarity index 100% rename from commons-rng-examples/examples-stress/NOTICE.txt rename to commons-rng-core/NOTICE diff --git a/commons-rng-core/README.md b/commons-rng-core/README.md index 4a4d541..b1a0286 100644 --- a/commons-rng-core/README.md +++ b/commons-rng-core/README.md @@ -92,7 +92,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-sampling/LICENSE.txt b/commons-rng-examples/LICENSE similarity index 100% rename from commons-rng-examples/examples-sampling/LICENSE.txt rename to commons-rng-examples/LICENSE diff --git a/commons-rng-examples/examples-sampling/NOTICE.txt b/commons-rng-examples/NOTICE similarity index 100% rename from commons-rng-examples/examples-sampling/NOTICE.txt rename to commons-rng-examples/NOTICE diff --git a/commons-rng-examples/README.md b/commons-rng-examples/README.md index cfd28fd..f07e8e8 100644 --- a/commons-rng-examples/README.md +++ b/commons-rng-examples/README.md @@ -90,7 +90,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-quadrature/LICENSE.txt b/commons-rng-examples/examples-jmh/LICENSE similarity index 100% rename from commons-rng-examples/examples-quadrature/LICENSE.txt rename to commons-rng-examples/examples-jmh/LICENSE diff --git a/commons-rng-examples/examples-quadrature/NOTICE.txt b/commons-rng-examples/examples-jmh/NOTICE similarity index 100% rename from commons-rng-examples/examples-quadrature/NOTICE.txt rename to commons-rng-examples/examples-jmh/NOTICE diff --git a/commons-rng-examples/examples-jmh/README.md b/commons-rng-examples/examples-jmh/README.md index 56e4b24..f985fae 100644 --- a/commons-rng-examples/examples-jmh/README.md +++ b/commons-rng-examples/examples-jmh/README.md @@ -89,7 +89,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml index 72dc032..f685b23 100644 --- a/commons-rng-examples/examples-jmh/pom.xml +++ b/commons-rng-examples/examples-jmh/pom.xml @@ -158,9 +158,9 @@ <exclude>META-INF/*.RSA</exclude> <exclude>LICENSE</exclude> <exclude>THIRD-PARTY</exclude> - <exclude>META-INF/LICENSE.txt</exclude> + <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/MANIFEST.MF</exclude> - <exclude>META-INF/NOTICE.txt</exclude> + <exclude>META-INF/NOTICE</exclude> </excludes> </filter> </filters> diff --git a/commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt b/commons-rng-examples/examples-jpms/LICENSE similarity index 100% rename from commons-rng-examples/examples-jpms/jpms-lib/LICENSE.txt rename to commons-rng-examples/examples-jpms/LICENSE diff --git a/commons-rng-examples/examples-jpms/NOTICE.txt b/commons-rng-examples/examples-jpms/NOTICE similarity index 100% rename from commons-rng-examples/examples-jpms/NOTICE.txt rename to commons-rng-examples/examples-jpms/NOTICE diff --git a/commons-rng-examples/examples-jpms/README.md b/commons-rng-examples/examples-jpms/README.md index e31429e..8cc80b0 100644 --- a/commons-rng-examples/examples-jpms/README.md +++ b/commons-rng-examples/examples-jpms/README.md @@ -88,7 +88,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt b/commons-rng-examples/examples-jpms/jpms-app/LICENSE similarity index 100% rename from commons-rng-examples/examples-jpms/jpms-app/LICENSE.txt rename to commons-rng-examples/examples-jpms/jpms-app/LICENSE diff --git a/commons-rng-examples/examples-jpms/jpms-app/README.md b/commons-rng-examples/examples-jpms/jpms-app/README.md index 41d20b5..3d6bfcf 100644 --- a/commons-rng-examples/examples-jpms/jpms-app/README.md +++ b/commons-rng-examples/examples-jpms/jpms-app/README.md @@ -88,7 +88,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-jpms/LICENSE.txt b/commons-rng-examples/examples-jpms/jpms-lib/LICENSE similarity index 100% rename from commons-rng-examples/examples-jpms/LICENSE.txt rename to commons-rng-examples/examples-jpms/jpms-lib/LICENSE diff --git a/commons-rng-examples/examples-jpms/jpms-lib/README.md b/commons-rng-examples/examples-jpms/jpms-lib/README.md index adb1335..642b93a 100644 --- a/commons-rng-examples/examples-jpms/jpms-lib/README.md +++ b/commons-rng-examples/examples-jpms/jpms-lib/README.md @@ -88,7 +88,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-jmh/LICENSE.txt b/commons-rng-examples/examples-quadrature/LICENSE similarity index 100% rename from commons-rng-examples/examples-jmh/LICENSE.txt rename to commons-rng-examples/examples-quadrature/LICENSE diff --git a/commons-rng-examples/examples-jmh/NOTICE.txt b/commons-rng-examples/examples-quadrature/NOTICE similarity index 100% rename from commons-rng-examples/examples-jmh/NOTICE.txt rename to commons-rng-examples/examples-quadrature/NOTICE diff --git a/commons-rng-examples/examples-quadrature/README.md b/commons-rng-examples/examples-quadrature/README.md index d7ad188..abcae78 100644 --- a/commons-rng-examples/examples-quadrature/README.md +++ b/commons-rng-examples/examples-quadrature/README.md @@ -89,7 +89,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-quadrature/pom.xml b/commons-rng-examples/examples-quadrature/pom.xml index 6cc9cbb..787fb61 100644 --- a/commons-rng-examples/examples-quadrature/pom.xml +++ b/commons-rng-examples/examples-quadrature/pom.xml @@ -87,9 +87,9 @@ <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> - <exclude>META-INF/LICENSE.txt</exclude> + <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/MANIFEST.MF</exclude> - <exclude>META-INF/NOTICE.txt</exclude> + <exclude>META-INF/NOTICE</exclude> </excludes> </filter> </filters> diff --git a/commons-rng-examples/LICENSE.txt b/commons-rng-examples/examples-sampling/LICENSE similarity index 100% rename from commons-rng-examples/LICENSE.txt rename to commons-rng-examples/examples-sampling/LICENSE diff --git a/commons-rng-examples/NOTICE.txt b/commons-rng-examples/examples-sampling/NOTICE similarity index 100% rename from commons-rng-examples/NOTICE.txt rename to commons-rng-examples/examples-sampling/NOTICE diff --git a/commons-rng-examples/examples-sampling/README.md b/commons-rng-examples/examples-sampling/README.md index e3d9d99..14b8402 100644 --- a/commons-rng-examples/examples-sampling/README.md +++ b/commons-rng-examples/examples-sampling/README.md @@ -89,7 +89,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-sampling/pom.xml b/commons-rng-examples/examples-sampling/pom.xml index a34d639..e01b29a 100644 --- a/commons-rng-examples/examples-sampling/pom.xml +++ b/commons-rng-examples/examples-sampling/pom.xml @@ -91,9 +91,9 @@ <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> - <exclude>META-INF/LICENSE.txt</exclude> + <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/MANIFEST.MF</exclude> - <exclude>META-INF/NOTICE.txt</exclude> + <exclude>META-INF/NOTICE</exclude> </excludes> </filter> </filters> diff --git a/commons-rng-core/LICENSE.txt b/commons-rng-examples/examples-stress/LICENSE similarity index 100% rename from commons-rng-core/LICENSE.txt rename to commons-rng-examples/examples-stress/LICENSE diff --git a/commons-rng-core/NOTICE.txt b/commons-rng-examples/examples-stress/NOTICE similarity index 100% rename from commons-rng-core/NOTICE.txt rename to commons-rng-examples/examples-stress/NOTICE diff --git a/commons-rng-examples/examples-stress/README.md b/commons-rng-examples/examples-stress/README.md index cac49c2..2fb3b19 100644 --- a/commons-rng-examples/examples-stress/README.md +++ b/commons-rng-examples/examples-stress/README.md @@ -89,7 +89,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/commons-rng-examples/examples-stress/pom.xml b/commons-rng-examples/examples-stress/pom.xml index e8b1af4..ce1f2d6 100644 --- a/commons-rng-examples/examples-stress/pom.xml +++ b/commons-rng-examples/examples-stress/pom.xml @@ -110,9 +110,9 @@ <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> - <exclude>META-INF/LICENSE.txt</exclude> + <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/MANIFEST.MF</exclude> - <exclude>META-INF/NOTICE.txt</exclude> + <exclude>META-INF/NOTICE</exclude> </excludes> </filter> </filters> diff --git a/commons-rng-client-api/LICENSE.txt b/commons-rng-sampling/LICENSE similarity index 100% rename from commons-rng-client-api/LICENSE.txt rename to commons-rng-sampling/LICENSE diff --git a/commons-rng-client-api/NOTICE.txt b/commons-rng-sampling/NOTICE similarity index 100% rename from commons-rng-client-api/NOTICE.txt rename to commons-rng-sampling/NOTICE diff --git a/commons-rng-sampling/README.md b/commons-rng-sampling/README.md index 7969591..c2c8b4b 100644 --- a/commons-rng-sampling/README.md +++ b/commons-rng-sampling/README.md @@ -89,7 +89,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/LICENSE.txt b/commons-rng-simple/LICENSE similarity index 100% rename from LICENSE.txt rename to commons-rng-simple/LICENSE diff --git a/NOTICE.txt b/commons-rng-simple/NOTICE similarity index 100% rename from NOTICE.txt rename to commons-rng-simple/NOTICE diff --git a/commons-rng-simple/README.md b/commons-rng-simple/README.md index e888fbe..9ae38c3 100644 --- a/commons-rng-simple/README.md +++ b/commons-rng-simple/README.md @@ -88,7 +88,7 @@ License ------- This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0). -See the `NOTICE.txt` file for required notices and attributions. +See the `NOTICE` file for required notices and attributions. Donations --------- diff --git a/dist-archive/src/assembly/bin.xml b/dist-archive/src/assembly/bin.xml index 797ed15..954b0d9 100644 --- a/dist-archive/src/assembly/bin.xml +++ b/dist-archive/src/assembly/bin.xml @@ -33,8 +33,8 @@ limitations under the License. <fileSet> <directory>${project.basedir}/..</directory> <includes> - <include>LICENSE.txt</include> - <include>NOTICE.txt</include> + <include>LICENSE</include> + <include>NOTICE</include> <include>RELEASE-NOTES.txt</include> </includes> </fileSet> diff --git a/pom.xml b/pom.xml index f690eff..3c5255f 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <enableRulesSummary>false</enableRulesSummary> <logViolationsToConsole>false</logViolationsToConsole> <failOnViolation>true</failOnViolation> - <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes> + <resourceExcludes>NOTICE,LICENSE,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes> <excludes>**/jmh_generated/**.java</excludes> </configuration> <executions> diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml index 65f5a49..8b2ce52 100644 --- a/src/assembly/bin.xml +++ b/src/assembly/bin.xml @@ -33,8 +33,8 @@ limitations under the License. <fileSet> <directory>${project.basedir}/..</directory> <includes> - <include>LICENSE.txt</include> - <include>NOTICE.txt</include> + <include>LICENSE</include> + <include>NOTICE</include> <include>RELEASE-NOTES.txt</include> </includes> </fileSet>