Added license informaton for third-party libraries

Task:  6353
Story: 2001540

Depends-On: https://review.openstack.org/544813

Change-Id: Iff0d2f130defb4d26cbf047bed44f73f89bbcee8
This commit is contained in:
Kenan Karamehmedovic 2018-02-14 13:10:14 +01:00 committed by Witold Bedyk
parent 31a65144c1
commit 344adcde36
3 changed files with 72 additions and 0 deletions

View File

@ -84,4 +84,9 @@ limitations under the License.
[storm-tutorial]: http://storm.incubator.apache.org/documentation/Tutorial.html
# Third-Party Licenses
Monasca-thresh uses third-party libraries or other resources that may
be distributed under licenses different than the monasca-thresh software.
Executing the [mvn package](https://github.com/openstack/monasca-thresh/blob/master/README.md#build)
command a list of all third-party licenses will be generated in `target/generated-sources/license` directory.

View File

@ -362,6 +362,23 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.5</version>
<configuration>
<useMissingFile>true</useMissingFile>
</configuration>
<executions>
<execution>
<id>create-license-list</id>
<goals>
<goal>aggregate-add-third-party</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>

View File

@ -0,0 +1,50 @@
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
# - AL 2.0
# - Apache 2
# - Apache License 2.0
# - Apache License Version 2.0
# - Apache License, Version 2.0
# - Apache License, version 2.0
# - Apache Software Licenses
# - BSD
# - BSD 3-Clause
# - BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)
# - BSD 3-clause
# - BSD License
# - BSD style
# - CDDL + GPLv2 with classpath exception
# - Common Public License Version 1.0
# - Eclipse Distribution License (EDL), Version 1.0
# - Eclipse Public License (EPL), Version 1.0
# - Eclipse Public License 1.0
# - GNU LESSER GENERAL PUBLIC LICENSE
# - GNU Lesser General Public License
# - GNU Lesser General Public License, Version 2.1
# - LGPL 2.1
# - MIT License
# - MPL 1.1
# - New BSD License
# - Public Domain
# - Simplified BSD
# - The Apache Software License, Version 2.0
# - The BSD License
# - The GNU General Public License, Version 2
# - The H2 License, Version 1.0
# - The MIT License
# - The MIT License (MIT)
#-------------------------------------------------------------------------------
# Please fill the missing licenses for dependencies :
#
#
#Wed Feb 14 13:05:56 CET 2018
dom4j--dom4j--1.6.1=BSD style
javax.servlet--servlet-api--2.5=CDDL + GPLv2
monasca-common--monasca-common-hibernate--1.3.0-SNAPSHOT=Apache License 2.0
monasca-common--monasca-common-kafka--1.3.0-SNAPSHOT=Apache License 2.0
monasca-common--monasca-common-model--1.3.0-SNAPSHOT=Apache License 2.0
monasca-common--monasca-common-persistence--1.3.0-SNAPSHOT=Apache License 2.0
monasca-common--monasca-common-testing--1.3.0-SNAPSHOT=Apache License 2.0
monasca-common--monasca-common-util--1.3.0-SNAPSHOT=Apache License 2.0
org.apache.zookeeper--zookeeper--3.4.6=Apache License 2.0