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

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

commit 0de0c790d9f7f6f02b513ba84a3507ab42b7b76c
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 9 23:02:35 2021 +0000

    license-* files confuse GH license detection
---
 license-header.txt => checkstyle-header.txt | 0
 pom.xml                                     | 4 ++--
 src/assembly/src.xml                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/license-header.txt b/checkstyle-header.txt
similarity index 100%
rename from license-header.txt
rename to checkstyle-header.txt
diff --git a/pom.xml b/pom.xml
index 397f81e..029c330 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
         <configuration>
           <enableRulesSummary>false</enableRulesSummary>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
-          <headerLocation>${basedir}/license-header.txt</headerLocation>
+          <headerLocation>${basedir}/checkstyle-header.txt</headerLocation>
           
<suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>
           
<suppressionsFileExpression>${basedir}/checkstyle-suppressions.xml</suppressionsFileExpression>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
@@ -239,7 +239,7 @@
         <configuration>
           <enableRulesSummary>false</enableRulesSummary>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
-          <headerLocation>${basedir}/license-header.txt</headerLocation>
+          <headerLocation>${basedir}/checkstyle-header.txt</headerLocation>
           
<suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>
           
<suppressionsFileExpression>${basedir}/checkstyle-suppressions.xml</suppressionsFileExpression>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index a2256af..0afc458 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -29,7 +29,7 @@
                 <include>CONTRIBUTING.md</include>
                 <include>sb-excludes.xml</include>
                 <include>LICENSE.txt</include>
-                <include>license-header.txt</include>
+                <include>checkstyle-header.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>PROPOSAL.html</include>

Reply via email to