Fork me on GitHub

Rat (Release Audit Tool) results

The following document contains the results of Rat (Release Audit Tool).

*****************************************************
Summary
-------
Generated at: 2017-03-11T23:56:10-05:00

Notes: 0
Binaries: 1
Archives: 1
Standards: 9

Apache Licensed: 2
Generated Documents: 0

JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.

7 Unknown Licenses

*****************************************************

Files with unapproved licenses:

  C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-archiver/pom.properties
  C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
  C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
  C:/projects/fgsms/fgsms-server/fgsms.RestSerivces/pom.xml
  C:/projects/fgsms/fgsms-server/fgsms.SNMPPublisher/pom.xml
  C:/projects/fgsms/fgsms-server/pom.xml

*****************************************************

Archives:

 + C:/projects/fgsms/fgsms-server/fgsms-quartz/target/fgsms-quartz-7.0.0-SNAPSHOT.jar
 
*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require any license headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc. will be marked N
  B     C:/projects/fgsms/fgsms-server/fgsms-quartz/target/classes/org/miloss/fgsms/quartz/EncryptedConnectionProvider.class
  A     C:/projects/fgsms/fgsms-server/fgsms-quartz/target/fgsms-quartz-7.0.0-SNAPSHOT.jar
 !????? C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-archiver/pom.properties
 !????? C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
 !????? C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
 !????? C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
 !????? C:/projects/fgsms/fgsms-server/fgsms.RestSerivces/pom.xml
  AL    C:/projects/fgsms/fgsms-server/fgsms.RestSerivces/src/main/java/org/miloss/fgsms/services/impl/RestAgentEndpoint.java
 !????? C:/projects/fgsms/fgsms-server/fgsms.SNMPPublisher/pom.xml
  AL    C:/projects/fgsms/fgsms-server/fgsms.SNMPPublisher/src/main/java/org/miloss/fgsms/snmppublisher/SNMPAlerter.java
 !????? C:/projects/fgsms/fgsms-server/pom.xml
 
*****************************************************

 Printing headers for text files without a valid license header...
 
=====================================================
== File: C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-archiver/pom.properties
=====================================================
#Generated by Apache Maven
#Wed Feb 08 22:18:00 EST 2017
version=7.0.0-SNAPSHOT
groupId=org.mil-oss
artifactId=fgsms-quartz

=====================================================
== File: C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
=====================================================
org\miloss\fgsms\quartz\EncryptedConnectionProvider.class

=====================================================
== File: C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
=====================================================
C:\projects\fgsms\fgsms-server\fgsms-quartz\src\main\java\org\miloss\fgsms\quartz\EncryptedConnectionProvider.java

=====================================================
== File: C:/projects/fgsms/fgsms-server/fgsms-quartz/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
=====================================================

=====================================================
== File: C:/projects/fgsms/fgsms-server/fgsms.RestSerivces/pom.xml
=====================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/.

 If it is not possible or desirable to put the notice in a particular
 file, then You may include the notice in a location (such as a LICENSE
 file in a relevant directory) where a recipient would be likely to look
 for such a notice.

 

 
 U.S. Government, Department of the Army
 Army Materiel Command
 Research Development Engineering Command
 Communications Electronics Research Development and Engineering Center

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mil-oss</groupId>
        <artifactId>fgsms-server</artifactId>
        <version>7.0.0-SNAPSHOT</version>
    </parent>
    <artifactId>fgsms.RestSerivces</artifactId>
    <packaging>jar</packaging>
    <dependencies>
	  <dependency>
		    <groupId>junit</groupId>
		    <artifactId>junit</artifactId>
		    <scope>test</scope>
	       </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>fgsms.PolicyConfiguration</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>fgsms.DataCollector</artifactId>
            <version>${project.version}</version>
        </dependency>
         <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>

=====================================================
== File: C:/projects/fgsms/fgsms-server/fgsms.SNMPPublisher/pom.xml
=====================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/.

 If it is not possible or desirable to put the notice in a particular
 file, then You may include the notice in a location (such as a LICENSE
 file in a relevant directory) where a recipient would be likely to look
 for such a notice.

 

 
 U.S. Government, Department of the Army
 Army Materiel Command
 Research Development Engineering Command
 Communications Electronics Research Development and Engineering Center

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mil-oss</groupId>
        <artifactId>fgsms-server</artifactId>
        <version>7.0.0-SNAPSHOT</version>
    </parent>
    <artifactId>fgsms.SNMPPublisher</artifactId>
    <packaging>jar</packaging>
    <name>fgsms SNMP publisher</name>
    <description>An experimental SNMP publisher</description>
    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>fgsms-common-interfaces</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>fgsms-common</artifactId>
            <version>${project.version}</version>
        </dependency>
         <dependency>
            <groupId>org.snmp4j</groupId>
            <artifactId>snmp4j</artifactId>
            <version>1.10.1</version>
        </dependency>
    </dependencies>
</project>

=====================================================
== File: C:/projects/fgsms/fgsms-server/pom.xml
=====================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/.

 If it is not possible or desirable to put the notice in a particular
 file, then You may include the notice in a location (such as a LICENSE
 file in a relevant directory) where a recipient would be likely to look
 for such a notice.

 

 
 U.S. Government, Department of the Army
 Army Materiel Command
 Research Development Engineering Command
 Communications Electronics Research Development and Engineering Center

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mil-oss</groupId>
        <artifactId>fgsms-parent</artifactId>
        <version>7.0.0</version>
    </parent>
	
    <groupId>org.mil-oss</groupId>
    <artifactId>fgsms-server</artifactId>
    <packaging>pom</packaging>
    <name>fgsms Server</name>
    <description>All things that run server side</description>
	
    <modules>
        
        <module>fgsms-database-resources</module>
        <module>fgsms-sla-processor</module>
        <module>fgsms-common-test-utils</module>


        <module>fgsms-reporting-service</module>
        <module>fgsms-report-generator</module>      
        <module>fgsms-automated-reporting-service</module>
        <module>fgsms-data-access-service</module>
        
        <module>fgsms-data-collector-service</module>
        <module>fgsms-data-pruner</module>
        <module>fgsms-dependency-scanner</module>