diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-24 18:13:26 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-24 18:13:26 +0200 |
commit | d6f2074abcf747013414bf116d1f1ad55254fb50 (patch) | |
tree | f70e8508e00bb9f2ec006ea37f400d1765cbb9f9 /src/main/java | |
parent | dd240033de52f4515d5f18d0bac672015ef20aa6 (diff) |
Remove ECOMP in headers
Remove ECOMP in headers of the source files
Issue-ID: CLAMP-156
Change-Id: I53d93961da1f16211eb4cf95d99a3a8b3fc3994e
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/org/onap/clamp/clds/util/ResourceFileUtil.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/onap/clamp/clds/util/ResourceFileUtil.java b/src/main/java/org/onap/clamp/clds/util/ResourceFileUtil.java index 0402754ac..e30107975 100644 --- a/src/main/java/org/onap/clamp/clds/util/ResourceFileUtil.java +++ b/src/main/java/org/onap/clamp/clds/util/ResourceFileUtil.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; |