add copyright

This commit is contained in:
chuyunfei 2023-08-21 22:51:26 -07:00
parent 859184945f
commit a274a809cc
2 changed files with 40 additions and 0 deletions

View File

@ -1,3 +1,23 @@
/*
* Copyright (c) 2023 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_lora_p2p.c
* @brief: a application of lora function
* @version: 1.0
* @author: Chu yunfei
* @date: 2023/8/22
*/
#include "test_lora_p2p.h"
/**************************PublicOperations*********************************/

View File

@ -1,3 +1,23 @@
/*
* Copyright (c) 2023 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_lora_p2p.h
* @brief: a head file of lora structure
* @version: 1.0
* @author: Chu yunfei
* @date: 2023/8/22
*/
#include<adapter.h>
#include<transform.h>