From f0f51b3047ea290e2280af64b39ca0983f3377f5 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Wed, 23 Aug 2017 15:32:22 -0500 Subject: [PATCH] Remove license plugin and files Change-Id: I5b7a1bf89bdecf480aa6e2defed497915c77e643 Issue-ID: APPC-96 Signed-off-by: Skip Wonnell --- LICENSE | 23 ------------------- license-details/appc/header.txt | 15 ------------- license-details/appc/license.txt | 23 ------------------- license-details/licenses.properties | 1 - pom.xml | 44 ------------------------------------- 5 files changed, 106 deletions(-) delete mode 100644 LICENSE delete mode 100644 license-details/appc/header.txt delete mode 100644 license-details/appc/license.txt delete mode 100644 license-details/licenses.properties 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 @@ -523,50 +523,6 @@ 2.10 - - - - org.codehaus.mojo - license-maven-plugin - 1.10 - - - properties - java - - false - ============LICENSE_START======================================================= - ============LICENSE_END========================================================= - ================================================================================ - appc - - file:${user.dir}/license-details - 2017 - AT&T Intellectual Property. All rights reserved. - ONAP : APPC - true - true - true - true - - - **/*.json - - - - - first - - update-file-header - - process-sources - - - **/*.json - - - - org.codehaus.mojo -- 2.16.6