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

Issue-ID: CLAMP-156
Change-Id: I65b9c1153919a7bed31ba7bfb4627f6b1a917b04
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/exception/CldsUsersException.java
src/main/java/org/onap/clamp/clds/model/CldsVfData.java
src/main/java/org/onap/clamp/clds/model/CldsVfKPIData.java
src/main/java/org/onap/clamp/clds/model/CldsVfcData.java
src/main/resources/META-INF/resources/designer/scripts/commonService.js
src/main/resources/META-INF/resources/designer/scripts/common_variables.js
src/test/java/org/onap/clamp/clds/config/CldsUserJsonDecoderTest.java

index 27945bf..0f54f3b 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;
index aa5712c..3b448e0 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;
index 62e676f..8aab1ff 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;
index 3828489..cf15801 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;
index bef4941..f0de235 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.service('commonservice', ['$http', '$q', function ($http, $q) {
index 0648ccb..02092d3 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 var uploadfile=null;
index 999822c..ec5c196 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.config;