Remove license plugin and files 99/8499/2
authorSkip Wonnell <kw5258@att.com>
Wed, 23 Aug 2017 20:32:22 +0000 (15:32 -0500)
committerSkip Wonnell <kw5258@att.com>
Wed, 23 Aug 2017 20:35:46 +0000 (15:35 -0500)
Change-Id: I5b7a1bf89bdecf480aa6e2defed497915c77e643
Issue-ID: APPC-96
Signed-off-by: Skip Wonnell <kw5258@att.com>
LICENSE [deleted file]
license-details/appc/header.txt [deleted file]
license-details/appc/license.txt [deleted file]
license-details/licenses.properties [deleted file]
pom.xml

diff --git a/LICENSE b/LICENSE
deleted file mode 100644 (file)
index 594c904..0000000
--- 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 (file)
index 03de553..0000000
+++ /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 (file)
index 594c904..0000000
+++ /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 (file)
index 2700c0b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-appc=appc
diff --git a/pom.xml b/pom.xml
index 9dd77a4..5348062 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         <version>2.10</version>
                     </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>