From f90f2a3008dc7b3a93aa3a94f0c089086381df88 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 24 Apr 2018 18:11:29 +0200 Subject: [PATCH] Remove ECOMP in headers Remove ECOMP in headers of the source files Issue-ID: CLAMP-156 Change-Id: I8d3d385b4db2b821ddc94c5be0e04f8475e2b90f Signed-off-by: Determe, Sebastien (sd378r) --- .../onap/clamp/clds/exception/sdc/controller/CsarHandlerException.java | 2 +- .../java/org/onap/clamp/clds/sdc/controller/installer/CsarHandler.java | 2 +- src/main/java/org/onap/clamp/clds/util/CryptoUtils.java | 2 +- .../resources/designer/partials/portfolios/ConfirmRevertChanges.html | 2 +- .../resources/designer/partials/portfolios/confirmation_window.html | 2 +- src/test/java/org/onap/clamp/clds/util/CryptoUtilsTest.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/onap/clamp/clds/exception/sdc/controller/CsarHandlerException.java b/src/main/java/org/onap/clamp/clds/exception/sdc/controller/CsarHandlerException.java index 16fd7798..4e1b8eac 100644 --- a/src/main/java/org/onap/clamp/clds/exception/sdc/controller/CsarHandlerException.java +++ b/src/main/java/org/onap/clamp/clds/exception/sdc/controller/CsarHandlerException.java @@ -18,7 +18,7 @@ * limitations under the License. * ============LICENSE_END============================================ * =================================================================== - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.clamp.clds.exception.sdc.controller; diff --git a/src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarHandler.java b/src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarHandler.java index c2652bc6..87c9c15f 100644 --- a/src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarHandler.java +++ b/src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarHandler.java @@ -18,7 +18,7 @@ * limitations under the License. * ============LICENSE_END============================================ * =================================================================== - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.clamp.clds.sdc.controller.installer; diff --git a/src/main/java/org/onap/clamp/clds/util/CryptoUtils.java b/src/main/java/org/onap/clamp/clds/util/CryptoUtils.java index 8cdedf6f..9f408105 100644 --- a/src/main/java/org/onap/clamp/clds/util/CryptoUtils.java +++ b/src/main/java/org/onap/clamp/clds/util/CryptoUtils.java @@ -18,7 +18,7 @@ * limitations under the License. * ============LICENSE_END============================================ * =================================================================== - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.clamp.clds.util; diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/ConfirmRevertChanges.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/ConfirmRevertChanges.html index 7c5d8371..9c66d4ef 100644 --- a/src/main/resources/META-INF/resources/designer/partials/portfolios/ConfirmRevertChanges.html +++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/ConfirmRevertChanges.html @@ -18,7 +18,7 @@ limitations under the License. ============LICENSE_END============================================ =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. + -->
diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/confirmation_window.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/confirmation_window.html index 67d1ac7e..a04059b4 100644 --- a/src/main/resources/META-INF/resources/designer/partials/portfolios/confirmation_window.html +++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/confirmation_window.html @@ -18,7 +18,7 @@ limitations under the License. ============LICENSE_END============================================ =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. + -->
diff --git a/src/test/java/org/onap/clamp/clds/util/CryptoUtilsTest.java b/src/test/java/org/onap/clamp/clds/util/CryptoUtilsTest.java index c6aafcd8..603d2d28 100644 --- a/src/test/java/org/onap/clamp/clds/util/CryptoUtilsTest.java +++ b/src/test/java/org/onap/clamp/clds/util/CryptoUtilsTest.java @@ -18,7 +18,7 @@ * limitations under the License. * ============LICENSE_END============================================ * =================================================================== - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.clamp.clds.util; -- 2.16.6