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

Issue-ID: CLAMP-156
Change-Id: I89012b7c98bdfd0ab65b06cbe3969273eea43920
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/client/req/policy/PolicyClient.java
src/main/java/org/onap/clamp/clds/config/PolicyConfiguration.java
src/main/java/org/onap/clamp/clds/exception/policy/PolicyClientException.java
src/main/java/org/onap/clamp/clds/model/properties/Policy.java
src/main/java/org/onap/clamp/clds/model/properties/PolicyChain.java
src/main/java/org/onap/clamp/clds/model/properties/PolicyItem.java
src/test/java/org/onap/clamp/clds/it/PolicyClientItCase.java

index 9c72d2e..7908896 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.policy;
index 53899d5..cd89acb 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;
index eaeb0b8..85695a2 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.policy;
index 438936f..2ae0f07 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 dddd735..96fc33c 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 d1c1906..bb14b23 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 c7f0f28..ac89636 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;