License change to be approved by contributors

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
Rafal Stefanowski
2021-10-27 12:48:20 +02:00
parent 12c8b4e333
commit 3cc0d07197
14 changed files with 14 additions and 14 deletions

2
env/posix/ocf_env.c vendored
View File

@@ -1,6 +1,6 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "ocf_env.h"

2
env/posix/ocf_env.h vendored
View File

@@ -1,6 +1,6 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __OCF_ENV_H__