This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 2208df74 LHF: Fix usage of RAT and add dot to comply with dedfaults in
reports
2208df74 is described below
commit 2208df742df599968344043555912f4b18f13a65
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Nov 2 20:32:57 2025 +0100
LHF: Fix usage of RAT and add dot to comply with dedfaults in reports
---
.../src/main/filtered-resources/org/apache/rat/mp/rat-report.properties | 2 +-
.../src/main/resources/org/apache/rat/mp/package-info.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/apache-rat-plugin/src/main/filtered-resources/org/apache/rat/mp/rat-report.properties
b/apache-rat-plugin/src/main/filtered-resources/org/apache/rat/mp/rat-report.properties
index 596b61eb..9e285422 100644
---
a/apache-rat-plugin/src/main/filtered-resources/org/apache/rat/mp/rat-report.properties
+++
b/apache-rat-plugin/src/main/filtered-resources/org/apache/rat/mp/rat-report.properties
@@ -16,7 +16,7 @@
#
report.rat.name=RAT Report
-report.rat.description=Report on compliance to license related source code
policies
+report.rat.description=Report on compliance to license related source code
policies.
report.rat.title=RAT (Release Audit Tool) results
report.rat.link=The following document contains the results of
report.rat.fullName=RAT (Release Audit Tool)
diff --git
a/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package-info.java
b/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package-info.java
index 6ba27a56..0cb70eb6 100644
--- a/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package-info.java
+++ b/apache-rat-plugin/src/main/resources/org/apache/rat/mp/package-info.java
@@ -16,6 +16,6 @@
*/
/**
-This package contains the Rat plugins for {@link <a
href="https://maven.apache.org">Maven</a>}.
+* This package contains the RAT plugins for {@link <a
href="https://maven.apache.org">Maven</a>}.
*/
package org.apache.rat.mp;