From 47b7e2f48c2e8588ec74e76298fd5b8144e2ef8c Mon Sep 17 00:00:00 2001 From: huileihe Date: Thu, 24 Feb 2022 21:07:01 +0800 Subject: [PATCH] add Copyright --- dtmsvr/storage/sql/sql.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dtmsvr/storage/sql/sql.go b/dtmsvr/storage/sql/sql.go index 566d2f8..d87297a 100644 --- a/dtmsvr/storage/sql/sql.go +++ b/dtmsvr/storage/sql/sql.go @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021 yedf. All rights reserved. + * Use of this source code is governed by a BSD-style + * license that can be found in the LICENSE file. + */ + package sql import (