Init with current RAT docs.
Project: http://git-wip-us.apache.org/repos/asf/creadur-site/repo Commit: http://git-wip-us.apache.org/repos/asf/creadur-site/commit/88439734 Tree: http://git-wip-us.apache.org/repos/asf/creadur-site/tree/88439734 Diff: http://git-wip-us.apache.org/repos/asf/creadur-site/diff/88439734 Branch: refs/heads/master Commit: 884397342c3371df8a501072a271104b6416a3a1 Parents: Author: Phil Ottlinger <[email protected]> Authored: Fri Sep 9 23:53:33 2016 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Fri Sep 9 23:53:33 2016 +0200 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 272 +++ apache-rat-api/apidocs/allclasses-frame.html | 21 + apache-rat-api/apidocs/allclasses-noframe.html | 21 + apache-rat-api/apidocs/constant-values.html | 123 + apache-rat-api/apidocs/deprecated-list.html | 123 + apache-rat-api/apidocs/help-doc.html | 224 ++ apache-rat-api/apidocs/index-all.html | 238 ++ apache-rat-api/apidocs/index.html | 72 + .../apache/rat/api/domain/LicenseFamily.html | 342 +++ .../rat/api/domain/LicenseFamilyBuilder.html | 333 +++ .../apache/rat/api/domain/RatLicenseFamily.html | 526 ++++ .../rat/api/domain/class-use/LicenseFamily.html | 156 ++ .../domain/class-use/LicenseFamilyBuilder.html | 169 ++ .../api/domain/class-use/RatLicenseFamily.html | 157 ++ .../apache/rat/api/domain/package-frame.html | 25 + .../apache/rat/api/domain/package-summary.html | 166 ++ .../org/apache/rat/api/domain/package-tree.html | 145 ++ .../org/apache/rat/api/domain/package-use.html | 153 ++ apache-rat-api/apidocs/overview-tree.html | 149 ++ apache-rat-api/apidocs/package-list | 1 + apache-rat-api/apidocs/script.js | 30 + apache-rat-api/apidocs/stylesheet.css | 574 +++++ apache-rat-api/css/maven-base.css | 155 ++ apache-rat-api/css/maven-theme.css | 141 ++ apache-rat-api/css/print.css | 7 + apache-rat-api/css/site.css | 1 + apache-rat-api/dependencies.html | 492 ++++ apache-rat-api/images/close.gif | Bin 0 -> 279 bytes apache-rat-api/images/collapsed.gif | Bin 0 -> 53 bytes apache-rat-api/images/expanded.gif | Bin 0 -> 52 bytes apache-rat-api/images/external.png | Bin 0 -> 230 bytes apache-rat-api/images/icon_error_sml.gif | Bin 0 -> 1010 bytes apache-rat-api/images/icon_info_sml.gif | Bin 0 -> 606 bytes apache-rat-api/images/icon_success_sml.gif | Bin 0 -> 990 bytes apache-rat-api/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes apache-rat-api/images/logos/maven-feather.png | Bin 0 -> 3330 bytes apache-rat-api/images/newwindow.png | Bin 0 -> 220 bytes apache-rat-api/index.html | 206 ++ apache-rat-api/integration.html | 234 ++ apache-rat-api/issue-tracking.html | 231 ++ apache-rat-api/jira-report.html | 1031 ++++++++ apache-rat-api/mail-lists.html | 245 ++ apache-rat-api/project-info.html | 250 ++ apache-rat-api/project-reports.html | 244 ++ apache-rat-api/rat-report.html | 260 ++ apache-rat-api/source-repository.html | 259 ++ apache-rat-api/team-list.html | 341 +++ apache-rat-api/xref-test/allclasses-frame.html | 23 + apache-rat-api/xref-test/index.html | 25 + .../api/domain/LicenseFamilyBuilderTest.html | 76 + .../rat/api/domain/RatLicenseFamilyTest.html | 239 ++ .../apache/rat/api/domain/package-frame.html | 27 + .../apache/rat/api/domain/package-summary.html | 74 + apache-rat-api/xref-test/overview-frame.html | 25 + apache-rat-api/xref-test/overview-summary.html | 66 + apache-rat-api/xref-test/stylesheet.css | 114 + apache-rat-api/xref/allclasses-frame.html | 26 + apache-rat-api/xref/index.html | 25 + .../apache/rat/api/domain/LicenseFamily.html | 112 + .../rat/api/domain/LicenseFamilyBuilder.html | 109 + .../apache/rat/api/domain/RatLicenseFamily.html | 150 ++ .../apache/rat/api/domain/package-frame.html | 30 + .../apache/rat/api/domain/package-summary.html | 79 + apache-rat-api/xref/overview-frame.html | 25 + apache-rat-api/xref/overview-summary.html | 66 + apache-rat-api/xref/stylesheet.css | 114 + apache-rat-core/apidocs/allclasses-frame.html | 106 + apache-rat-core/apidocs/allclasses-noframe.html | 106 + apache-rat-core/apidocs/constant-values.html | 763 ++++++ apache-rat-core/apidocs/deprecated-list.html | 154 ++ apache-rat-core/apidocs/help-doc.html | 230 ++ apache-rat-core/apidocs/index-all.html | 1677 +++++++++++++ apache-rat-core/apidocs/index.html | 75 + .../apidocs/org/apache/rat/Defaults.html | 365 +++ .../apidocs/org/apache/rat/Report.html | 504 ++++ .../org/apache/rat/ReportConfiguration.html | 527 ++++ .../rat/analysis/DefaultAnalyserFactory.html | 273 +++ .../rat/analysis/DocumentHeaderAnalyser.html | 284 +++ .../org/apache/rat/analysis/IHeaderMatcher.html | 260 ++ .../analysis/RatHeaderAnalysisException.html | 302 +++ .../RatReportAnalysisResultException.html | 294 +++ .../class-use/DefaultAnalyserFactory.html | 125 + .../class-use/DocumentHeaderAnalyser.html | 125 + .../rat/analysis/class-use/IHeaderMatcher.html | 401 +++ .../class-use/RatHeaderAnalysisException.html | 267 ++ .../RatReportAnalysisResultException.html | 125 + .../generation/GeneratedLicenseNotRequired.html | 342 +++ .../generation/JavaDocLicenseNotRequired.html | 320 +++ .../class-use/GeneratedLicenseNotRequired.html | 125 + .../class-use/JavaDocLicenseNotRequired.html | 125 + .../rat/analysis/generation/package-frame.html | 21 + .../analysis/generation/package-summary.html | 149 ++ .../rat/analysis/generation/package-tree.html | 139 ++ .../rat/analysis/generation/package-use.html | 125 + .../license/ApacheSoftwareLicense20.html | 324 +++ .../license/AppliedApacheSoftwareLicense20.html | 411 ++++ .../rat/analysis/license/BaseLicense.html | 383 +++ .../rat/analysis/license/CDDL1License.html | 388 +++ .../rat/analysis/license/CopyrightHeader.html | 496 ++++ .../rat/analysis/license/DojoLicenseHeader.html | 266 ++ .../license/FullTextMatchingLicense.html | 391 +++ .../rat/analysis/license/GPL1License.html | 307 +++ .../rat/analysis/license/GPL2License.html | 307 +++ .../rat/analysis/license/GPL3License.html | 307 +++ .../apache/rat/analysis/license/MITLicense.html | 341 +++ .../rat/analysis/license/OASISLicense.html | 347 +++ .../license/SimplePatternBasedLicense.html | 398 +++ .../analysis/license/TMF854LicenseHeader.html | 266 ++ .../rat/analysis/license/W3CDocLicense.html | 266 ++ .../apache/rat/analysis/license/W3CLicense.html | 266 ++ .../class-use/ApacheSoftwareLicense20.html | 125 + .../AppliedApacheSoftwareLicense20.html | 125 + .../analysis/license/class-use/BaseLicense.html | 247 ++ .../license/class-use/CDDL1License.html | 125 + .../license/class-use/CopyrightHeader.html | 169 ++ .../license/class-use/DojoLicenseHeader.html | 125 + .../class-use/FullTextMatchingLicense.html | 191 ++ .../analysis/license/class-use/GPL1License.html | 125 + .../analysis/license/class-use/GPL2License.html | 125 + .../analysis/license/class-use/GPL3License.html | 125 + .../analysis/license/class-use/MITLicense.html | 125 + .../license/class-use/OASISLicense.html | 125 + .../class-use/SimplePatternBasedLicense.html | 183 ++ .../license/class-use/TMF854LicenseHeader.html | 125 + .../license/class-use/W3CDocLicense.html | 125 + .../analysis/license/class-use/W3CLicense.html | 125 + .../rat/analysis/license/package-frame.html | 35 + .../rat/analysis/license/package-summary.html | 229 ++ .../rat/analysis/license/package-tree.html | 165 ++ .../rat/analysis/license/package-use.html | 175 ++ .../org/apache/rat/analysis/package-frame.html | 30 + .../apache/rat/analysis/package-summary.html | 187 ++ .../org/apache/rat/analysis/package-tree.html | 157 ++ .../org/apache/rat/analysis/package-use.html | 264 ++ .../analysis/util/HeaderMatcherMultiplexer.html | 319 +++ .../class-use/HeaderMatcherMultiplexer.html | 125 + .../apache/rat/analysis/util/package-frame.html | 20 + .../rat/analysis/util/package-summary.html | 145 ++ .../apache/rat/analysis/util/package-tree.html | 138 ++ .../apache/rat/analysis/util/package-use.html | 125 + .../rat/annotation/AbstractLicenseAppender.html | 429 ++++ .../rat/annotation/ApacheV2LicenseAppender.html | 320 +++ .../class-use/AbstractLicenseAppender.html | 168 ++ .../class-use/ApacheV2LicenseAppender.html | 125 + .../apache/rat/annotation/package-frame.html | 21 + .../apache/rat/annotation/package-summary.html | 152 ++ .../org/apache/rat/annotation/package-tree.html | 142 ++ .../org/apache/rat/annotation/package-use.html | 160 ++ .../apidocs/org/apache/rat/api/ContentType.html | 343 +++ .../apidocs/org/apache/rat/api/Document.html | 314 +++ .../org/apache/rat/api/MetaData.Datum.html | 340 +++ .../apidocs/org/apache/rat/api/MetaData.html | 1608 ++++++++++++ .../apidocs/org/apache/rat/api/MimeTyper.html | 238 ++ .../org/apache/rat/api/RatException.html | 301 +++ .../apache/rat/api/class-use/ContentType.html | 202 ++ .../org/apache/rat/api/class-use/Document.html | 523 ++++ .../rat/api/class-use/MetaData.Datum.html | 391 +++ .../org/apache/rat/api/class-use/MetaData.html | 199 ++ .../org/apache/rat/api/class-use/MimeTyper.html | 125 + .../apache/rat/api/class-use/RatException.html | 406 +++ .../org/apache/rat/api/package-frame.html | 31 + .../org/apache/rat/api/package-summary.html | 202 ++ .../org/apache/rat/api/package-tree.html | 154 ++ .../apidocs/org/apache/rat/api/package-use.html | 485 ++++ .../org/apache/rat/class-use/Defaults.html | 125 + .../org/apache/rat/class-use/Report.html | 125 + .../rat/class-use/ReportConfiguration.html | 222 ++ .../apache/rat/config/AddLicenseHeaders.html | 372 +++ .../apache/rat/config/ConfigurationUtil.html | 281 +++ .../org/apache/rat/config/ReportFormat.html | 355 +++ .../rat/config/SourceCodeManagementSystems.html | 473 ++++ .../rat/config/class-use/AddLicenseHeaders.html | 176 ++ .../rat/config/class-use/ConfigurationUtil.html | 125 + .../rat/config/class-use/ReportFormat.html | 176 ++ .../class-use/SourceCodeManagementSystems.html | 176 ++ .../org/apache/rat/config/package-frame.html | 26 + .../org/apache/rat/config/package-summary.html | 177 ++ .../org/apache/rat/config/package-tree.html | 152 ++ .../org/apache/rat/config/package-use.html | 168 ++ .../document/CompositeDocumentException.html | 282 +++ .../apache/rat/document/IDocumentAnalyser.html | 231 ++ .../document/RatDocumentAnalysisException.html | 305 +++ .../apache/rat/document/ToNameTransformer.html | 294 +++ .../document/UnsuitableDocumentException.html | 307 +++ .../class-use/CompositeDocumentException.html | 125 + .../document/class-use/IDocumentAnalyser.html | 254 ++ .../class-use/RatDocumentAnalysisException.html | 259 ++ .../document/class-use/ToNameTransformer.html | 125 + .../class-use/UnsuitableDocumentException.html | 125 + .../impl/AbstractMonolithicDocument.html | 339 +++ .../rat/document/impl/ArchiveEntryDocument.html | 411 ++++ .../rat/document/impl/DocumentImplUtils.html | 298 +++ .../apache/rat/document/impl/FileDocument.html | 405 +++ .../document/impl/MonolithicFileDocument.html | 344 +++ .../class-use/AbstractMonolithicDocument.html | 165 ++ .../impl/class-use/ArchiveEntryDocument.html | 125 + .../impl/class-use/DocumentImplUtils.html | 125 + .../document/impl/class-use/FileDocument.html | 125 + .../impl/class-use/MonolithicFileDocument.html | 125 + .../document/impl/guesser/ArchiveGuesser.html | 297 +++ .../document/impl/guesser/BinaryGuesser.html | 593 +++++ .../rat/document/impl/guesser/GuessUtils.html | 281 +++ .../rat/document/impl/guesser/NoteGuesser.html | 291 +++ .../impl/guesser/class-use/ArchiveGuesser.html | 125 + .../impl/guesser/class-use/BinaryGuesser.html | 125 + .../impl/guesser/class-use/GuessUtils.html | 125 + .../impl/guesser/class-use/NoteGuesser.html | 125 + .../document/impl/guesser/package-frame.html | 23 + .../document/impl/guesser/package-summary.html | 157 ++ .../rat/document/impl/guesser/package-tree.html | 141 ++ .../rat/document/impl/guesser/package-use.html | 125 + .../apache/rat/document/impl/package-frame.html | 24 + .../rat/document/impl/package-summary.html | 163 ++ .../apache/rat/document/impl/package-tree.html | 145 ++ .../apache/rat/document/impl/package-use.html | 160 ++ .../impl/util/DocumentAnalyserMultiplexer.html | 284 +++ .../class-use/DocumentAnalyserMultiplexer.html | 125 + .../rat/document/impl/util/package-frame.html | 20 + .../rat/document/impl/util/package-summary.html | 143 ++ .../rat/document/impl/util/package-tree.html | 138 ++ .../rat/document/impl/util/package-use.html | 125 + .../org/apache/rat/document/package-frame.html | 30 + .../apache/rat/document/package-summary.html | 186 ++ .../org/apache/rat/document/package-tree.html | 160 ++ .../org/apache/rat/document/package-use.html | 243 ++ .../org/apache/rat/header/HeaderBean.html | 341 +++ .../org/apache/rat/header/HeaderMatcher.html | 350 +++ .../apache/rat/header/class-use/HeaderBean.html | 165 ++ .../rat/header/class-use/HeaderMatcher.html | 125 + .../org/apache/rat/header/package-frame.html | 21 + .../org/apache/rat/header/package-summary.html | 149 ++ .../org/apache/rat/header/package-tree.html | 139 ++ .../org/apache/rat/header/package-use.html | 158 ++ .../license/AcademicFree21LicenseFamily.html | 254 ++ .../rat/license/Apache20LicenseFamily.html | 254 ++ .../apache/rat/license/CDDL1LicenseFamily.html | 255 ++ .../apache/rat/license/GPL1LicenseFamily.html | 255 ++ .../apache/rat/license/GPL2LicenseFamily.html | 255 ++ .../apache/rat/license/GPL3LicenseFamily.html | 255 ++ .../org/apache/rat/license/ILicenseFamily.html | 226 ++ .../apache/rat/license/MITLicenseFamily.html | 255 ++ .../rat/license/ModifiedBSDLicenseFamily.html | 254 ++ .../apache/rat/license/OASISLicenseFamily.html | 254 ++ .../apache/rat/license/SimpleLicenseFamily.html | 315 +++ .../rat/license/W3CDocumentLicenseFamily.html | 254 ++ .../rat/license/W3CSoftwareLicenseFamily.html | 254 ++ .../class-use/AcademicFree21LicenseFamily.html | 125 + .../class-use/Apache20LicenseFamily.html | 125 + .../license/class-use/CDDL1LicenseFamily.html | 125 + .../license/class-use/GPL1LicenseFamily.html | 125 + .../license/class-use/GPL2LicenseFamily.html | 125 + .../license/class-use/GPL3LicenseFamily.html | 125 + .../rat/license/class-use/ILicenseFamily.html | 322 +++ .../rat/license/class-use/MITLicenseFamily.html | 125 + .../class-use/ModifiedBSDLicenseFamily.html | 125 + .../license/class-use/OASISLicenseFamily.html | 125 + .../license/class-use/SimpleLicenseFamily.html | 215 ++ .../class-use/W3CDocumentLicenseFamily.html | 125 + .../class-use/W3CSoftwareLicenseFamily.html | 125 + .../org/apache/rat/license/package-frame.html | 35 + .../org/apache/rat/license/package-summary.html | 214 ++ .../org/apache/rat/license/package-tree.html | 156 ++ .../org/apache/rat/license/package-use.html | 222 ++ .../apidocs/org/apache/rat/package-frame.html | 22 + .../apidocs/org/apache/rat/package-summary.html | 156 ++ .../apidocs/org/apache/rat/package-tree.html | 140 ++ .../apidocs/org/apache/rat/package-use.html | 183 ++ .../org/apache/rat/policy/DefaultPolicy.html | 328 +++ .../rat/policy/class-use/DefaultPolicy.html | 125 + .../org/apache/rat/policy/package-frame.html | 20 + .../org/apache/rat/policy/package-summary.html | 143 ++ .../org/apache/rat/policy/package-tree.html | 138 ++ .../org/apache/rat/policy/package-use.html | 125 + .../org/apache/rat/report/AbstractReport.html | 329 +++ .../org/apache/rat/report/IReportable.html | 231 ++ .../org/apache/rat/report/RatReport.html | 267 ++ .../apache/rat/report/claim/ClaimStatistic.html | 545 +++++ .../report/claim/class-use/ClaimStatistic.html | 246 ++ .../claim/impl/AbstractClaimReporter.html | 356 +++ .../rat/report/claim/impl/ClaimAggregator.html | 392 +++ .../impl/class-use/AbstractClaimReporter.html | 168 ++ .../claim/impl/class-use/ClaimAggregator.html | 125 + .../rat/report/claim/impl/package-frame.html | 21 + .../rat/report/claim/impl/package-summary.html | 152 ++ .../rat/report/claim/impl/package-tree.html | 146 ++ .../rat/report/claim/impl/package-use.html | 160 ++ .../claim/impl/xml/SimpleXmlClaimReporter.html | 559 +++++ .../xml/class-use/SimpleXmlClaimReporter.html | 125 + .../report/claim/impl/xml/package-frame.html | 20 + .../report/claim/impl/xml/package-summary.html | 143 ++ .../rat/report/claim/impl/xml/package-tree.html | 142 ++ .../rat/report/claim/impl/xml/package-use.html | 125 + .../apache/rat/report/claim/package-frame.html | 20 + .../rat/report/claim/package-summary.html | 146 ++ .../apache/rat/report/claim/package-tree.html | 138 ++ .../apache/rat/report/claim/package-use.html | 205 ++ .../claim/util/ClaimReporterMultiplexer.html | 326 +++ .../report/claim/util/LicenseAddingReport.html | 299 +++ .../class-use/ClaimReporterMultiplexer.html | 125 + .../util/class-use/LicenseAddingReport.html | 125 + .../rat/report/claim/util/package-frame.html | 21 + .../rat/report/claim/util/package-summary.html | 147 ++ .../rat/report/claim/util/package-tree.html | 143 ++ .../rat/report/claim/util/package-use.html | 125 + .../rat/report/class-use/AbstractReport.html | 218 ++ .../rat/report/class-use/IReportable.html | 221 ++ .../apache/rat/report/class-use/RatReport.html | 327 +++ .../org/apache/rat/report/package-frame.html | 25 + .../org/apache/rat/report/package-summary.html | 164 ++ .../org/apache/rat/report/package-tree.html | 143 ++ .../org/apache/rat/report/package-use.html | 290 +++ .../apache/rat/report/xml/XmlReportFactory.html | 277 +++ .../report/xml/class-use/XmlReportFactory.html | 125 + .../apache/rat/report/xml/package-frame.html | 20 + .../apache/rat/report/xml/package-summary.html | 145 ++ .../org/apache/rat/report/xml/package-tree.html | 138 ++ .../org/apache/rat/report/xml/package-use.html | 125 + .../rat/report/xml/writer/IXmlWriter.html | 385 +++ .../report/xml/writer/InvalidXmlException.html | 269 ++ .../writer/OperationNotAllowedException.html | 270 ++ .../rat/report/xml/writer/XmlWriterUtils.html | 281 +++ .../report/xml/writer/class-use/IXmlWriter.html | 327 +++ .../writer/class-use/InvalidXmlException.html | 125 + .../class-use/OperationNotAllowedException.html | 125 + .../xml/writer/class-use/XmlWriterUtils.html | 125 + .../report/xml/writer/impl/base/XmlWriter.html | 451 ++++ .../writer/impl/base/class-use/XmlWriter.html | 125 + .../xml/writer/impl/base/package-frame.html | 20 + .../xml/writer/impl/base/package-summary.html | 145 ++ .../xml/writer/impl/base/package-tree.html | 138 ++ .../xml/writer/impl/base/package-use.html | 125 + .../rat/report/xml/writer/package-frame.html | 29 + .../rat/report/xml/writer/package-summary.html | 184 ++ .../rat/report/xml/writer/package-tree.html | 156 ++ .../rat/report/xml/writer/package-use.html | 223 ++ .../org/apache/rat/walker/ArchiveWalker.html | 333 +++ .../org/apache/rat/walker/DirectoryWalker.html | 397 +++ .../apidocs/org/apache/rat/walker/Walker.html | 398 +++ .../rat/walker/class-use/ArchiveWalker.html | 125 + .../rat/walker/class-use/DirectoryWalker.html | 125 + .../org/apache/rat/walker/class-use/Walker.html | 173 ++ .../org/apache/rat/walker/package-frame.html | 22 + .../org/apache/rat/walker/package-summary.html | 157 ++ .../org/apache/rat/walker/package-tree.html | 143 ++ .../org/apache/rat/walker/package-use.html | 160 ++ apache-rat-core/apidocs/overview-frame.html | 44 + apache-rat-core/apidocs/overview-summary.html | 235 ++ apache-rat-core/apidocs/overview-tree.html | 307 +++ apache-rat-core/apidocs/package-list | 24 + apache-rat-core/apidocs/script.js | 30 + apache-rat-core/apidocs/serialized-form.html | 220 ++ apache-rat-core/apidocs/stylesheet.css | 574 +++++ apache-rat-core/cpd.html | 255 ++ apache-rat-core/css/maven-base.css | 155 ++ apache-rat-core/css/maven-theme.css | 141 ++ apache-rat-core/css/print.css | 7 + apache-rat-core/css/site.css | 27 + apache-rat-core/dependencies.html | 597 +++++ apache-rat-core/images/close.gif | Bin 0 -> 279 bytes apache-rat-core/images/collapsed.gif | Bin 0 -> 53 bytes apache-rat-core/images/expanded.gif | Bin 0 -> 52 bytes apache-rat-core/images/external.png | Bin 0 -> 230 bytes apache-rat-core/images/icon_error_sml.gif | Bin 0 -> 1010 bytes apache-rat-core/images/icon_info_sml.gif | Bin 0 -> 606 bytes apache-rat-core/images/icon_success_sml.gif | Bin 0 -> 990 bytes apache-rat-core/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes apache-rat-core/images/logos/maven-feather.png | Bin 0 -> 3330 bytes apache-rat-core/images/newwindow.png | Bin 0 -> 220 bytes apache-rat-core/index.html | 242 ++ apache-rat-core/integration.html | 234 ++ apache-rat-core/issue-tracking.html | 231 ++ apache-rat-core/jira-report.html | 1037 ++++++++ apache-rat-core/mail-lists.html | 245 ++ apache-rat-core/pmd.html | 285 +++ apache-rat-core/project-info.html | 250 ++ apache-rat-core/project-reports.html | 256 ++ apache-rat-core/rat-report.html | 429 ++++ apache-rat-core/source-repository.html | 259 ++ apache-rat-core/team-list.html | 341 +++ apache-rat-core/xref-test/allclasses-frame.html | 185 ++ apache-rat-core/xref-test/index.html | 25 + .../xref-test/org/apache/rat/ReportTest.html | 146 ++ .../org/apache/rat/ReportTransformerTest.html | 66 + .../rat/analysis/AnalyserFactoryTest.html | 130 + .../rat/analysis/HeaderCheckWorkerTest.html | 55 + .../apache/rat/analysis/MockLicenseMatcher.html | 54 + .../GeneratedLicenseNotRequiredTest.html | 63 + .../JavaDocLicenseNotRequiredTest.html | 95 + .../rat/analysis/generation/package-frame.html | 27 + .../analysis/generation/package-summary.html | 74 + .../license/ApacheSoftwareLicense20Test.html | 83 + .../AppliedApacheSoftwareLicense20Test.html | 122 + .../rat/analysis/license/CDDL1LicenseTest.html | 101 + .../analysis/license/CopyrightHeaderTest.html | 89 + .../rat/analysis/license/DirectoryScanner.html | 79 + .../rat/analysis/license/GPL123LicenseTest.html | 100 + .../rat/analysis/license/MITLicenseTest.html | 97 + .../analysis/license/MockStandardLicense.html | 45 + .../rat/analysis/license/OASISLicenseTest.html | 130 + .../rat/analysis/license/W3CLicenseTest.html | 72 + .../rat/analysis/license/package-frame.html | 51 + .../rat/analysis/license/package-summary.html | 114 + .../org/apache/rat/analysis/package-frame.html | 30 + .../apache/rat/analysis/package-summary.html | 79 + .../analysis/util/MatcherMultiplexerTest.html | 93 + .../apache/rat/analysis/util/package-frame.html | 24 + .../rat/analysis/util/package-summary.html | 69 + .../rat/annotation/TestLicenseAppender.html | 713 ++++++ .../apache/rat/annotation/package-frame.html | 30 + .../apache/rat/annotation/package-summary.html | 79 + .../rat/config/AddLicenseHeadersTest.html | 44 + .../rat/config/ConfigurationUtilTest.html | 57 + .../org/apache/rat/config/ReportFormatTest.html | 56 + .../config/SourceCodeManagementSystemsTest.html | 69 + .../org/apache/rat/config/package-frame.html | 33 + .../org/apache/rat/config/package-summary.html | 84 + .../org/apache/rat/document/MockDocument.html | 81 + .../rat/document/MockDocumentAnalyser.html | 47 + .../org/apache/rat/document/MockLocation.html | 85 + .../rat/document/ToNameTransformerTest.html | 57 + .../document/impl/SingularFileDocumentTest.html | 70 + .../impl/guesser/ArchiveGuesserTest.html | 79 + .../impl/guesser/BinaryGuesserTest.html | 156 ++ .../document/impl/guesser/GuessUtilsTest.html | 49 + .../document/impl/guesser/NoteGuesserTest.html | 80 + .../document/impl/guesser/package-frame.html | 33 + .../document/impl/guesser/package-summary.html | 84 + .../apache/rat/document/impl/package-frame.html | 24 + .../rat/document/impl/package-summary.html | 69 + .../util/DocumentAnalyserMultiplexerTest.html | 76 + .../rat/document/impl/util/package-frame.html | 24 + .../rat/document/impl/util/package-summary.html | 69 + .../org/apache/rat/document/package-frame.html | 33 + .../apache/rat/document/package-summary.html | 84 + .../apache/rat/header/ArrayCharFilterTest.html | 60 + .../header/FilteringSequenceFactoryTest.html | 94 + .../apache/rat/header/HeaderMatcherTest.html | 112 + .../rat/header/HeaderMatcherWithBeansTest.html | 93 + .../org/apache/rat/header/SimpleCharFilter.html | 44 + .../org/apache/rat/header/package-frame.html | 36 + .../org/apache/rat/header/package-summary.html | 89 + .../xref-test/org/apache/rat/package-frame.html | 27 + .../org/apache/rat/package-summary.html | 74 + .../apache/rat/policy/DefaultPolicyTest.html | 165 ++ .../org/apache/rat/policy/package-frame.html | 24 + .../org/apache/rat/policy/package-summary.html | 69 + .../claim/impl/xml/MockClaimReporter.html | 37 + .../report/claim/impl/xml/package-frame.html | 24 + .../report/claim/impl/xml/package-summary.html | 69 + .../apache/rat/report/xml/MockXmlWriter.html | 135 + .../rat/report/xml/XmlReportFactoryTest.html | 110 + .../apache/rat/report/xml/XmlReportTest.html | 209 ++ .../org/apache/rat/report/xml/XmlUtils.html | 93 + .../apache/rat/report/xml/package-frame.html | 51 + .../apache/rat/report/xml/package-summary.html | 114 + .../report/xml/writer/XmlWriterUtilsTest.html | 65 + .../xml/writer/impl/base/XmlWriterTest.html | 496 ++++ .../xml/writer/impl/base/package-frame.html | 24 + .../xml/writer/impl/base/package-summary.html | 69 + .../rat/report/xml/writer/package-frame.html | 24 + .../rat/report/xml/writer/package-summary.html | 69 + .../org/apache/rat/test/utils/Resources.html | 143 ++ .../apache/rat/test/utils/package-frame.html | 24 + .../apache/rat/test/utils/package-summary.html | 69 + .../rat/walker/FileNameComparatorTest.html | 51 + .../org/apache/rat/walker/package-frame.html | 24 + .../org/apache/rat/walker/package-summary.html | 69 + apache-rat-core/xref-test/overview-frame.html | 79 + apache-rat-core/xref-test/overview-summary.html | 156 ++ apache-rat-core/xref-test/stylesheet.css | 114 + apache-rat-core/xref/allclasses-frame.html | 308 +++ apache-rat-core/xref/index.html | 25 + .../xref/org/apache/rat/Defaults.html | 121 + apache-rat-core/xref/org/apache/rat/Report.html | 441 ++++ .../org/apache/rat/ReportConfiguration.html | 175 ++ .../rat/ReportFailedRuntimeException.html | 56 + .../xref/org/apache/rat/ReportTransformer.html | 80 + .../rat/analysis/DefaultAnalyserFactory.html | 78 + .../rat/analysis/DocumentHeaderAnalyser.html | 67 + .../apache/rat/analysis/HeaderCheckWorker.html | 130 + .../org/apache/rat/analysis/IHeaderMatcher.html | 58 + .../analysis/RatHeaderAnalysisException.html | 57 + .../RatReportAnalysisResultException.html | 53 + .../generation/GeneratedLicenseNotRequired.html | 119 + .../generation/JavaDocLicenseNotRequired.html | 62 + .../rat/analysis/generation/package-frame.html | 27 + .../analysis/generation/package-summary.html | 74 + .../license/ApacheSoftwareLicense20.html | 48 + .../license/AppliedApacheSoftwareLicense20.html | 87 + .../rat/analysis/license/BaseLicense.html | 105 + .../rat/analysis/license/CDDL1License.html | 80 + .../rat/analysis/license/CopyrightHeader.html | 115 + .../rat/analysis/license/DojoLicenseHeader.html | 54 + .../license/FullTextMatchingLicense.html | 133 + .../rat/analysis/license/GPL1License.html | 50 + .../rat/analysis/license/GPL2License.html | 50 + .../rat/analysis/license/GPL3License.html | 50 + .../apache/rat/analysis/license/MITLicense.html | 49 + .../rat/analysis/license/OASISLicense.html | 79 + .../license/SimplePatternBasedLicense.html | 88 + .../analysis/license/TMF854LicenseHeader.html | 48 + .../rat/analysis/license/W3CDocLicense.html | 48 + .../apache/rat/analysis/license/W3CLicense.html | 49 + .../rat/analysis/license/package-frame.html | 69 + .../rat/analysis/license/package-summary.html | 144 ++ .../org/apache/rat/analysis/package-frame.html | 42 + .../apache/rat/analysis/package-summary.html | 99 + .../analysis/util/HeaderMatcherMultiplexer.html | 69 + .../apache/rat/analysis/util/package-frame.html | 24 + .../rat/analysis/util/package-summary.html | 69 + .../rat/annotation/AbstractLicenseAppender.html | 633 +++++ .../rat/annotation/ApacheV2LicenseAppender.html | 111 + .../apache/rat/annotation/package-frame.html | 30 + .../apache/rat/annotation/package-summary.html | 79 + .../xref/org/apache/rat/api/ContentType.html | 90 + .../xref/org/apache/rat/api/Document.html | 71 + .../xref/org/apache/rat/api/MetaData.html | 323 +++ .../xref/org/apache/rat/api/MimeTyper.html | 50 + .../xref/org/apache/rat/api/RatException.html | 53 + .../xref/org/apache/rat/api/package-frame.html | 39 + .../org/apache/rat/api/package-summary.html | 94 + .../apache/rat/config/AddLicenseHeaders.html | 57 + .../apache/rat/config/ConfigurationUtil.html | 57 + .../org/apache/rat/config/ReportFormat.html | 46 + .../rat/config/SourceCodeManagementSystems.html | 118 + .../org/apache/rat/config/package-frame.html | 33 + .../org/apache/rat/config/package-summary.html | 84 + .../document/CompositeDocumentException.html | 52 + .../apache/rat/document/IDocumentAnalyser.html | 40 + .../document/RatDocumentAnalysisException.html | 53 + .../apache/rat/document/ToNameTransformer.html | 53 + .../document/UnsuitableDocumentException.html | 59 + .../impl/AbstractMonolithicDocument.html | 61 + .../rat/document/impl/ArchiveEntryDocument.html | 93 + .../rat/document/impl/DocumentImplUtils.html | 73 + .../apache/rat/document/impl/FileDocument.html | 96 + .../document/impl/MonolithicFileDocument.html | 86 + .../document/impl/guesser/ArchiveGuesser.html | 79 + .../document/impl/guesser/BinaryGuesser.html | 378 +++ .../rat/document/impl/guesser/GuessUtils.html | 56 + .../rat/document/impl/guesser/NoteGuesser.html | 97 + .../document/impl/guesser/package-frame.html | 33 + .../document/impl/guesser/package-summary.html | 84 + .../apache/rat/document/impl/package-frame.html | 36 + .../rat/document/impl/package-summary.html | 89 + .../impl/util/DocumentAnalyserMultiplexer.html | 53 + .../rat/document/impl/util/package-frame.html | 24 + .../rat/document/impl/util/package-summary.html | 69 + .../org/apache/rat/document/package-frame.html | 36 + .../apache/rat/document/package-summary.html | 89 + .../org/apache/rat/header/ArrayCharFilter.html | 56 + .../xref/org/apache/rat/header/CharFilter.html | 43 + .../rat/header/FilteringSequenceFactory.html | 72 + .../xref/org/apache/rat/header/HeaderBean.html | 75 + .../org/apache/rat/header/HeaderMatcher.html | 117 + .../org/apache/rat/header/package-frame.html | 36 + .../org/apache/rat/header/package-summary.html | 89 + .../license/AcademicFree21LicenseFamily.html | 40 + .../rat/license/Apache20LicenseFamily.html | 40 + .../apache/rat/license/CDDL1LicenseFamily.html | 44 + .../apache/rat/license/GPL1LicenseFamily.html | 44 + .../apache/rat/license/GPL2LicenseFamily.html | 44 + .../apache/rat/license/GPL3LicenseFamily.html | 44 + .../org/apache/rat/license/ILicenseFamily.html | 37 + .../apache/rat/license/MITLicenseFamily.html | 44 + .../rat/license/ModifiedBSDLicenseFamily.html | 40 + .../apache/rat/license/OASISLicenseFamily.html | 40 + .../apache/rat/license/SimpleLicenseFamily.html | 56 + .../rat/license/W3CDocumentLicenseFamily.html | 40 + .../rat/license/W3CSoftwareLicenseFamily.html | 40 + .../org/apache/rat/license/package-frame.html | 60 + .../org/apache/rat/license/package-summary.html | 129 + .../xref/org/apache/rat/package-frame.html | 36 + .../xref/org/apache/rat/package-summary.html | 89 + .../org/apache/rat/policy/DefaultPolicy.html | 100 + .../org/apache/rat/policy/package-frame.html | 24 + .../org/apache/rat/policy/package-summary.html | 69 + .../org/apache/rat/report/AbstractReport.html | 53 + .../xref/org/apache/rat/report/IReportable.html | 39 + .../xref/org/apache/rat/report/RatReport.html | 44 + .../apache/rat/report/claim/ClaimStatistic.html | 173 ++ .../claim/impl/AbstractClaimReporter.html | 115 + .../rat/report/claim/impl/ClaimAggregator.html | 115 + .../rat/report/claim/impl/package-frame.html | 27 + .../rat/report/claim/impl/package-summary.html | 74 + .../claim/impl/xml/SimpleXmlClaimReporter.html | 163 ++ .../report/claim/impl/xml/package-frame.html | 24 + .../report/claim/impl/xml/package-summary.html | 69 + .../apache/rat/report/claim/package-frame.html | 24 + .../rat/report/claim/package-summary.html | 69 + .../claim/util/ClaimReporterMultiplexer.html | 76 + .../report/claim/util/LicenseAddingReport.html | 68 + .../rat/report/claim/util/package-frame.html | 27 + .../rat/report/claim/util/package-summary.html | 74 + .../org/apache/rat/report/package-frame.html | 30 + .../org/apache/rat/report/package-summary.html | 79 + .../apache/rat/report/xml/XmlReportFactory.html | 74 + .../apache/rat/report/xml/package-frame.html | 24 + .../apache/rat/report/xml/package-summary.html | 69 + .../rat/report/xml/writer/IXmlWriter.html | 114 + .../report/xml/writer/InvalidXmlException.html | 48 + .../writer/OperationNotAllowedException.html | 49 + .../rat/report/xml/writer/XmlWriterUtils.html | 42 + .../report/xml/writer/impl/base/XmlWriter.html | 663 +++++ .../xml/writer/impl/base/package-frame.html | 24 + .../xml/writer/impl/base/package-summary.html | 69 + .../rat/report/xml/writer/package-frame.html | 33 + .../rat/report/xml/writer/package-summary.html | 84 + .../org/apache/rat/walker/ArchiveWalker.html | 132 + .../org/apache/rat/walker/DirectoryWalker.html | 160 ++ .../apache/rat/walker/FileNameComparator.html | 57 + .../xref/org/apache/rat/walker/Walker.html | 89 + .../org/apache/rat/walker/package-frame.html | 33 + .../org/apache/rat/walker/package-summary.html | 84 + apache-rat-core/xref/overview-frame.html | 94 + apache-rat-core/xref/overview-summary.html | 181 ++ apache-rat-core/xref/stylesheet.css | 114 + apache-rat-plugin/apidocs/allclasses-frame.html | 28 + .../apidocs/allclasses-noframe.html | 28 + apache-rat-plugin/apidocs/constant-values.html | 154 ++ apache-rat-plugin/apidocs/deprecated-list.html | 125 + apache-rat-plugin/apidocs/help-doc.html | 230 ++ apache-rat-plugin/apidocs/index-all.html | 355 +++ apache-rat-plugin/apidocs/index.html | 75 + .../org/apache/rat/mp/AbstractRatMojo.html | 456 ++++ .../rat/mp/HeaderMatcherSpecification.html | 301 +++ .../apidocs/org/apache/rat/mp/HelpMojo.html | 317 +++ .../rat/mp/LicenseFamilySpecification.html | 301 +++ .../org/apache/rat/mp/RatCheckException.html | 295 +++ .../apidocs/org/apache/rat/mp/RatCheckMojo.html | 375 +++ .../org/apache/rat/mp/RatReportMojo.html | 585 +++++ .../rat/mp/class-use/AbstractRatMojo.html | 173 ++ .../class-use/HeaderMatcherSpecification.html | 125 + .../org/apache/rat/mp/class-use/HelpMojo.html | 125 + .../class-use/LicenseFamilySpecification.html | 125 + .../rat/mp/class-use/RatCheckException.html | 125 + .../apache/rat/mp/class-use/RatCheckMojo.html | 125 + .../apache/rat/mp/class-use/RatReportMojo.html | 125 + .../org/apache/rat/mp/package-frame.html | 29 + .../org/apache/rat/mp/package-summary.html | 190 ++ .../apidocs/org/apache/rat/mp/package-tree.html | 167 ++ .../apidocs/org/apache/rat/mp/package-use.html | 160 ++ .../apache/rat/mp/util/ConfigurationHelper.html | 247 ++ .../org/apache/rat/mp/util/ExclusionHelper.html | 329 +++ .../org/apache/rat/mp/util/ScmIgnoreParser.html | 277 +++ .../mp/util/class-use/ConfigurationHelper.html | 125 + .../rat/mp/util/class-use/ExclusionHelper.html | 125 + .../rat/mp/util/class-use/ScmIgnoreParser.html | 125 + .../org/apache/rat/mp/util/package-frame.html | 22 + .../org/apache/rat/mp/util/package-summary.html | 155 ++ .../org/apache/rat/mp/util/package-tree.html | 140 ++ .../org/apache/rat/mp/util/package-use.html | 125 + apache-rat-plugin/apidocs/overview-frame.html | 22 + apache-rat-plugin/apidocs/overview-summary.html | 143 ++ apache-rat-plugin/apidocs/overview-tree.html | 171 ++ apache-rat-plugin/apidocs/package-list | 2 + apache-rat-plugin/apidocs/script.js | 30 + apache-rat-plugin/apidocs/serialized-form.html | 142 ++ apache-rat-plugin/apidocs/stylesheet.css | 574 +++++ apache-rat-plugin/changes-report.html | 368 +++ apache-rat-plugin/check-mojo.html | 1000 ++++++++ apache-rat-plugin/css/maven-base.css | 155 ++ apache-rat-plugin/css/maven-theme.css | 141 ++ apache-rat-plugin/css/print.css | 7 + apache-rat-plugin/css/site.css | 27 + apache-rat-plugin/dependencies.html | 2302 ++++++++++++++++++ apache-rat-plugin/examples/basic.html | 251 ++ apache-rat-plugin/examples/custom-license.html | 320 +++ apache-rat-plugin/examples/site.html | 251 ++ apache-rat-plugin/examples/verify.html | 285 +++ apache-rat-plugin/faq.html | 314 +++ apache-rat-plugin/help-mojo.html | 382 +++ apache-rat-plugin/images/add.gif | Bin 0 -> 207 bytes apache-rat-plugin/images/close.gif | Bin 0 -> 279 bytes apache-rat-plugin/images/collapsed.gif | Bin 0 -> 53 bytes apache-rat-plugin/images/expanded.gif | Bin 0 -> 52 bytes apache-rat-plugin/images/external.png | Bin 0 -> 230 bytes apache-rat-plugin/images/fix.gif | Bin 0 -> 181 bytes apache-rat-plugin/images/icon_error_sml.gif | Bin 0 -> 1010 bytes apache-rat-plugin/images/icon_help_sml.gif | Bin 0 -> 1019 bytes apache-rat-plugin/images/icon_info_sml.gif | Bin 0 -> 606 bytes apache-rat-plugin/images/icon_success_sml.gif | Bin 0 -> 990 bytes apache-rat-plugin/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes .../images/logos/maven-feather.png | Bin 0 -> 3330 bytes apache-rat-plugin/images/newwindow.png | Bin 0 -> 220 bytes apache-rat-plugin/images/remove.gif | Bin 0 -> 227 bytes apache-rat-plugin/images/rss.png | Bin 0 -> 249 bytes apache-rat-plugin/images/update.gif | Bin 0 -> 192 bytes apache-rat-plugin/index.html | 253 ++ apache-rat-plugin/integration.html | 264 ++ apache-rat-plugin/issue-tracking.html | 261 ++ apache-rat-plugin/jira-report.html | 1070 ++++++++ apache-rat-plugin/mail-lists.html | 275 +++ apache-rat-plugin/plugin-info.html | 341 +++ apache-rat-plugin/pmd.html | 285 +++ apache-rat-plugin/project-info.html | 280 +++ apache-rat-plugin/project-reports.html | 292 +++ apache-rat-plugin/rat-mojo.html | 830 +++++++ apache-rat-plugin/rat-report.html | 328 +++ apache-rat-plugin/source-repository.html | 289 +++ apache-rat-plugin/team-list.html | 306 +++ apache-rat-plugin/usage.html | 274 +++ .../xref-test/allclasses-frame.html | 29 + apache-rat-plugin/xref-test/index.html | 25 + .../org/apache/rat/mp/RatCheckMojoTest.html | 218 ++ .../org/apache/rat/mp/RatTestHelpers.html | 288 +++ .../org/apache/rat/mp/package-frame.html | 27 + .../org/apache/rat/mp/package-summary.html | 74 + .../apache/rat/mp/util/ExclusionHelperTest.html | 121 + .../apache/rat/mp/util/ScmIgnoreParserTest.html | 121 + .../org/apache/rat/mp/util/package-frame.html | 27 + .../org/apache/rat/mp/util/package-summary.html | 74 + apache-rat-plugin/xref-test/overview-frame.html | 28 + .../xref-test/overview-summary.html | 71 + apache-rat-plugin/xref-test/stylesheet.css | 114 + apache-rat-plugin/xref/allclasses-frame.html | 53 + apache-rat-plugin/xref/index.html | 25 + .../xref/org/apache/rat/mp/AbstractRatMojo.html | 566 +++++ .../xref/org/apache/rat/mp/FilesReportable.html | 123 + .../rat/mp/HeaderMatcherSpecification.html | 66 + .../xref/org/apache/rat/mp/HelpMojo.html | 467 ++++ .../rat/mp/LicenseFamilySpecification.html | 66 + .../org/apache/rat/mp/RatCheckException.html | 45 + .../xref/org/apache/rat/mp/RatCheckMojo.html | 223 ++ .../xref/org/apache/rat/mp/RatReportMojo.html | 326 +++ .../xref/org/apache/rat/mp/package-frame.html | 48 + .../xref/org/apache/rat/mp/package-summary.html | 109 + .../apache/rat/mp/util/ConfigurationHelper.html | 74 + .../org/apache/rat/mp/util/ExclusionHelper.html | 131 + .../org/apache/rat/mp/util/ScmIgnoreParser.html | 131 + .../org/apache/rat/mp/util/package-frame.html | 30 + .../org/apache/rat/mp/util/package-summary.html | 79 + apache-rat-plugin/xref/overview-frame.html | 28 + apache-rat-plugin/xref/overview-summary.html | 71 + apache-rat-plugin/xref/stylesheet.css | 114 + apache-rat-tasks/apidocs/allclasses-frame.html | 24 + .../apidocs/allclasses-noframe.html | 24 + apache-rat-tasks/apidocs/constant-values.html | 123 + apache-rat-tasks/apidocs/deprecated-list.html | 123 + apache-rat-tasks/apidocs/help-doc.html | 224 ++ apache-rat-tasks/apidocs/index-all.html | 267 ++ apache-rat-tasks/apidocs/index.html | 72 + .../rat/anttasks/FullTextLicenseMatcher.html | 342 +++ .../rat/anttasks/Report.AddLicenseHeaders.html | 318 +++ .../org/apache/rat/anttasks/Report.Format.html | 306 +++ .../apidocs/org/apache/rat/anttasks/Report.html | 530 ++++ .../SubstringLicenseMatcher.Pattern.html | 288 +++ .../rat/anttasks/SubstringLicenseMatcher.html | 343 +++ .../class-use/FullTextLicenseMatcher.html | 123 + .../class-use/Report.AddLicenseHeaders.html | 148 ++ .../rat/anttasks/class-use/Report.Format.html | 150 ++ .../apache/rat/anttasks/class-use/Report.html | 123 + .../SubstringLicenseMatcher.Pattern.html | 148 ++ .../class-use/SubstringLicenseMatcher.html | 123 + .../org/apache/rat/anttasks/package-frame.html | 25 + .../apache/rat/anttasks/package-summary.html | 178 ++ .../org/apache/rat/anttasks/package-tree.html | 161 ++ .../org/apache/rat/anttasks/package-use.html | 153 ++ apache-rat-tasks/apidocs/overview-tree.html | 165 ++ apache-rat-tasks/apidocs/package-list | 1 + apache-rat-tasks/apidocs/script.js | 30 + apache-rat-tasks/apidocs/stylesheet.css | 574 +++++ apache-rat-tasks/css/maven-base.css | 155 ++ apache-rat-tasks/css/maven-theme.css | 141 ++ apache-rat-tasks/css/print.css | 7 + apache-rat-tasks/css/site.css | 27 + apache-rat-tasks/dependencies.html | 793 ++++++ apache-rat-tasks/examples/basic.html | 306 +++ apache-rat-tasks/examples/custom.html | 310 +++ apache-rat-tasks/images/close.gif | Bin 0 -> 279 bytes apache-rat-tasks/images/collapsed.gif | Bin 0 -> 53 bytes apache-rat-tasks/images/expanded.gif | Bin 0 -> 52 bytes apache-rat-tasks/images/external.png | Bin 0 -> 230 bytes apache-rat-tasks/images/icon_error_sml.gif | Bin 0 -> 1010 bytes apache-rat-tasks/images/icon_info_sml.gif | Bin 0 -> 606 bytes apache-rat-tasks/images/icon_success_sml.gif | Bin 0 -> 990 bytes apache-rat-tasks/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes apache-rat-tasks/images/logos/maven-feather.png | Bin 0 -> 3330 bytes apache-rat-tasks/images/newwindow.png | Bin 0 -> 220 bytes apache-rat-tasks/index.html | 270 ++ apache-rat-tasks/integration.html | 255 ++ apache-rat-tasks/issue-tracking.html | 252 ++ apache-rat-tasks/jira-report.html | 1052 ++++++++ apache-rat-tasks/mail-lists.html | 266 ++ apache-rat-tasks/project-info.html | 271 +++ apache-rat-tasks/project-reports.html | 265 ++ apache-rat-tasks/rat-report.html | 295 +++ apache-rat-tasks/report.html | 285 +++ apache-rat-tasks/source-repository.html | 280 +++ apache-rat-tasks/team-list.html | 362 +++ apache-rat-tasks/types.html | 440 ++++ .../xref-test/allclasses-frame.html | 29 + apache-rat-tasks/xref-test/index.html | 25 + .../rat/anttasks/AbstractRatAntTaskTest.html | 100 + .../org/apache/rat/anttasks/ReportTest.html | 138 ++ .../org/apache/rat/anttasks/package-frame.html | 27 + .../apache/rat/anttasks/package-summary.html | 74 + .../xref-test/org/example/LicenseFamily.html | 39 + .../xref-test/org/example/Matcher.html | 50 + .../xref-test/org/example/package-frame.html | 27 + .../xref-test/org/example/package-summary.html | 74 + apache-rat-tasks/xref-test/overview-frame.html | 28 + .../xref-test/overview-summary.html | 71 + apache-rat-tasks/xref-test/stylesheet.css | 114 + apache-rat-tasks/xref/allclasses-frame.html | 41 + apache-rat-tasks/xref/index.html | 25 + .../rat/anttasks/FullTextLicenseMatcher.html | 84 + .../xref/org/apache/rat/anttasks/Report.html | 372 +++ .../anttasks/ResourceCollectionContainer.html | 118 + .../rat/anttasks/SubstringLicenseMatcher.html | 85 + .../org/apache/rat/anttasks/package-frame.html | 45 + .../apache/rat/anttasks/package-summary.html | 104 + apache-rat-tasks/xref/overview-frame.html | 25 + apache-rat-tasks/xref/overview-summary.html | 66 + apache-rat-tasks/xref/stylesheet.css | 114 + apache-rat/css/maven-base.css | 155 ++ apache-rat/css/maven-theme.css | 141 ++ apache-rat/css/print.css | 7 + apache-rat/css/site.css | 27 + apache-rat/dependencies.html | 581 +++++ apache-rat/images/close.gif | Bin 0 -> 279 bytes apache-rat/images/collapsed.gif | Bin 0 -> 53 bytes apache-rat/images/expanded.gif | Bin 0 -> 52 bytes apache-rat/images/external.png | Bin 0 -> 230 bytes apache-rat/images/icon_error_sml.gif | Bin 0 -> 1010 bytes apache-rat/images/icon_info_sml.gif | Bin 0 -> 606 bytes apache-rat/images/icon_success_sml.gif | Bin 0 -> 990 bytes apache-rat/images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes apache-rat/images/logos/maven-feather.png | Bin 0 -> 3330 bytes apache-rat/images/newwindow.png | Bin 0 -> 220 bytes apache-rat/index.html | 266 ++ apache-rat/integration.html | 234 ++ apache-rat/issue-tracking.html | 231 ++ apache-rat/jira-report.html | 1022 ++++++++ apache-rat/mail-lists.html | 245 ++ apache-rat/project-info.html | 250 ++ apache-rat/project-reports.html | 226 ++ apache-rat/rat-report.html | 250 ++ apache-rat/source-repository.html | 259 ++ apache-rat/team-list.html | 341 +++ apidocs/allclasses-frame.html | 125 + apidocs/allclasses-noframe.html | 125 + apidocs/constant-values.html | 784 ++++++ apidocs/deprecated-list.html | 154 ++ apidocs/help-doc.html | 230 ++ apidocs/index-all.html | 2004 +++++++++++++++ apidocs/index.html | 75 + apidocs/org/apache/rat/Defaults.html | 365 +++ apidocs/org/apache/rat/Report.html | 504 ++++ apidocs/org/apache/rat/ReportConfiguration.html | 527 ++++ .../rat/analysis/DefaultAnalyserFactory.html | 273 +++ .../rat/analysis/DocumentHeaderAnalyser.html | 284 +++ .../org/apache/rat/analysis/IHeaderMatcher.html | 260 ++ .../analysis/RatHeaderAnalysisException.html | 302 +++ .../RatReportAnalysisResultException.html | 294 +++ .../class-use/DefaultAnalyserFactory.html | 125 + .../class-use/DocumentHeaderAnalyser.html | 125 + .../rat/analysis/class-use/IHeaderMatcher.html | 448 ++++ .../class-use/RatHeaderAnalysisException.html | 290 +++ .../RatReportAnalysisResultException.html | 125 + .../generation/GeneratedLicenseNotRequired.html | 342 +++ .../generation/JavaDocLicenseNotRequired.html | 320 +++ .../class-use/GeneratedLicenseNotRequired.html | 125 + .../class-use/JavaDocLicenseNotRequired.html | 125 + .../rat/analysis/generation/package-frame.html | 21 + .../analysis/generation/package-summary.html | 149 ++ .../rat/analysis/generation/package-tree.html | 139 ++ .../rat/analysis/generation/package-use.html | 125 + .../license/ApacheSoftwareLicense20.html | 324 +++ .../license/AppliedApacheSoftwareLicense20.html | 411 ++++ .../rat/analysis/license/BaseLicense.html | 383 +++ .../rat/analysis/license/CDDL1License.html | 388 +++ .../rat/analysis/license/CopyrightHeader.html | 496 ++++ .../rat/analysis/license/DojoLicenseHeader.html | 266 ++ .../license/FullTextMatchingLicense.html | 391 +++ .../rat/analysis/license/GPL1License.html | 307 +++ .../rat/analysis/license/GPL2License.html | 307 +++ .../rat/analysis/license/GPL3License.html | 307 +++ .../apache/rat/analysis/license/MITLicense.html | 341 +++ .../rat/analysis/license/OASISLicense.html | 347 +++ .../license/SimplePatternBasedLicense.html | 398 +++ .../analysis/license/TMF854LicenseHeader.html | 266 ++ .../rat/analysis/license/W3CDocLicense.html | 266 ++ .../apache/rat/analysis/license/W3CLicense.html | 266 ++ .../class-use/ApacheSoftwareLicense20.html | 125 + .../AppliedApacheSoftwareLicense20.html | 125 + .../analysis/license/class-use/BaseLicense.html | 281 +++ .../license/class-use/CDDL1License.html | 125 + .../license/class-use/CopyrightHeader.html | 169 ++ .../license/class-use/DojoLicenseHeader.html | 125 + .../class-use/FullTextMatchingLicense.html | 217 ++ .../analysis/license/class-use/GPL1License.html | 125 + .../analysis/license/class-use/GPL2License.html | 125 + .../analysis/license/class-use/GPL3License.html | 125 + .../analysis/license/class-use/MITLicense.html | 125 + .../license/class-use/OASISLicense.html | 125 + .../class-use/SimplePatternBasedLicense.html | 209 ++ .../license/class-use/TMF854LicenseHeader.html | 125 + .../license/class-use/W3CDocLicense.html | 125 + .../analysis/license/class-use/W3CLicense.html | 125 + .../rat/analysis/license/package-frame.html | 35 + .../rat/analysis/license/package-summary.html | 229 ++ .../rat/analysis/license/package-tree.html | 165 ++ .../rat/analysis/license/package-use.html | 204 ++ .../org/apache/rat/analysis/package-frame.html | 30 + .../apache/rat/analysis/package-summary.html | 187 ++ .../org/apache/rat/analysis/package-tree.html | 157 ++ .../org/apache/rat/analysis/package-use.html | 290 +++ .../analysis/util/HeaderMatcherMultiplexer.html | 319 +++ .../class-use/HeaderMatcherMultiplexer.html | 125 + .../apache/rat/analysis/util/package-frame.html | 20 + .../rat/analysis/util/package-summary.html | 145 ++ .../apache/rat/analysis/util/package-tree.html | 138 ++ .../apache/rat/analysis/util/package-use.html | 125 + .../rat/annotation/AbstractLicenseAppender.html | 429 ++++ .../rat/annotation/ApacheV2LicenseAppender.html | 320 +++ .../class-use/AbstractLicenseAppender.html | 168 ++ .../class-use/ApacheV2LicenseAppender.html | 125 + .../apache/rat/annotation/package-frame.html | 21 + .../apache/rat/annotation/package-summary.html | 152 ++ .../org/apache/rat/annotation/package-tree.html | 142 ++ .../org/apache/rat/annotation/package-use.html | 160 ++ .../rat/anttasks/FullTextLicenseMatcher.html | 354 +++ .../rat/anttasks/Report.AddLicenseHeaders.html | 320 +++ .../org/apache/rat/anttasks/Report.Format.html | 308 +++ apidocs/org/apache/rat/anttasks/Report.html | 532 ++++ .../SubstringLicenseMatcher.Pattern.html | 290 +++ .../rat/anttasks/SubstringLicenseMatcher.html | 345 +++ .../class-use/FullTextLicenseMatcher.html | 125 + .../class-use/Report.AddLicenseHeaders.html | 165 ++ .../rat/anttasks/class-use/Report.Format.html | 167 ++ .../apache/rat/anttasks/class-use/Report.html | 125 + .../SubstringLicenseMatcher.Pattern.html | 165 ++ .../class-use/SubstringLicenseMatcher.html | 125 + .../org/apache/rat/anttasks/package-frame.html | 25 + .../apache/rat/anttasks/package-summary.html | 180 ++ .../org/apache/rat/anttasks/package-tree.html | 167 ++ .../org/apache/rat/anttasks/package-use.html | 170 ++ apidocs/org/apache/rat/api/ContentType.html | 343 +++ apidocs/org/apache/rat/api/Document.html | 314 +++ apidocs/org/apache/rat/api/MetaData.Datum.html | 340 +++ apidocs/org/apache/rat/api/MetaData.html | 1608 ++++++++++++ apidocs/org/apache/rat/api/MimeTyper.html | 238 ++ apidocs/org/apache/rat/api/RatException.html | 301 +++ .../apache/rat/api/class-use/ContentType.html | 202 ++ .../org/apache/rat/api/class-use/Document.html | 546 +++++ .../rat/api/class-use/MetaData.Datum.html | 391 +++ .../org/apache/rat/api/class-use/MetaData.html | 199 ++ .../org/apache/rat/api/class-use/MimeTyper.html | 125 + .../apache/rat/api/class-use/RatException.html | 406 +++ .../apache/rat/api/domain/LicenseFamily.html | 344 +++ .../rat/api/domain/LicenseFamilyBuilder.html | 335 +++ .../apache/rat/api/domain/RatLicenseFamily.html | 528 ++++ .../rat/api/domain/class-use/LicenseFamily.html | 173 ++ .../domain/class-use/LicenseFamilyBuilder.html | 186 ++ .../api/domain/class-use/RatLicenseFamily.html | 174 ++ .../apache/rat/api/domain/package-frame.html | 25 + .../apache/rat/api/domain/package-summary.html | 168 ++ .../org/apache/rat/api/domain/package-tree.html | 151 ++ .../org/apache/rat/api/domain/package-use.html | 170 ++ apidocs/org/apache/rat/api/package-frame.html | 31 + apidocs/org/apache/rat/api/package-summary.html | 202 ++ apidocs/org/apache/rat/api/package-tree.html | 154 ++ apidocs/org/apache/rat/api/package-use.html | 504 ++++ apidocs/org/apache/rat/class-use/Defaults.html | 125 + apidocs/org/apache/rat/class-use/Report.html | 125 + .../rat/class-use/ReportConfiguration.html | 251 ++ .../apache/rat/config/AddLicenseHeaders.html | 372 +++ .../apache/rat/config/ConfigurationUtil.html | 281 +++ apidocs/org/apache/rat/config/ReportFormat.html | 355 +++ .../rat/config/SourceCodeManagementSystems.html | 473 ++++ .../rat/config/class-use/AddLicenseHeaders.html | 176 ++ .../rat/config/class-use/ConfigurationUtil.html | 125 + .../rat/config/class-use/ReportFormat.html | 176 ++ .../class-use/SourceCodeManagementSystems.html | 176 ++ .../org/apache/rat/config/package-frame.html | 26 + .../org/apache/rat/config/package-summary.html | 177 ++ apidocs/org/apache/rat/config/package-tree.html | 152 ++ apidocs/org/apache/rat/config/package-use.html | 168 ++ .../document/CompositeDocumentException.html | 282 +++ .../apache/rat/document/IDocumentAnalyser.html | 231 ++ .../document/RatDocumentAnalysisException.html | 305 +++ .../apache/rat/document/ToNameTransformer.html | 294 +++ .../document/UnsuitableDocumentException.html | 307 +++ .../class-use/CompositeDocumentException.html | 125 + .../document/class-use/IDocumentAnalyser.html | 254 ++ .../class-use/RatDocumentAnalysisException.html | 259 ++ .../document/class-use/ToNameTransformer.html | 125 + .../class-use/UnsuitableDocumentException.html | 125 + .../impl/AbstractMonolithicDocument.html | 339 +++ .../rat/document/impl/ArchiveEntryDocument.html | 411 ++++ .../rat/document/impl/DocumentImplUtils.html | 298 +++ .../apache/rat/document/impl/FileDocument.html | 405 +++ .../document/impl/MonolithicFileDocument.html | 344 +++ .../class-use/AbstractMonolithicDocument.html | 165 ++ .../impl/class-use/ArchiveEntryDocument.html | 125 + .../impl/class-use/DocumentImplUtils.html | 125 + .../document/impl/class-use/FileDocument.html | 125 + .../impl/class-use/MonolithicFileDocument.html | 125 + .../document/impl/guesser/ArchiveGuesser.html | 297 +++ .../document/impl/guesser/BinaryGuesser.html | 593 +++++ .../rat/document/impl/guesser/GuessUtils.html | 281 +++ .../rat/document/impl/guesser/NoteGuesser.html | 291 +++ .../impl/guesser/class-use/ArchiveGuesser.html | 125 + .../impl/guesser/class-use/BinaryGuesser.html | 125 + .../impl/guesser/class-use/GuessUtils.html | 125 + .../impl/guesser/class-use/NoteGuesser.html | 125 + .../document/impl/guesser/package-frame.html | 23 + .../document/impl/guesser/package-summary.html | 157 ++ .../rat/document/impl/guesser/package-tree.html | 141 ++ .../rat/document/impl/guesser/package-use.html | 125 + .../apache/rat/document/impl/package-frame.html | 24 + .../rat/document/impl/package-summary.html | 163 ++ .../apache/rat/document/impl/package-tree.html | 145 ++ .../apache/rat/document/impl/package-use.html | 160 ++ .../impl/util/DocumentAnalyserMultiplexer.html | 284 +++ .../class-use/DocumentAnalyserMultiplexer.html | 125 + .../rat/document/impl/util/package-frame.html | 20 + .../rat/document/impl/util/package-summary.html | 143 ++ .../rat/document/impl/util/package-tree.html | 138 ++ .../rat/document/impl/util/package-use.html | 125 + .../org/apache/rat/document/package-frame.html | 30 + .../apache/rat/document/package-summary.html | 186 ++ .../org/apache/rat/document/package-tree.html | 160 ++ .../org/apache/rat/document/package-use.html | 243 ++ apidocs/org/apache/rat/header/HeaderBean.html | 341 +++ .../org/apache/rat/header/HeaderMatcher.html | 350 +++ .../apache/rat/header/class-use/HeaderBean.html | 165 ++ .../rat/header/class-use/HeaderMatcher.html | 125 + .../org/apache/rat/header/package-frame.html | 21 + .../org/apache/rat/header/package-summary.html | 149 ++ apidocs/org/apache/rat/header/package-tree.html | 139 ++ apidocs/org/apache/rat/header/package-use.html | 158 ++ .../license/AcademicFree21LicenseFamily.html | 254 ++ .../rat/license/Apache20LicenseFamily.html | 254 ++ .../apache/rat/license/CDDL1LicenseFamily.html | 255 ++ .../apache/rat/license/GPL1LicenseFamily.html | 255 ++ .../apache/rat/license/GPL2LicenseFamily.html | 255 ++ .../apache/rat/license/GPL3LicenseFamily.html | 255 ++ .../org/apache/rat/license/ILicenseFamily.html | 226 ++ .../apache/rat/license/MITLicenseFamily.html | 255 ++ .../rat/license/ModifiedBSDLicenseFamily.html | 254 ++ .../apache/rat/license/OASISLicenseFamily.html | 254 ++ .../apache/rat/license/SimpleLicenseFamily.html | 315 +++ .../rat/license/W3CDocumentLicenseFamily.html | 254 ++ .../rat/license/W3CSoftwareLicenseFamily.html | 254 ++ .../class-use/AcademicFree21LicenseFamily.html | 125 + .../class-use/Apache20LicenseFamily.html | 125 + .../license/class-use/CDDL1LicenseFamily.html | 125 + .../license/class-use/GPL1LicenseFamily.html | 125 + .../license/class-use/GPL2LicenseFamily.html | 125 + .../license/class-use/GPL3LicenseFamily.html | 125 + .../rat/license/class-use/ILicenseFamily.html | 344 +++ .../rat/license/class-use/MITLicenseFamily.html | 125 + .../class-use/ModifiedBSDLicenseFamily.html | 125 + .../license/class-use/OASISLicenseFamily.html | 125 + .../license/class-use/SimpleLicenseFamily.html | 215 ++ .../class-use/W3CDocumentLicenseFamily.html | 125 + .../class-use/W3CSoftwareLicenseFamily.html | 125 + .../org/apache/rat/license/package-frame.html | 35 + .../org/apache/rat/license/package-summary.html | 214 ++ .../org/apache/rat/license/package-tree.html | 156 ++ apidocs/org/apache/rat/license/package-use.html | 241 ++ apidocs/org/apache/rat/mp/AbstractRatMojo.html | 456 ++++ .../rat/mp/HeaderMatcherSpecification.html | 301 +++ apidocs/org/apache/rat/mp/HelpMojo.html | 317 +++ .../rat/mp/LicenseFamilySpecification.html | 301 +++ .../org/apache/rat/mp/RatCheckException.html | 295 +++ apidocs/org/apache/rat/mp/RatCheckMojo.html | 375 +++ apidocs/org/apache/rat/mp/RatReportMojo.html | 585 +++++ .../rat/mp/class-use/AbstractRatMojo.html | 176 ++ .../class-use/HeaderMatcherSpecification.html | 125 + .../org/apache/rat/mp/class-use/HelpMojo.html | 125 + .../class-use/LicenseFamilySpecification.html | 125 + .../rat/mp/class-use/RatCheckException.html | 125 + .../apache/rat/mp/class-use/RatCheckMojo.html | 125 + .../apache/rat/mp/class-use/RatReportMojo.html | 125 + apidocs/org/apache/rat/mp/package-frame.html | 29 + apidocs/org/apache/rat/mp/package-summary.html | 201 ++ apidocs/org/apache/rat/mp/package-tree.html | 167 ++ apidocs/org/apache/rat/mp/package-use.html | 163 ++ .../apache/rat/mp/util/ConfigurationHelper.html | 247 ++ .../org/apache/rat/mp/util/ExclusionHelper.html | 329 +++ .../org/apache/rat/mp/util/ScmIgnoreParser.html | 277 +++ .../mp/util/class-use/ConfigurationHelper.html | 125 + .../rat/mp/util/class-use/ExclusionHelper.html | 125 + .../rat/mp/util/class-use/ScmIgnoreParser.html | 125 + .../org/apache/rat/mp/util/package-frame.html | 22 + .../org/apache/rat/mp/util/package-summary.html | 155 ++ .../org/apache/rat/mp/util/package-tree.html | 140 ++ apidocs/org/apache/rat/mp/util/package-use.html | 125 + apidocs/org/apache/rat/package-frame.html | 22 + apidocs/org/apache/rat/package-summary.html | 156 ++ apidocs/org/apache/rat/package-tree.html | 140 ++ apidocs/org/apache/rat/package-use.html | 208 ++ .../org/apache/rat/policy/DefaultPolicy.html | 328 +++ .../rat/policy/class-use/DefaultPolicy.html | 125 + .../org/apache/rat/policy/package-frame.html | 20 + .../org/apache/rat/policy/package-summary.html | 143 ++ apidocs/org/apache/rat/policy/package-tree.html | 138 ++ apidocs/org/apache/rat/policy/package-use.html | 125 + .../org/apache/rat/report/AbstractReport.html | 329 +++ apidocs/org/apache/rat/report/IReportable.html | 231 ++ apidocs/org/apache/rat/report/RatReport.html | 267 ++ .../apache/rat/report/claim/ClaimStatistic.html | 545 +++++ .../report/claim/class-use/ClaimStatistic.html | 287 +++ .../claim/impl/AbstractClaimReporter.html | 356 +++ .../rat/report/claim/impl/ClaimAggregator.html | 392 +++ .../impl/class-use/AbstractClaimReporter.html | 168 ++ .../claim/impl/class-use/ClaimAggregator.html | 125 + .../rat/report/claim/impl/package-frame.html | 21 + .../rat/report/claim/impl/package-summary.html | 152 ++ .../rat/report/claim/impl/package-tree.html | 146 ++ .../rat/report/claim/impl/package-use.html | 160 ++ .../claim/impl/xml/SimpleXmlClaimReporter.html | 559 +++++ .../xml/class-use/SimpleXmlClaimReporter.html | 125 + .../report/claim/impl/xml/package-frame.html | 20 + .../report/claim/impl/xml/package-summary.html | 143 ++ .../rat/report/claim/impl/xml/package-tree.html | 142 ++ .../rat/report/claim/impl/xml/package-use.html | 125 + .../apache/rat/report/claim/package-frame.html | 20 + .../rat/report/claim/package-summary.html | 146 ++ .../apache/rat/report/claim/package-tree.html | 138 ++ .../apache/rat/report/claim/package-use.html | 230 ++ .../claim/util/ClaimReporterMultiplexer.html | 326 +++ .../report/claim/util/LicenseAddingReport.html | 299 +++ .../class-use/ClaimReporterMultiplexer.html | 125 + .../util/class-use/LicenseAddingReport.html | 125 + .../rat/report/claim/util/package-frame.html | 21 + .../rat/report/claim/util/package-summary.html | 147 ++ .../rat/report/claim/util/package-tree.html | 143 ++ .../rat/report/claim/util/package-use.html | 125 + .../rat/report/class-use/AbstractReport.html | 218 ++ .../rat/report/class-use/IReportable.html | 248 ++ .../apache/rat/report/class-use/RatReport.html | 327 +++ .../org/apache/rat/report/package-frame.html | 25 + .../org/apache/rat/report/package-summary.html | 164 ++ apidocs/org/apache/rat/report/package-tree.html | 143 ++ apidocs/org/apache/rat/report/package-use.html | 312 +++ .../apache/rat/report/xml/XmlReportFactory.html | 277 +++ .../report/xml/class-use/XmlReportFactory.html | 125 + .../apache/rat/report/xml/package-frame.html | 20 + .../apache/rat/report/xml/package-summary.html | 145 ++ .../org/apache/rat/report/xml/package-tree.html | 138 ++ .../org/apache/rat/report/xml/package-use.html | 125 + .../rat/report/xml/writer/IXmlWriter.html | 385 +++ .../report/xml/writer/InvalidXmlException.html | 269 ++ .../writer/OperationNotAllowedException.html | 270 ++ .../rat/report/xml/writer/XmlWriterUtils.html | 281 +++ .../report/xml/writer/class-use/IXmlWriter.html | 327 +++ .../writer/class-use/InvalidXmlException.html | 125 + .../class-use/OperationNotAllowedException.html | 125 + .../xml/writer/class-use/XmlWriterUtils.html | 125 + .../report/xml/writer/impl/base/XmlWriter.html | 451 ++++ .../writer/impl/base/class-use/XmlWriter.html | 125 + .../xml/writer/impl/base/package-frame.html | 20 + .../xml/writer/impl/base/package-summary.html | 145 ++ .../xml/writer/impl/base/package-tree.html | 138 ++ .../xml/writer/impl/base/package-use.html | 125 + .../rat/report/xml/writer/package-frame.html | 29 + .../rat/report/xml/writer/package-summary.html | 184 ++ .../rat/report/xml/writer/package-tree.html | 156 ++ .../rat/report/xml/writer/package-use.html | 223 ++ .../org/apache/rat/walker/ArchiveWalker.html | 333 +++ .../org/apache/rat/walker/DirectoryWalker.html | 397 +++ apidocs/org/apache/rat/walker/Walker.html | 398 +++ .../rat/walker/class-use/ArchiveWalker.html | 125 + .../rat/walker/class-use/DirectoryWalker.html | 125 + .../org/apache/rat/walker/class-use/Walker.html | 173 ++ .../org/apache/rat/walker/package-frame.html | 22 + .../org/apache/rat/walker/package-summary.html | 157 ++ apidocs/org/apache/rat/walker/package-tree.html | 143 ++ apidocs/org/apache/rat/walker/package-use.html | 160 ++ apidocs/overview-frame.html | 48 + apidocs/overview-summary.html | 254 ++ apidocs/overview-tree.html | 357 +++ apidocs/package-list | 28 + apidocs/script.js | 30 + apidocs/serialized-form.html | 234 ++ apidocs/stylesheet.css | 574 +++++ changes-report.html | 844 +++++++ css/maven-base.css | 155 ++ css/maven-theme.css | 141 ++ css/print.css | 7 + css/site.css | 27 + dependencies.html | 237 ++ download_rat.cgi | 22 + download_rat.html | 386 +++ images/add.gif | Bin 0 -> 207 bytes images/close.gif | Bin 0 -> 279 bytes images/collapsed.gif | Bin 0 -> 53 bytes images/expanded.gif | Bin 0 -> 52 bytes images/external.png | Bin 0 -> 230 bytes images/fix.gif | Bin 0 -> 181 bytes images/icon_error_sml.gif | Bin 0 -> 1010 bytes images/icon_help_sml.gif | Bin 0 -> 1019 bytes images/icon_info_sml.gif | Bin 0 -> 606 bytes images/icon_success_sml.gif | Bin 0 -> 990 bytes images/icon_warning_sml.gif | Bin 0 -> 576 bytes images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes images/logos/maven-feather.png | Bin 0 -> 3330 bytes images/newwindow.png | Bin 0 -> 220 bytes images/remove.gif | Bin 0 -> 227 bytes images/rss.png | Bin 0 -> 249 bytes images/update.gif | Bin 0 -> 192 bytes index.html | 291 +++ integration.html | 244 ++ issue-tracking.html | 241 ++ jira-report.html | 1044 ++++++++ mail-lists.html | 255 ++ project-info.html | 260 ++ project-reports.html | 260 ++ rat-report.html | 281 +++ site-publish.html | 263 ++ source-repository.html | 269 ++ team-list.html | 351 +++ xref-test/allclasses-frame.html | 212 ++ xref-test/index.html | 25 + xref-test/org/apache/rat/ReportTest.html | 146 ++ .../org/apache/rat/ReportTransformerTest.html | 66 + .../rat/analysis/AnalyserFactoryTest.html | 130 + .../rat/analysis/HeaderCheckWorkerTest.html | 55 + .../apache/rat/analysis/MockLicenseMatcher.html | 54 + .../GeneratedLicenseNotRequiredTest.html | 63 + .../JavaDocLicenseNotRequiredTest.html | 95 + .../rat/analysis/generation/package-frame.html | 27 + .../analysis/generation/package-summary.html | 74 + .../license/ApacheSoftwareLicense20Test.html | 83 + .../AppliedApacheSoftwareLicense20Test.html | 122 + .../rat/analysis/license/CDDL1LicenseTest.html | 101 + .../analysis/license/CopyrightHeaderTest.html | 89 + .../rat/analysis/license/DirectoryScanner.html | 79 + .../rat/analysis/license/GPL123LicenseTest.html | 100 + .../rat/analysis/license/MITLicenseTest.html | 97 + .../analysis/license/MockStandardLicense.html | 45 + .../rat/analysis/license/OASISLicenseTest.html | 130 + .../rat/analysis/license/W3CLicenseTest.html | 72 + .../rat/analysis/license/package-frame.html | 51 + .../rat/analysis/license/package-summary.html | 114 + .../org/apache/rat/analysis/package-frame.html | 30 + .../apache/rat/analysis/package-summary.html | 79 + .../analysis/util/MatcherMultiplexerTest.html | 93 + .../apache/rat/analysis/util/package-frame.html | 24 + .../rat/analysis/util/package-summary.html | 69 + .../rat/annotation/TestLicenseAppender.html | 713 ++++++ .../apache/rat/annotation/package-frame.html | 30 + .../apache/rat/annotation/package-summary.html | 79 + .../rat/anttasks/AbstractRatAntTaskTest.html | 100 + .../org/apache/rat/anttasks/ReportTest.html | 138 ++ .../org/apache/rat/anttasks/package-frame.html | 27 + .../apache/rat/anttasks/package-summary.html | 74 + .../api/domain/LicenseFamilyBuilderTest.html | 76 + .../rat/api/domain/RatLicenseFamilyTest.html | 239 ++ .../apache/rat/api/domain/package-frame.html | 27 + .../apache/rat/api/domain/package-summary.html | 74 + .../rat/config/AddLicenseHeadersTest.html | 44 + .../rat/config/ConfigurationUtilTest.html | 57 + .../org/apache/rat/config/ReportFormatTest.html | 56 + .../config/SourceCodeManagementSystemsTest.html | 69 + .../org/apache/rat/config/package-frame.html | 33 + .../org/apache/rat/config/package-summary.html | 84 + .../org/apache/rat/document/MockDocument.html | 81 + .../rat/document/MockDocumentAnalyser.html | 47 + .../org/apache/rat/document/MockLocation.html | 85 + .../rat/document/ToNameTransformerTest.html | 57 + .../document/impl/SingularFileDocumentTest.html | 70 + .../impl/guesser/ArchiveGuesserTest.html | 79 + .../impl/guesser/BinaryGuesserTest.html | 156 ++ .../document/impl/guesser/GuessUtilsTest.html | 49 + .../document/impl/guesser/NoteGuesserTest.html | 80 + .../document/impl/guesser/package-frame.html | 33 + .../document/impl/guesser/package-summary.html | 84 + .../apache/rat/document/impl/package-frame.html | 24 + .../rat/document/impl/package-summary.html | 69 + .../util/DocumentAnalyserMultiplexerTest.html | 76 + .../rat/document/impl/util/package-frame.html | 24 + .../rat/document/impl/util/package-summary.html | 69 + .../org/apache/rat/document/package-frame.html | 33 + .../apache/rat/document/package-summary.html | 84 + .../apache/rat/header/ArrayCharFilterTest.html | 60 + .../header/FilteringSequenceFactoryTest.html | 94 + .../apache/rat/header/HeaderMatcherTest.html | 112 + .../rat/header/HeaderMatcherWithBeansTest.html | 93 + .../org/apache/rat/header/SimpleCharFilter.html | 44 + .../org/apache/rat/header/package-frame.html | 36 + .../org/apache/rat/header/package-summary.html | 89 + .../org/apache/rat/mp/RatCheckMojoTest.html | 218 ++ xref-test/org/apache/rat/mp/RatTestHelpers.html | 288 +++ xref-test/org/apache/rat/mp/package-frame.html | 27 + .../org/apache/rat/mp/package-summary.html | 74 + .../apache/rat/mp/util/ExclusionHelperTest.html | 121 + .../apache/rat/mp/util/ScmIgnoreParserTest.html | 121 + .../org/apache/rat/mp/util/package-frame.html | 27 + .../org/apache/rat/mp/util/package-summary.html | 74 + xref-test/org/apache/rat/package-frame.html | 27 + xref-test/org/apache/rat/package-summary.html | 74 + .../apache/rat/policy/DefaultPolicyTest.html | 165 ++ .../org/apache/rat/policy/package-frame.html | 24 + .../org/apache/rat/policy/package-summary.html | 69 + .../claim/impl/xml/MockClaimReporter.html | 37 + .../report/claim/impl/xml/package-frame.html | 24 + .../report/claim/impl/xml/package-summary.html | 69 + .../apache/rat/report/xml/MockXmlWriter.html | 135 + .../rat/report/xml/XmlReportFactoryTest.html | 110 + .../apache/rat/report/xml/XmlReportTest.html | 209 ++ .../org/apache/rat/report/xml/XmlUtils.html | 93 + .../apache/rat/report/xml/package-frame.html | 51 + .../apache/rat/report/xml/package-summary.html | 114 + .../report/xml/writer/XmlWriterUtilsTest.html | 65 + .../xml/writer/impl/base/XmlWriterTest.html | 496 ++++ .../xml/writer/impl/base/package-frame.html | 24 + .../xml/writer/impl/base/package-summary.html | 69 + .../rat/report/xml/writer/package-frame.html | 24 + .../rat/report/xml/writer/package-summary.html | 69 + .../org/apache/rat/test/utils/Resources.html | 143 ++ .../apache/rat/test/utils/package-frame.html | 24 + .../apache/rat/test/utils/package-summary.html | 69 + .../rat/walker/FileNameComparatorTest.html | 51 + .../org/apache/rat/walker/package-frame.html | 24 + .../org/apache/rat/walker/package-summary.html | 69 + xref-test/org/example/LicenseFamily.html | 39 + xref-test/org/example/Matcher.html | 50 + xref-test/org/example/package-frame.html | 27 + xref-test/org/example/package-summary.html | 74 + xref-test/overview-frame.html | 94 + xref-test/overview-summary.html | 181 ++ xref-test/stylesheet.css | 114 + xref/allclasses-frame.html | 368 +++ xref/index.html | 25 + xref/org/apache/rat/Defaults.html | 121 + xref/org/apache/rat/Report.html | 441 ++++ xref/org/apache/rat/ReportConfiguration.html | 175 ++ .../rat/ReportFailedRuntimeException.html | 56 + xref/org/apache/rat/ReportTransformer.html | 80 + .../rat/analysis/DefaultAnalyserFactory.html | 78 + .../rat/analysis/DocumentHeaderAnalyser.html | 67 + .../apache/rat/analysis/HeaderCheckWorker.html | 130 + .../org/apache/rat/analysis/IHeaderMatcher.html | 58 + .../analysis/RatHeaderAnalysisException.html | 57 + .../RatReportAnalysisResultException.html | 53 + .../generation/GeneratedLicenseNotRequired.html | 119 + .../generation/JavaDocLicenseNotRequired.html | 62 + .../rat/analysis/generation/package-frame.html | 27 + .../analysis/generation/package-summary.html | 74 + .../license/ApacheSoftwareLicense20.html | 48 + .../license/AppliedApacheSoftwareLicense20.html | 87 + .../rat/analysis/license/BaseLicense.html | 105 + .../rat/analysis/license/CDDL1License.html | 80 + .../rat/analysis/license/CopyrightHeader.html | 115 + .../rat/analysis/license/DojoLicenseHeader.html | 54 + .../license/FullTextMatchingLicense.html | 133 + .../rat/analysis/license/GPL1License.html | 50 + .../rat/analysis/license/GPL2License.html | 50 + .../rat/analysis/license/GPL3License.html | 50 + .../apache/rat/analysis/license/MITLicense.html | 49 + .../rat/analysis/license/OASISLicense.html | 79 + .../license/SimplePatternBasedLicense.html | 88 + .../analysis/license/TMF854LicenseHeader.html | 48 + .../rat/analysis/license/W3CDocLicense.html | 48 + .../apache/rat/analysis/license/W3CLicense.html | 49 + .../rat/analysis/license/package-frame.html | 69 + .../rat/analysis/license/package-summary.html | 144 ++ xref/org/apache/rat/analysis/package-frame.html | 42 + .../apache/rat/analysis/package-summary.html | 99 + .../analysis/util/HeaderMatcherMultiplexer.html | 69 + .../apache/rat/analysis/util/package-frame.html | 24 + .../rat/analysis/util/package-summary.html | 69 + .../rat/annotation/AbstractLicenseAppender.html | 633 +++++ .../rat/annotation/ApacheV2LicenseAppender.html | 111 + .../apache/rat/annotation/package-frame.html | 30 + .../apache/rat/annotation/package-summary.html | 79 + .../rat/anttasks/FullTextLicenseMatcher.html | 84 + xref/org/apache/rat/anttasks/Report.html | 372 +++ .../anttasks/ResourceCollectionContainer.html | 118 + .../rat/anttasks/SubstringLicenseMatcher.html | 85 + xref/org/apache/rat/anttasks/package-frame.html | 45 + .../apache/rat/anttasks/package-summary.html | 104 + xref/org/apache/rat/api/ContentType.html | 90 + xref/org/apache/rat/api/Document.html | 71 + xref/org/apache/rat/api/MetaData.html | 323 +++ xref/org/apache/rat/api/MimeTyper.html | 50 + xref/org/apache/rat/api/RatException.html | 53 + .../apache/rat/api/domain/LicenseFamily.html | 112 + .../rat/api/domain/LicenseFamilyBuilder.html | 109 + .../apache/rat/api/domain/RatLicenseFamily.html | 150 ++ .../apache/rat/api/domain/package-frame.html | 30 + .../apache/rat/api/domain/package-summary.html | 79 + xref/org/apache/rat/api/package-frame.html | 39 + xref/org/apache/rat/api/package-summary.html | 94 + .../apache/rat/config/AddLicenseHeaders.html | 57 + .../apache/rat/config/ConfigurationUtil.html | 57 + xref/org/apache/rat/config/ReportFormat.html | 46 + .../rat/config/SourceCodeManagementSystems.html | 118 + xref/org/apache/rat/config/package-frame.html | 33 + xref/org/apache/rat/config/package-summary.html | 84 + .../document/CompositeDocumentException.html | 52 + .../apache/rat/document/IDocumentAnalyser.html | 40 + .../document/RatDocumentAnalysisException.html | 53 + .../apache/rat/document/ToNameTransformer.html | 53 + .../document/UnsuitableDocumentException.html | 59 + .../impl/AbstractMonolithicDocument.html | 61 + .../rat/document/impl/ArchiveEntryDocument.html | 93 + .../rat/document/impl/DocumentImplUtils.html | 73 + .../apache/rat/document/impl/FileDocument.html | 96 + .../document/impl/MonolithicFileDocument.html | 86 + .../document/impl/guesser/ArchiveGuesser.html | 79 + .../document/impl/guesser/BinaryGuesser.html | 378 +++ .../rat/document/impl/guesser/GuessUtils.html | 56 + .../rat/document/impl/guesser/NoteGuesser.html | 97 + .../document/impl/guesser/package-frame.html | 33 + .../document/impl/guesser/package-summary.html | 84 + .../apache/rat/document/impl/package-frame.html | 36 + .../rat/document/impl/package-summary.html | 89 + .../impl/util/DocumentAnalyserMultiplexer.html | 53 + .../rat/document/impl/util/package-frame.html | 24 + .../rat/document/impl/util/package-summary.html | 69 + xref/org/apache/rat/document/package-frame.html | 36 + .../apache/rat/document/package-summary.html | 89 + xref/org/apache/rat/header/ArrayCharFilter.html | 56 + xref/org/apache/rat/header/CharFilter.html | 43 + .../rat/header/FilteringSequenceFactory.html | 72 + xref/org/apache/rat/header/HeaderBean.html | 75 + xref/org/apache/rat/header/HeaderMatcher.html | 117 + xref/org/apache/rat/header/package-frame.html | 36 + xref/org/apache/rat/header/package-summary.html | 89 + .../license/AcademicFree21LicenseFamily.html | 40 + .../rat/license/Apache20LicenseFamily.html | 40 + .../apache/rat/license/CDDL1LicenseFamily.html | 44 + .../apache/rat/license/GPL1LicenseFamily.html | 44 + .../apache/rat/license/GPL2LicenseFamily.html | 44 + .../apache/rat/license/GPL3LicenseFamily.html | 44 + xref/org/apache/rat/license/ILicenseFamily.html | 37 + .../apache/rat/license/MITLicenseFamily.html | 44 + .../rat/license/ModifiedBSDLicenseFamily.html | 40 + .../apache/rat/license/OASISLicenseFamily.html | 40 + .../apache/rat/license/SimpleLicenseFamily.html | 56 + .../rat/license/W3CDocumentLicenseFamily.html | 40 + .../rat/license/W3CSoftwareLicenseFamily.html | 40 + xref/org/apache/rat/license/package-frame.html | 60 + .../org/apache/rat/license/package-summary.html | 129 + xref/org/apache/rat/mp/AbstractRatMojo.html | 566 +++++ xref/org/apache/rat/mp/FilesReportable.html | 123 + .../rat/mp/HeaderMatcherSpecification.html | 66 + xref/org/apache/rat/mp/HelpMojo.html | 467 ++++ .../rat/mp/LicenseFamilySpecification.html | 66 + xref/org/apache/rat/mp/RatCheckException.html | 45 + xref/org/apache/rat/mp/RatCheckMojo.html | 223 ++ xref/org/apache/rat/mp/RatReportMojo.html | 326 +++ xref/org/apache/rat/mp/package-frame.html | 48 + xref/org/apache/rat/mp/package-summary.html | 109 + .../apache/rat/mp/util/ConfigurationHelper.html | 74 + .../org/apache/rat/mp/util/ExclusionHelper.html | 131 + .../org/apache/rat/mp/util/ScmIgnoreParser.html | 131 + xref/org/apache/rat/mp/util/package-frame.html | 30 + .../org/apache/rat/mp/util/package-summary.html | 79 + xref/org/apache/rat/package-frame.html | 36 + xref/org/apache/rat/package-summary.html | 89 + xref/org/apache/rat/policy/DefaultPolicy.html | 100 + xref/org/apache/rat/policy/package-frame.html | 24 + xref/org/apache/rat/policy/package-summary.html | 69 + xref/org/apache/rat/report/AbstractReport.html | 53 + xref/org/apache/rat/report/IReportable.html | 39 + xref/org/apache/rat/report/RatReport.html | 44 + .../apache/rat/report/claim/ClaimStatistic.html | 173 ++ .../claim/impl/AbstractClaimReporter.html | 115 + .../rat/report/claim/impl/ClaimAggregator.html | 115 + .../rat/report/claim/impl/package-frame.html | 27 + .../rat/report/claim/impl/package-summary.html | 74 + .../claim/impl/xml/SimpleXmlClaimReporter.html | 163 ++ .../report/claim/impl/xml/package-frame.html | 24 + .../report/claim/impl/xml/package-summary.html | 69 + .../apache/rat/report/claim/package-frame.html | 24 + .../rat/report/claim/package-summary.html | 69 + .../claim/util/ClaimReporterMultiplexer.html | 76 + .../report/claim/util/LicenseAddingReport.html | 68 + .../rat/report/claim/util/package-frame.html | 27 + .../rat/report/claim/util/package-summary.html | 74 + xref/org/apache/rat/report/package-frame.html | 30 + xref/org/apache/rat/report/package-summary.html | 79 + .../apache/rat/report/xml/XmlReportFactory.html | 74 + .../apache/rat/report/xml/package-frame.html | 24 + .../apache/rat/report/xml/package-summary.html | 69 + .../rat/report/xml/writer/IXmlWriter.html | 114 + .../report/xml/writer/InvalidXmlException.html | 48 + .../writer/OperationNotAllowedException.html | 49 + .../rat/report/xml/writer/XmlWriterUtils.html | 42 + .../report/xml/writer/impl/base/XmlWriter.html | 663 +++++ .../xml/writer/impl/base/package-frame.html | 24 + .../xml/writer/impl/base/package-summary.html | 69 + .../rat/report/xml/writer/package-frame.html | 33 + .../rat/report/xml/writer/package-summary.html | 84 + xref/org/apache/rat/walker/ArchiveWalker.html | 132 + xref/org/apache/rat/walker/DirectoryWalker.html | 160 ++ .../apache/rat/walker/FileNameComparator.html | 57 + xref/org/apache/rat/walker/Walker.html | 89 + xref/org/apache/rat/walker/package-frame.html | 33 + xref/org/apache/rat/walker/package-summary.html | 84 + xref/overview-frame.html | 106 + xref/overview-summary.html | 201 ++ xref/stylesheet.css | 114 + 1511 files changed, 242895 insertions(+) ----------------------------------------------------------------------
