aboutsummaryrefslogtreecommitdiffstats
path: root/license
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:10:16 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:10:18 +0000
commit42aa7bf4db502ab29b7573f4ee7ea14fbcdfc754 (patch)
tree76ce583397de136e1a59e82d5ef54965b091fdd3 /license
parent2422dcaf91799e0fc6cf08a370021bee2d803ba3 (diff)
Init dcae.dcae-inventory
Change-Id: I858617f32ab809c544ebf08310991b502917e6b3 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'license')
-rw-r--r--license/pom.xml29
-rw-r--r--license/src/main/resources/licenses/att_license/header.txt4
-rw-r--r--license/src/main/resources/licenses/att_license/license.txt2
-rw-r--r--license/src/main/resources/licenses/licenses.properties1
4 files changed, 36 insertions, 0 deletions
diff --git a/license/pom.xml b/license/pom.xml
new file mode 100644
index 0000000..5715a37
--- /dev/null
+++ b/license/pom.xml
@@ -0,0 +1,29 @@
+<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>
+ <groupId>org.openecomp.dcae.dcae-inventory</groupId>
+ <artifactId>license</artifactId>
+ <name>dcae-inventory</name>
+ <description>This Maven artifact is meant to provide licensing to all modules and submodules using the licensing
+ maven plugin.
+ </description>
+ <version>1.0.0</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <jarname>license</jarname>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ <finalName>license</finalName>
+ </build>
+</project>
diff --git a/license/src/main/resources/licenses/att_license/header.txt b/license/src/main/resources/licenses/att_license/header.txt
new file mode 100644
index 0000000..dbff902
--- /dev/null
+++ b/license/src/main/resources/licenses/att_license/header.txt
@@ -0,0 +1,4 @@
+This code is licensed under the Apache License, Version 2.0; you may
+not use this code for any purpose except in compliance with the Apache
+License. You may obtain a copy of the License at
+ http://www.att.com/legal/openecomp.html
diff --git a/license/src/main/resources/licenses/att_license/license.txt b/license/src/main/resources/licenses/att_license/license.txt
new file mode 100644
index 0000000..5df403b
--- /dev/null
+++ b/license/src/main/resources/licenses/att_license/license.txt
@@ -0,0 +1,2 @@
+You may obtain a copy of the License at
+ http://www.att.com/legal/openecomp.html
diff --git a/license/src/main/resources/licenses/licenses.properties b/license/src/main/resources/licenses/licenses.properties
new file mode 100644
index 0000000..df0558d
--- /dev/null
+++ b/license/src/main/resources/licenses/licenses.properties
@@ -0,0 +1 @@
+att_license=ATT License