summaryrefslogtreecommitdiffstats
path: root/common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-09-24 16:16:39 +0800
committerMichael Lando <ml636r@att.com>2018-09-25 20:09:48 +0000
commitaaef76a03467d7e867d9cccf38e71fd081277fc3 (patch)
tree3bc3f94249d7a1d647f7aeb021ece26f27192d1e /common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java
parent9c005376c43e6877cd397fd3081c755f4fb7c9b6 (diff)
Fix header info of be enum datatypes
Change-Id: I19721ae47c4daadee9ad37c398d46ebcfcf370ec Issue-ID: SDC-1770 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java')
-rw-r--r--common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java b/common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java
index b295ef7a82..51a2173e41 100644
--- a/common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java
+++ b/common-be/src/main/java/org/openecomp/sdc/be/datatypes/enums/OriginTypeEnum.java
@@ -1,9 +1,5 @@
/*-
- * ============LICENSE_START=======================================================
- * SDC
- * ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
- * ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -15,7 +11,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- * ============LICENSE_END=========================================================
*/
package org.openecomp.sdc.be.datatypes.enums;