This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from 21b726a0 RAT-348: Update gitignore reader to 1.3.0
new d03de273 RAT-343: Add test to validate allowing a custom license
new adf3e132 RAT-343: Add simple toString for License and Family
new 4254d0b0 Merge pull request #194 from
nielsbasjes/RAT-343-CustomLicenseTest
The 1664 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apache-rat-plugin/pom.xml | 2 ++
.../{RAT-268 => CustomLicense}/invoker.properties | 0
.../src/it/{RAT-268 => CustomLicense}/pom.xml | 32 ++++++++++++++++------
.../main/java/nl/basjes/something/Something.java | 26 ++++++++++++++++++
.../src/main/java/org/apache/rat/mp/Family.java | 4 +++
.../src/main/java/org/apache/rat/mp/License.java | 5 ++++
6 files changed, 61 insertions(+), 8 deletions(-)
copy apache-rat-plugin/src/it/{RAT-268 => CustomLicense}/invoker.properties
(100%)
copy apache-rat-plugin/src/it/{RAT-268 => CustomLicense}/pom.xml (63%)
create mode 100644
apache-rat-plugin/src/it/CustomLicense/src/main/java/nl/basjes/something/Something.java