Remove ECOMP in headers 47/44447/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 24 Apr 2018 16:13:35 +0000 (18:13 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 24 Apr 2018 16:13:35 +0000 (18:13 +0200)
Remove ECOMP in headers of the source files

Issue-ID: CLAMP-156
Change-Id: I0d42faeb8f8dc307763413d214e9033255d3c40d
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/client/req/sdc/SdcCatalogServices.java
src/main/java/org/onap/clamp/clds/exception/sdc/controller/SdcArtifactInstallerException.java
src/main/java/org/onap/clamp/clds/model/properties/ResourceGroup.java
src/main/java/org/onap/clamp/clds/model/sdc/SdcArtifact.java
src/main/resources/META-INF/resources/designer/partials/portfolios/save_confirmation.html
src/main/resources/META-INF/resources/designer/scripts/route_ctrl.js
src/main/resources/META-INF/resources/designer/scripts/saveConfirmationModalPopUpCtrl.js
src/test/java/org/onap/clamp/clds/it/SdcCatalogServicesItCase.java

index ce3c8ba..e3bd178 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.\r
  * ============LICENSE_END============================================\r
  * ===================================================================\r
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
+ * \r
  */\r
 \r
 package org.onap.clamp.clds.client.req.sdc;\r
index 973081c..eba3263 100644 (file)
@@ -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;
index d328087..114fbbc 100644 (file)
@@ -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.model.properties;
index 0f7b391..b52f6f8 100644 (file)
@@ -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.model.sdc;
index 46ef7de..6b884da 100644 (file)
@@ -18,7 +18,7 @@
   limitations under the License.
   ============LICENSE_END============================================
   ===================================================================
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
+  
   -->
 
 <div attribute-test="saveconfirmation" id="configure-widgets">
index a6efd77..398e31a 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 'use strict';
index aafcf88..51a9df7 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 app.controller('saveConfirmationModalPopUpCtrl', ['$scope', '$rootScope', '$modalInstance',
index 7655c58..4a13c62 100644 (file)
@@ -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.it;