From e4e1df1b7bcc52c7193afe714de7d4ddbd140210 Mon Sep 17 00:00:00 2001 From: zhangjiawei <349071347@qq.com> Date: Thu, 9 Nov 2023 10:22:08 +0800 Subject: [PATCH] add copyright --- .../server/health/DataBaseHealthIndicator.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/server/src/main/java/io/seata/server/health/DataBaseHealthIndicator.java b/server/src/main/java/io/seata/server/health/DataBaseHealthIndicator.java index 8af13fdf3b8..a6963b70f92 100644 --- a/server/src/main/java/io/seata/server/health/DataBaseHealthIndicator.java +++ b/server/src/main/java/io/seata/server/health/DataBaseHealthIndicator.java @@ -1,3 +1,18 @@ +/* + * Copyright 1999-2019 Seata.io Group. + * + * 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 io.seata.server.health; import io.seata.common.ConfigurationKeys;