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

Issue-ID: CLAMP-156
Change-Id: Ia9320ade04389cb635a40b18ea8ab17f283c09e2
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/client/req/sdc/SdcRequests.java
src/main/java/org/onap/clamp/clds/config/sdc/SdcControllersConfiguration.java
src/main/java/org/onap/clamp/clds/exception/sdc/SdcCommunicationException.java
src/main/java/org/onap/clamp/clds/exception/sdc/controller/SdcControllerException.java
src/main/java/org/onap/clamp/clds/exception/sdc/controller/SdcDownloadException.java
src/main/java/org/onap/clamp/clds/exception/sdc/controller/SdcParametersException.java
src/main/java/org/onap/clamp/clds/model/sdc/SdcResource.java
src/test/java/org/onap/clamp/clds/it/SdcReqItCase.java

index c76607a..f0e72ef 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.client.req.sdc;
index fdc0074..0f75d46 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.sdc;
index a382843..862b213 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;
index 9c34757..1a7afd2 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 bace1ac..fa92499 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 6ff0f15..8a11a6e 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 9717d7c..b9466c4 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 ce9c15c..f0db512 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;