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-12T00:15:46-05:00

Notes: 0
Binaries: 0
Archives: 0
Standards: 2

Apache Licensed: 0
Generated Documents: 0

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

2 Unknown Licenses

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

Files with unapproved licenses:

  C:/projects/fgsms/fgsms-samples/pom.xml
  C:/projects/fgsms/fgsms-samples/SLAPluginWebService.wsdl

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

*****************************************************
  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
 !????? C:/projects/fgsms/fgsms-samples/pom.xml
 !????? C:/projects/fgsms/fgsms-samples/SLAPluginWebService.wsdl
 
*****************************************************

 Printing headers for text files without a valid license header...
 
=====================================================
== File: C:/projects/fgsms/fgsms-samples/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>
	
	
    <artifactId>fgsms-samples</artifactId>
    <packaging>pom</packaging>
    <name>fgsms Examples Packages</name>
    <description>Examples</description>
	
    <modules>
		
        <module>fgsms.ExportDataFromDatabase</module>
        <module>fgsms.ExportDataFromViaWebService</module>
        <module>fgsms.Examples.SLAPlugin</module>
        <module>fgsms.SLAPluginWebService</module>
    </modules>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
                <version>2.7</version>
                <configuration>
                    <skip>true</skip>

=====================================================
== File: C:/projects/fgsms/fgsms-samples/SLAPluginWebService.wsdl
=====================================================
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:org:miloss:fgsms:plugins:sla:alertservice" targetNamespace="urn:org:miloss:fgsms:plugins:sla:alertservice">
	<wsdl:types>
		<xs:schema targetNamespace="urn:org:miloss:fgsms:plugins:sla:alertservice" elementFormDefault="qualified">
			<xs:complexType name="RecieveServiceAlert">
				<xs:sequence>
					<xs:element name="timestamp" type="xs:dateTime"/>
					<xs:element name="message" type="xs:string"/>
				</xs:sequence>
			</xs:complexType>
			<xs:element name="RecieveServiceAlert" type="tns:RecieveServiceAlert"></xs:element>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="AlertMessageRequest_inputmessage">
		<wsdl:part name="parameters" element="tns:RecieveServiceAlert"/>
	</wsdl:message>
	
	<wsdl:portType name="AlertRecieverPortType">
		<wsdl:operation name="RecieveServiceAlert">
			<wsdl:input message="tns:AlertMessageRequest_inputmessage"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="AlertRecieverBinding" type="tns:AlertRecieverPortType">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="RecieveServiceAlert">
			<soap:operation soapAction="urn:RecieveServiceAlert"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="AlertRecieverService">
		<wsdl:port name="AlertRecieverPort" binding="tns:AlertRecieverBinding">
			<soap:address location="No Target Adress"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>