common/iavf: update copyright

Clarify Intel copyright and update the date to 2020.

Fixes: 317862a4e44f ("net/iavf: replace license text with SPDX tag")
Cc: stable@dpdk.org

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
Xiaoyun Li 2020-05-18 16:45:46 +08:00 committed by Ferruh Yigit
parent 760ed82196
commit 32c3e0b488
15 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2019 Intel Corporation
* Copyright(c) 2019-2020 Intel Corporation
*/
Intel® IAVF driver

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation
# Copyright(c) 2019-2020 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
* Copyright(c) 2001-2020 Intel Corporation
*/
#ifndef _VIRTCHNL_H_