From 40cedd339c079d998a8790c2b6609899e126358f Mon Sep 17 00:00:00 2001 From: huang <1085210385@qq.com> Date: Wed, 27 Sep 2023 16:21:43 +0800 Subject: [PATCH] add license --- .../test_mqttclient/test_mqttclient.c | 20 +++++++++++++++++++ .../test_mqttclient/test_mqttclient.h | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.c b/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.c index c316935d5..ae99a4ed5 100644 --- a/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.c +++ b/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.c @@ -1,3 +1,23 @@ +/* + * Copyright (c) 2022 AIIT XUOS Lab + * XiUOS is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: + * http://license.coscl.org.cn/MulanPSL2 + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + * See the Mulan PSL v2 for more details. + */ + +/** + * @file test_mqttclient.c + * @brief mqtt subscribe fuction test + * @version 3.0 + * @author AIIT XUOS Lab + * @date 2023.8.10 + */ + #include #include "test_mqttclient.h" #include diff --git a/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.h b/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.h index 1d9e85566..bf1d3fc18 100644 --- a/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.h +++ b/APP_Framework/Applications/app_test/test_mqttclient/test_mqttclient.h @@ -1,3 +1,23 @@ +/* + * Copyright (c) 2022 AIIT XUOS Lab + * XiUOS is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: + * http://license.coscl.org.cn/MulanPSL2 + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, + * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, + * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. + * See the Mulan PSL v2 for more details. + */ + +/** + * @file test_mqttclient.h + * @brief mqtt subscribe fuction test + * @version 3.0 + * @author AIIT XUOS Lab + * @date 2023.8.10 + */ + #include #define MSG_MAX_LEN 1024