summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Wonnell <kw5258@att.com>2017-08-23 15:32:22 -0500
committerSkip Wonnell <kw5258@att.com>2017-08-23 15:35:46 -0500
commitf0f51b3047ea290e2280af64b39ca0983f3377f5 (patch)
tree9ace525c20e827509a1807757fff93773d945c85
parentdec71edf8dfe99bbd6239df4b71a9d0830c1710a (diff)
Remove license plugin and files
Change-Id: I5b7a1bf89bdecf480aa6e2defed497915c77e643 Issue-ID: APPC-96 Signed-off-by: Skip Wonnell <kw5258@att.com>
-rw-r--r--LICENSE23
-rw-r--r--license-details/appc/header.txt15
-rw-r--r--license-details/appc/license.txt23
-rw-r--r--license-details/licenses.properties1
-rw-r--r--pom.xml44
5 files changed, 0 insertions, 106 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 594c90453..000000000
--- a/LICENSE
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-* ============LICENSE_START==========================================
-* ===================================================================
-* Copyright © 2017 AT&T Intellectual Property.
-* Copyright © 2017 Amdocs
-* All rights reserved.
-* ===================================================================
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-* ============LICENSE_END============================================
-*
-* ECOMP is a trademark and service mark of AT&T Intellectual Property.
-*
-*/
diff --git a/license-details/appc/header.txt b/license-details/appc/header.txt
deleted file mode 100644
index 03de5539a..000000000
--- a/license-details/appc/header.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Copyright (C) 2017 Amdocs
-=============================================================================
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-ECOMP is a trademark and service mark of AT&T Intellectual Property. \ No newline at end of file
diff --git a/license-details/appc/license.txt b/license-details/appc/license.txt
deleted file mode 100644
index 594c90453..000000000
--- a/license-details/appc/license.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-* ============LICENSE_START==========================================
-* ===================================================================
-* Copyright © 2017 AT&T Intellectual Property.
-* Copyright © 2017 Amdocs
-* All rights reserved.
-* ===================================================================
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-* ============LICENSE_END============================================
-*
-* ECOMP is a trademark and service mark of AT&T Intellectual Property.
-*
-*/
diff --git a/license-details/licenses.properties b/license-details/licenses.properties
deleted file mode 100644
index 2700c0b92..000000000
--- a/license-details/licenses.properties
+++ /dev/null
@@ -1 +0,0 @@
-appc=appc
diff --git a/pom.xml b/pom.xml
index 9dd77a46b..5348062f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,50 +524,6 @@
</dependency>
</dependencies>
</plugin>
- <!-- license plugin -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- <version>1.10</version>
- <configuration>
- <extraExtensions>
- <yml>properties</yml>
- <yang>java</yang>
- </extraExtensions>
- <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
- <processStartTag>============LICENSE_START=======================================================</processStartTag>
- <processEndTag>============LICENSE_END=========================================================</processEndTag>
- <sectionDelimiter>================================================================================</sectionDelimiter>
- <licenseName>appc</licenseName>
- <!-- This should point to the license directory of the root folder of the base appc project -->
- <licenseResolver>file:${user.dir}/license-details</licenseResolver>
- <inceptionYear>2017</inceptionYear>
- <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
- <projectName>ONAP : APPC</projectName>
- <canUpdateCopyright>true</canUpdateCopyright>
- <canUpdateDescription>true</canUpdateDescription>
- <canUpdateLicense>true</canUpdateLicense>
- <emptyLineAfterHeader>true</emptyLineAfterHeader>
- <!-- exclude json files -->
- <excludes>
- <exclude>**/*.json</exclude>
- </excludes>
- </configuration>
- <executions>
- <execution>
- <id>first</id>
- <goals>
- <goal>update-file-header</goal>
- </goals>
- <phase>process-sources</phase>
- <configuration>
- <excludes>
- <exclude>**/*.json</exclude>
- </excludes>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>