Merge pull request #585 from rafalste/license_change

Aplying BSD 3-Clause license to OCF source
This commit is contained in:
Adam Rutkowski
2021-10-29 13:16:00 +02:00
committed by GitHub
238 changed files with 245 additions and 247 deletions

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_HEADERS_H__

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_LIST__

View File

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

View File

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