Fork me on GitHub

RAT (Release Audit Tool) results

The following document contains the results of RAT (Release Audit Tool) Apache Creadur RAT::Plugin4Maven 0.17 (Apache Software Foundation).

*****************************************************
Summary
*****************************************************
Generated at: 2025-12-17T07:18:45Z
    by Apache Creadur RAT::Core 0.17 (Apache Software Foundation)

-----------------------------------------------------
Counters
-----------------------------------------------------
    (Entries starting with '!' exceed the minimum or maximum values)
  Approved:           11    A count of approved licenses.
  Archives:           0    A count of archive files.
  Binaries:           2    A count of binary files.
  Document types:     4    A count of distinct document types.
  Ignored:            57    A count of ignored files.
  License categories: 1    A count of distinct license categories.
  License names:      1    A count of distinct license names.
  Notices:            1    A count of notice files.
  Standards:          11    A count of standard files.
  Unapproved:         0    A count of unapproved licenses.
  Unknown:            0    A count of unknown file types.


-----------------------------------------------------
Licenses detected
-----------------------------------------------------

GNU General Public License V3.0: 11 

-----------------------------------------------------
License Categories detected
-----------------------------------------------------

GPL  : 11 

-----------------------------------------------------
Document Types detected
-----------------------------------------------------

BINARY: 2 
IGNORED: 57 
NOTICE: 1 
STANDARD: 11 

*****************************************************
Detail
*****************************************************

  Documents with unapproved licenses will start with a '!'
  The first character on the next line identifies the document type.
   
   char         type
    A       Archive file
    B       Binary file
    I       Ignored file
    N       Notice file
    S       Standard file
    U       Unknown file.
  
  /.codacy.yml
  I         text/x-yaml    

  /.editorconfig
  I         application/octet-stream    

  /.git
  I         application/octet-stream     (directory)

  /.gitattributes
  I         application/octet-stream    

  /.github
  I         application/octet-stream     (directory)

  /.gitignore
  I         application/octet-stream    

  /.mvn
  I         application/octet-stream     (directory)

  /LICENSE
  N         text/plain    ISO-8859-1

  /README.md
  I         text/x-web-markdown    

  /SECURITY.md
  I         text/x-web-markdown    

  /docs/apidocs
  I         application/octet-stream     (directory)

  /docs/checkstyle.html
  I         text/html    

  /docs/checkstyle.rss
  I         application/rss+xml    

  /docs/cobertura
  I         application/octet-stream     (directory)

  /docs/cpd.html
  I         text/html    

  /docs/css
  I         application/octet-stream     (directory)

  /docs/dependencies.html
  I         text/html    

  /docs/dependency-convergence.html
  I         text/html    

  /docs/dependency-info.html
  I         text/html    

  /docs/dependency-management.html
  I         text/html    

  /docs/dependency-updates-report.html
  I         text/html    

  /docs/findbugs.html
  I         text/html    

  /docs/fonts
  I         application/octet-stream     (directory)

  /docs/images
  I         application/octet-stream     (directory)

  /docs/img
  I         application/octet-stream     (directory)

  /docs/index.html
  I         text/html    

  /docs/issue-management.html
  I         text/html    

  /docs/issue-tracking.html
  I         text/html    

  /docs/jacoco
  I         application/octet-stream     (directory)

  /docs/jdepend-report.html
  I         text/html    

  /docs/js
  I         application/octet-stream     (directory)

  /docs/license.html
  I         text/html    

  /docs/licenses.html
  I         text/html    

  /docs/pit-reports
  I         application/octet-stream     (directory)

  /docs/plugin-management.html
  I         text/html    

  /docs/plugin-updates-report.html
  I         text/html    

  /docs/plugins.html
  I         text/html    

  /docs/pmd.html
  I         text/html    

  /docs/project-info.html
  I         text/html    

  /docs/project-reports.html
  I         text/html    

  /docs/project-summary.html
  I         text/html    

  /docs/property-updates-report.html
  I         text/html    

  /docs/rat-report.html
  I         text/html    

  /docs/scm.html
  I         text/html    

  /docs/source-repository.html
  I         text/html    

  /docs/spotbugs.html
  I         text/html    

  /docs/summary.html
  I         text/html    

  /docs/surefire-report.html
  I         text/html    

  /docs/surefire.html
  I         text/html    

  /docs/taglist.html
  I         text/html    

  /docs/testapidocs
  I         application/octet-stream     (directory)

  /docs/xref
  I         application/octet-stream     (directory)

  /docs/xref-test
  I         application/octet-stream     (directory)

  /mvnw
  B         application/x-sh    

  /mvnw.cmd
  B         application/x-bat    

  /pom.xml
  S         application/xml    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /site.sh
  I         application/x-sh    

  /src/main/java/de/aikiit/mailclena/MailClena.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/main/java/de/aikiit/mailclena/MailClenaParameterParser.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/main/java/de/aikiit/mailclena/MailConfiguration.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/main/java/de/aikiit/mailclena/mail/MailClient.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/main/resources
  I         application/octet-stream     (directory)

  /src/site
  I         application/octet-stream     (directory)

  /src/test/java/de/aikiit/mailclena/MailClenaCommandLineOptionsTest.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/test/java/de/aikiit/mailclena/MailClenaParameterParserTest.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/test/java/de/aikiit/mailclena/MailClenaTest.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/test/java/de/aikiit/mailclena/MailConfigurationTest.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/test/java/de/aikiit/mailclena/mail/MailClientCommandsTest.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/test/java/de/aikiit/mailclena/mail/MailClientTest.java
  S         text/x-java-source    ISO-8859-1
    GPL      GPL3          GNU General Public License V3.0

  /src/test/resources
  I         application/octet-stream     (directory)

  /target
  I         application/octet-stream     (directory)