From df18ef60d875dee43fc6290735d51de103db0ebb Mon Sep 17 00:00:00 2001 From: zeoio Date: Sun, 26 Apr 2020 15:06:20 +0800 Subject: [PATCH] distributed-deploy: add copyright to codes and config files Signed-off-by: zeoio --- .../bcpinstall/common/entity/UpdateReasonEnum.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/distributed-deploy/bcp-install-common/src/main/java/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.java b/distributed-deploy/bcp-install-common/src/main/java/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.java index 1319e93e..92a889b5 100644 --- a/distributed-deploy/bcp-install-common/src/main/java/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.java +++ b/distributed-deploy/bcp-install-common/src/main/java/com/cgb/bcpinstall/common/entity/UpdateReasonEnum.java @@ -1,3 +1,16 @@ +/* + * Copyright CGB Corp 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 + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ package com.cgb.bcpinstall.common.entity; public enum UpdateReasonEnum {