From 6b538fa63b2ca7437249587aeb65578495e5d24c Mon Sep 17 00:00:00 2001 From: tickduan <417921451@qq.com> Date: Wed, 14 Jul 2021 11:24:23 +0800 Subject: [PATCH] add new file copyright --- deps/SZ/sz/include/td_sz.h | 15 ++++++++++++++- deps/SZ/sz/src/td_sz.c | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/deps/SZ/sz/include/td_sz.h b/deps/SZ/sz/include/td_sz.h index d533365a67..f061603e7a 100644 --- a/deps/SZ/sz/include/td_sz.h +++ b/deps/SZ/sz/include/td_sz.h @@ -1,4 +1,17 @@ - +/* + * Copyright (c) 2019 TAOS Data, Inc. + * + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #ifndef _TD_SZ_H #define _TD_SZ_H #include "defines.h" diff --git a/deps/SZ/sz/src/td_sz.c b/deps/SZ/sz/src/td_sz.c index dde5512b1d..5206ec3a6e 100644 --- a/deps/SZ/sz/src/td_sz.c +++ b/deps/SZ/sz/src/td_sz.c @@ -1,3 +1,17 @@ +/* + * Copyright (c) 2019 TAOS Data, Inc. + * + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #include #include