copyright/license: Add missing copyright header

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
Rafal Stefanowski 2022-05-11 14:08:51 +02:00
parent 8db2f1117b
commit 9d7f4becb8
15 changed files with 71 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "utils_generator.h" #include "utils_generator.h"
/** /**

View File

@ -2,6 +2,7 @@
* Copyright(c) 2021-2022 Intel Corporation * Copyright(c) 2021-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
/* /*
* <tested_file_path>src/concurrency/ocf_cache_line_concurrency.c</tested_file_path> * <tested_file_path>src/concurrency/ocf_cache_line_concurrency.c</tested_file_path>
* <tested_function>ocf_req_async_lock_rd</tested_function> * <tested_function>ocf_req_async_lock_rd</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/concurrency/ocf_metadata_concurrency.c</tested_file_path> * <tested_file_path>src/concurrency/ocf_metadata_concurrency.c</tested_file_path>
* <tested_function>ocf_hb_req_prot_lock_rd</tested_function> * <tested_function>ocf_hb_req_prot_lock_rd</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2020-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/engine/engine_common.c</tested_file_path> * <tested_file_path>src/engine/engine_common.c</tested_file_path>
* <tested_function>ocf_prepare_clines_miss</tested_function> * <tested_function>ocf_prepare_clines_miss</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/metadata/metadata_collision.c</tested_file_path> * <tested_file_path>src/metadata/metadata_collision.c</tested_file_path>
* <tested_function>ocf_metadata_hash_func</tested_function> * <tested_function>ocf_metadata_hash_func</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
*<tested_file_path>src/mngt/ocf_mngt_cache.c</tested_file_path> *<tested_file_path>src/mngt/ocf_mngt_cache.c</tested_file_path>
* <tested_function>ocf_mngt_cache_set_fallback_pt_error_threshold</tested_function> * <tested_function>ocf_mngt_cache_set_fallback_pt_error_threshold</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2021-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/ocf_lru.c</tested_file_path> * <tested_file_path>src/ocf_lru.c</tested_file_path>
* <tested_function>_lru_init</tested_function> * <tested_function>_lru_init</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2021-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/ocf_lru.c</tested_file_path> * <tested_file_path>src/ocf_lru.c</tested_file_path>
* <tested_function>lru_iter_next</tested_function> * <tested_function>lru_iter_next</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2021-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/ocf_space.c</tested_file_path> * <tested_file_path>src/ocf_space.c</tested_file_path>
* <tested_function>ocf_remap_do</tested_function> * <tested_function>ocf_remap_do</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/utils/utils_refcnt.c</tested_file_path> * <tested_file_path>src/utils/utils_refcnt.c</tested_file_path>
* <tested_function>ocf_refcnt_dec</tested_function> * <tested_function>ocf_refcnt_dec</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/utils/utils_refcnt.c</tested_file_path> * <tested_file_path>src/utils/utils_refcnt.c</tested_file_path>
* <tested_function>ocf_refcnt_freeze</tested_function> * <tested_function>ocf_refcnt_freeze</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/utils/utils_refcnt.c</tested_file_path> * <tested_file_path>src/utils/utils_refcnt.c</tested_file_path>
* <tested_function>ocf_refcnt_inc</tested_function> * <tested_function>ocf_refcnt_inc</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/utils/utils_refcnt.c</tested_file_path> * <tested_file_path>src/utils/utils_refcnt.c</tested_file_path>
* <tested_function>ocf_refcnt_init</tested_function> * <tested_function>ocf_refcnt_init</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/utils/utils_refcnt.c</tested_file_path> * <tested_file_path>src/utils/utils_refcnt.c</tested_file_path>
* <tested_function>ocf_refcnt_register_zero_cb</tested_function> * <tested_function>ocf_refcnt_register_zero_cb</tested_function>

View File

@ -1,3 +1,8 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
/* /*
* <tested_file_path>src/utils/utils_refcnt.c</tested_file_path> * <tested_file_path>src/utils/utils_refcnt.c</tested_file_path>
* <tested_function>ocf_refcnt_unfreeze</tested_function> * <tested_function>ocf_refcnt_unfreeze</tested_function>