common/iavf: update copyright date

Updated the Copyright for 2021.
Updated FreeBSD IAVF driver of version.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
Qi Zhang 2021-01-07 12:53:33 +08:00 committed by Ferruh Yigit
parent 4b4d2affbd
commit 7815caa653
15 changed files with 16 additions and 16 deletions

View File

@ -1,12 +1,12 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2019-2020 Intel Corporation
* Copyright(c) 2019-2021 Intel Corporation
*/
Intel® IAVF driver
=================
This directory contains source code of FreeBSD IAVF driver of version
cid-avf.2020.10.14.tar.gz released by the team which develops
cid-avf.2021.01.12.tar.gz released by the team which develops
basic drivers for any IAVF NIC. The directory of base/ contains the
original source package.

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#include "iavf_status.h"

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_ADMINQ_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_ADMINQ_CMD_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_ALLOC_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#include "iavf_type.h"

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_DEVIDS_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2019-2020 Intel Corporation
* Copyright(c) 2019-2021 Intel Corporation
*/
#include <stdio.h>

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2017-2020 Intel Corporation
* Copyright(c) 2017-2021 Intel Corporation
*/
#ifndef _IAVF_OSDEP_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_PROTOTYPE_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_REGISTER_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_STATUS_H_

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _IAVF_TYPE_H_

View File

@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019-2020 Intel Corporation
# Copyright(c) 2019-2021 Intel Corporation
sources = files('iavf_adminq.c', 'iavf_common.c', 'iavf_impl.c')

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
* Copyright(c) 2001-2021 Intel Corporation
*/
#ifndef _VIRTCHNL_H_