diff --git a/source/dnode/mgmt/impl/test/acct/acct.cpp b/source/dnode/mgmt/impl/test/acct/acct.cpp index c5485242163773647439a0919efc34dbe5f36823..6de8c70ba9e02f517550edc8f5f967f343e820e6 100644 --- a/source/dnode/mgmt/impl/test/acct/acct.cpp +++ b/source/dnode/mgmt/impl/test/acct/acct.cpp @@ -1,7 +1,7 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module acct-msg tests * @version 0.1 * @date 2021-12-15 * diff --git a/source/dnode/mgmt/impl/test/cluster/cluster.cpp b/source/dnode/mgmt/impl/test/cluster/cluster.cpp index d47e63a85f40033aa623bc43d6104a458e91a8f4..4e1dbf8911962e509fb2a698e5be2bafe600fec4 100644 --- a/source/dnode/mgmt/impl/test/cluster/cluster.cpp +++ b/source/dnode/mgmt/impl/test/cluster/cluster.cpp @@ -1,16 +1,12 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. +/** + * @file vnodeApiTests.cpp + * @author slguan (slguan@taosdata.com) + * @brief DNODE module cluster-msg tests + * @version 0.1 + * @date 2021-12-15 * - * 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. + * @copyright Copyright (c) 2021 * - * 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 "deploy.h" diff --git a/source/dnode/mgmt/impl/test/db/db.cpp b/source/dnode/mgmt/impl/test/db/db.cpp index 4722af67dc0f8334d650504665707817a8bfdcdf..65756b7daacf8f11e28cd90e18f86eccd5af63e5 100644 --- a/source/dnode/mgmt/impl/test/db/db.cpp +++ b/source/dnode/mgmt/impl/test/db/db.cpp @@ -1,9 +1,9 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module db-msg tests * @version 0.1 - * @date 2021-12-16 + * @date 2021-12-15 * * @copyright Copyright (c) 2021 * diff --git a/source/dnode/mgmt/impl/test/dnode/dnode.cpp b/source/dnode/mgmt/impl/test/dnode/dnode.cpp index 6a8d1c77351067f3f8180d339a842c2de582cb45..6989edd843688f142b7afaf0acff42310749a5b8 100644 --- a/source/dnode/mgmt/impl/test/dnode/dnode.cpp +++ b/source/dnode/mgmt/impl/test/dnode/dnode.cpp @@ -1,9 +1,9 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module dnode-msg tests * @version 0.1 - * @date 2021-12-14 + * @date 2021-12-15 * * @copyright Copyright (c) 2021 * diff --git a/source/dnode/mgmt/impl/test/profile/profile.cpp b/source/dnode/mgmt/impl/test/profile/profile.cpp index 2cbb9d5c2c9b5cb8808f3941c47cb8c8e22bc542..e2dbeb1a5b819803d8900f91f34d636e9ab658d6 100644 --- a/source/dnode/mgmt/impl/test/profile/profile.cpp +++ b/source/dnode/mgmt/impl/test/profile/profile.cpp @@ -1,16 +1,12 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. +/** + * @file vnodeApiTests.cpp + * @author slguan (slguan@taosdata.com) + * @brief DNODE module profile-msg tests + * @version 0.1 + * @date 2021-12-15 * - * 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. + * @copyright Copyright (c) 2021 * - * 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 "deploy.h" diff --git a/source/dnode/mgmt/impl/test/show/show.cpp b/source/dnode/mgmt/impl/test/show/show.cpp index c535386ecda3eba092a8497a9aec68822b092a39..06e8d42ad4087ca9e517ebd4076508ec00265b9b 100644 --- a/source/dnode/mgmt/impl/test/show/show.cpp +++ b/source/dnode/mgmt/impl/test/show/show.cpp @@ -1,16 +1,12 @@ -/* - * Copyright (c) 2019 TAOS Data, Inc. +/** + * @file vnodeApiTests.cpp + * @author slguan (slguan@taosdata.com) + * @brief DNODE module show-msg tests + * @version 0.1 + * @date 2021-12-15 * - * 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. + * @copyright Copyright (c) 2021 * - * 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 "deploy.h" diff --git a/source/dnode/mgmt/impl/test/user/user.cpp b/source/dnode/mgmt/impl/test/user/user.cpp index 7d084844755792a7fe8e065b213204684bcb0b47..3290bec0ccc9b55219e0b98567dee524130f6794 100644 --- a/source/dnode/mgmt/impl/test/user/user.cpp +++ b/source/dnode/mgmt/impl/test/user/user.cpp @@ -1,9 +1,9 @@ /** * @file vnodeApiTests.cpp * @author slguan (slguan@taosdata.com) - * @brief DNODE module API tests + * @brief DNODE module user-msg tests * @version 0.1 - * @date 2021-12-12 + * @date 2021-12-15 * * @copyright Copyright (c) 2021 *