add copyright
This commit is contained in:
parent
859184945f
commit
a274a809cc
|
@ -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"
|
#include "test_lora_p2p.h"
|
||||||
|
|
||||||
/**************************PublicOperations*********************************/
|
/**************************PublicOperations*********************************/
|
||||||
|
|
|
@ -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<adapter.h>
|
||||||
#include<transform.h>
|
#include<transform.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue