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 431b8277 RAT-128: Provide example configuration to show how to
configure more licenses
add 0d5751bc differientated between Apache Licenses 1.0 to 2.0
add 1a6e4476 updated tests
add 82e95f68 RAT-128: Minor refactorings during review and changelog
add 24d3f010 RAT-485: Add environment variable documentation (#533)
add 686205c2 Merge branch 'master' into RAT-128_License_name
add c6ac066a Merge remote-tracking branch 'origin/master' into
RAT-128_License_name
new 76a2813a Merge pull request #525 from Claudenw/RAT-128_License_name
The 1 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:
.../src/main/java/org/apache/rat/api/MetaData.java | 21 +++++---
.../src/main/resources/org/apache/rat/default.xml | 61 ++++++++++++----------
.../org/apache/rat/example-configuration.xml | 15 ------
.../java/org/apache/rat/OptionCollectionTest.java | 2 +-
.../org/apache/rat/ReporterOptionsProvider.java | 8 +--
.../src/test/java/org/apache/rat/ReporterTest.java | 11 ++--
.../java/org/apache/rat/ReporterTestUtils.java | 4 +-
.../apache/rat/analysis/AnalyserFactoryTest.java | 3 +-
.../apache/rat/analysis/DocumentAnalyserTest.java | 7 +--
.../license/ApacheSoftwareLicenseTest.java | 7 +--
.../license/AppliedApacheSoftwareLicenseTest.java | 41 ---------------
.../configuration/XMLConfigurationReaderTest.java | 4 +-
.../apache/rat/license/LicenseSetFactoryTest.java | 2 +-
.../test/resources/XmlOutputExamples/elements.xml | 10 ++--
apache-rat-plugin/src/it/RAT-168/verify.groovy | 2 +-
apache-rat-plugin/src/it/RAT-314/verify.groovy | 2 +-
.../src/it/RAT-469-default/verify.groovy | 4 +-
apache-rat-plugin/src/it/RAT-469/verify.groovy | 4 +-
.../java/org/apache/rat/mp/RatCheckMojoTest.java | 2 +-
src/changes/changes.xml | 3 ++
20 files changed, 87 insertions(+), 126 deletions(-)
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/analysis/license/AppliedApacheSoftwareLicenseTest.java