[td-3047] refactor.

This commit is contained in:
Haojun Liao 2021-03-02 13:38:04 +08:00
parent 64703818bd
commit d18770ffa1
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
/* /*
* Copyright (c) 2019 TAOS Data Inc. <jhtao@taosdata.com> * Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
* *
* This program is free software: you can use redistribute and/or modify * 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 * it under the terms of the GNU Affero General Public License, version 3
* or later ("AGPL") as published by the Free Software Foundation. * or later ("AGPL"), as published by the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful but WITHOUT * This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. * FITNESS FOR A PARTICULAR PURPOSE.
* *
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License
* along with this program. If not see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef TDENGINE_TAOSERROR_H #ifndef TDENGINE_TAOSERROR_H