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-statistics.git
commit d531b37ec6d31ec87fe0a4a5ed42ef1f2df22260 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 19 17:06:16 2021 +0100 Rename LICENCE and NOTICE files Drop the .txt suffix to use the preferred name in the ASF release guidelines. --- commons-statistics-regression/LICENSE.txt => LICENSE | 0 commons-statistics-regression/NOTICE.txt => NOTICE | 0 README.md | 2 +- commons-statistics-distribution/{LICENSE.txt => LICENSE} | 0 commons-statistics-distribution/{NOTICE.txt => NOTICE} | 0 commons-statistics-distribution/README.md | 2 +- LICENSE.txt => commons-statistics-regression/LICENSE | 0 NOTICE.txt => commons-statistics-regression/NOTICE | 0 commons-statistics-regression/README.md | 2 +- dist-archive/src/assembly/bin.xml | 4 ++-- pom.xml | 4 ++-- 11 files changed, 7 insertions(+), 7 deletions(-) diff --git a/commons-statistics-regression/LICENSE.txt b/LICENSE similarity index 100% rename from commons-statistics-regression/LICENSE.txt rename to LICENSE diff --git a/commons-statistics-regression/NOTICE.txt b/NOTICE similarity index 100% rename from commons-statistics-regression/NOTICE.txt rename to NOTICE diff --git a/README.md b/README.md index cda76ed..580bcfd 100644 --- a/README.md +++ b/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-statistics-distribution/LICENSE.txt b/commons-statistics-distribution/LICENSE similarity index 100% rename from commons-statistics-distribution/LICENSE.txt rename to commons-statistics-distribution/LICENSE diff --git a/commons-statistics-distribution/NOTICE.txt b/commons-statistics-distribution/NOTICE similarity index 100% rename from commons-statistics-distribution/NOTICE.txt rename to commons-statistics-distribution/NOTICE diff --git a/commons-statistics-distribution/README.md b/commons-statistics-distribution/README.md index be0d0e4..623b18d 100644 --- a/commons-statistics-distribution/README.md +++ b/commons-statistics-distribution/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/LICENSE.txt b/commons-statistics-regression/LICENSE similarity index 100% rename from LICENSE.txt rename to commons-statistics-regression/LICENSE diff --git a/NOTICE.txt b/commons-statistics-regression/NOTICE similarity index 100% rename from NOTICE.txt rename to commons-statistics-regression/NOTICE diff --git a/commons-statistics-regression/README.md b/commons-statistics-regression/README.md index 569f835..6f144e6 100644 --- a/commons-statistics-regression/README.md +++ b/commons-statistics-regression/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 9b27282..4b1fd30 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 6ac10c9..78d9a84 100644 --- a/pom.xml +++ b/pom.xml @@ -251,7 +251,7 @@ <!-- Output the detected violations to the console (for checkstyle:check). --> <logViolationsToConsole>true</logViolationsToConsole> <failOnViolation>true</failOnViolation> - <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties</resourceExcludes> + <resourceExcludes>NOTICE,LICENSE,**/maven-archiver/pom.properties</resourceExcludes> </configuration> <executions> <execution> @@ -415,7 +415,7 @@ <enableRulesSummary>false</enableRulesSummary> <includeTestSourceDirectory>true</includeTestSourceDirectory> <logViolationsToConsole>false</logViolationsToConsole> - <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties</resourceExcludes> + <resourceExcludes>NOTICE,LICENSE,**/maven-archiver/pom.properties</resourceExcludes> </configuration> <reportSets> <reportSet>