From fd8bc37fefc87d226fccb8aff3814e9f86cdc18f Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 19 Jul 2017 11:22:32 -0700 Subject: Adding custom license for maven license plugin [APPC-87] Fix Maven License Plugin Change-Id: If19274f46b2eaf83539642d313130bdcfa6a9eb7 Signed-off-by: Patrick Brady --- license/appc/header.txt | 15 +++++++++++++++ license/appc/license.txt | 23 +++++++++++++++++++++++ license/licenses.properties | 1 + pom.xml | 13 +++++++++---- 4 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 license/appc/header.txt create mode 100644 license/appc/license.txt create mode 100644 license/licenses.properties diff --git a/license/appc/header.txt b/license/appc/header.txt new file mode 100644 index 000000000..03de5539a --- /dev/null +++ b/license/appc/header.txt @@ -0,0 +1,15 @@ +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/appc/license.txt b/license/appc/license.txt new file mode 100644 index 000000000..594c90453 --- /dev/null +++ b/license/appc/license.txt @@ -0,0 +1,23 @@ +/* +* ============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/licenses.properties b/license/licenses.properties new file mode 100644 index 000000000..2700c0b92 --- /dev/null +++ b/license/licenses.properties @@ -0,0 +1 @@ +appc=appc diff --git a/pom.xml b/pom.xml index d6df08d31..faa9ebbcb 100644 --- a/pom.xml +++ b/pom.xml @@ -528,16 +528,21 @@ license-maven-plugin 1.10 + + properties + java + false ============LICENSE_START======================================================= ============LICENSE_END========================================================= ================================================================================ - apache_v2 + appc + + file:${user.dir}/license 2017 AT&T Intellectual Property. All rights reserved. - APPC - - false + ONAP : APPC + true true true true -- cgit 1.2.3-korg