2023_open_source_contest_warmup_1st_issue1 add header file copyright

This commit is contained in:
Levi_Xubbbb 2023-06-28 02:28:06 +00:00
parent 587d39793c
commit 9e44c39e22
1 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,23 @@
/*
* Copyright (c) 2020 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_hash.h
* @brief: a header file to implement hash table
* @version: 1.1
* @author: LeviXubbbb(Bin Xu)
* @date: 2023/06/22
*/
#ifndef XIUOS_TEST_HASH_H
#define XIUOS_TEST_HASH_H