From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 149A6A0093 for ; Mon, 18 May 2020 10:54:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AD041D127; Mon, 18 May 2020 10:54:32 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id F17D11D127; Mon, 18 May 2020 10:54:29 +0200 (CEST) IronPort-SDR: mLNmt5IvlwHL7FtapJHjP/wGFwMib7E4V4iNYILLe0XjYjYN+MuA3kZ47aTFqDAB0zyyxDlp2A RvU5KT6WY+Fg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 01:54:28 -0700 IronPort-SDR: RSIkC6OS30lAhcvKxjCvzReJZfZpn3BEGyJPHIiHijI8hJGf4e+2EqkSNRo1RKa4VKDy+9v4kR DAwOTNk+dK6g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,406,1583222400"; d="scan'208";a="263886699" Received: from dpdk-xiaoyun3.sh.intel.com ([10.67.119.242]) by orsmga003.jf.intel.com with ESMTP; 18 May 2020 01:54:26 -0700 From: Xiaoyun Li To: ferruh.yigit@intel.com, xiaolong.ye@intel.com, qi.z.zhang@intel.com Cc: beilei.xing@intel.com, dev@dpdk.org, Xiaoyun Li , stable@dpdk.org Date: Mon, 18 May 2020 16:45:46 +0800 Message-Id: <20200518084546.27652-1-xiaoyun.li@intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH] common/iavf: update copyright X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 --- drivers/common/iavf/README | 2 +- drivers/common/iavf/iavf_adminq.c | 2 +- drivers/common/iavf/iavf_adminq.h | 2 +- drivers/common/iavf/iavf_adminq_cmd.h | 2 +- drivers/common/iavf/iavf_alloc.h | 2 +- drivers/common/iavf/iavf_common.c | 2 +- drivers/common/iavf/iavf_devids.h | 2 +- drivers/common/iavf/iavf_impl.c | 2 +- drivers/common/iavf/iavf_osdep.h | 2 +- drivers/common/iavf/iavf_prototype.h | 2 +- drivers/common/iavf/iavf_register.h | 2 +- drivers/common/iavf/iavf_status.h | 2 +- drivers/common/iavf/iavf_type.h | 2 +- drivers/common/iavf/meson.build | 2 +- drivers/common/iavf/virtchnl.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README index 034c7d7ad..f301ff665 100644 --- a/drivers/common/iavf/README +++ b/drivers/common/iavf/README @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2019 Intel Corporation + * Copyright(c) 2019-2020 Intel Corporation */ IntelĀ® IAVF driver diff --git a/drivers/common/iavf/iavf_adminq.c b/drivers/common/iavf/iavf_adminq.c index ca265b0bc..8bae51a46 100644 --- a/drivers/common/iavf/iavf_adminq.c +++ b/drivers/common/iavf/iavf_adminq.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #include "iavf_status.h" diff --git a/drivers/common/iavf/iavf_adminq.h b/drivers/common/iavf/iavf_adminq.h index 40e1336c1..93214162e 100644 --- a/drivers/common/iavf/iavf_adminq.h +++ b/drivers/common/iavf/iavf_adminq.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_ADMINQ_H_ diff --git a/drivers/common/iavf/iavf_adminq_cmd.h b/drivers/common/iavf/iavf_adminq_cmd.h index c24c2f0a2..5b748426a 100644 --- a/drivers/common/iavf/iavf_adminq_cmd.h +++ b/drivers/common/iavf/iavf_adminq_cmd.h @@ -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_ diff --git a/drivers/common/iavf/iavf_alloc.h b/drivers/common/iavf/iavf_alloc.h index e863d2545..7b7a205cf 100644 --- a/drivers/common/iavf/iavf_alloc.h +++ b/drivers/common/iavf/iavf_alloc.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_ALLOC_H_ diff --git a/drivers/common/iavf/iavf_common.c b/drivers/common/iavf/iavf_common.c index 6cf159518..57ec1ff39 100644 --- a/drivers/common/iavf/iavf_common.c +++ b/drivers/common/iavf/iavf_common.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #include "iavf_type.h" diff --git a/drivers/common/iavf/iavf_devids.h b/drivers/common/iavf/iavf_devids.h index e6897983e..2e63aac28 100644 --- a/drivers/common/iavf/iavf_devids.h +++ b/drivers/common/iavf/iavf_devids.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_DEVIDS_H_ diff --git a/drivers/common/iavf/iavf_impl.c b/drivers/common/iavf/iavf_impl.c index 70bab4cc6..6174a9144 100644 --- a/drivers/common/iavf/iavf_impl.c +++ b/drivers/common/iavf/iavf_impl.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2019 Intel Corporation + * Copyright(c) 2019-2020 Intel Corporation */ #include diff --git a/drivers/common/iavf/iavf_osdep.h b/drivers/common/iavf/iavf_osdep.h index 011b19336..7cba13ff7 100644 --- a/drivers/common/iavf/iavf_osdep.h +++ b/drivers/common/iavf/iavf_osdep.h @@ -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_ diff --git a/drivers/common/iavf/iavf_prototype.h b/drivers/common/iavf/iavf_prototype.h index ed4057b1c..31ce2af49 100644 --- a/drivers/common/iavf/iavf_prototype.h +++ b/drivers/common/iavf/iavf_prototype.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_PROTOTYPE_H_ diff --git a/drivers/common/iavf/iavf_register.h b/drivers/common/iavf/iavf_register.h index ee248dcf9..03d62a9da 100644 --- a/drivers/common/iavf/iavf_register.h +++ b/drivers/common/iavf/iavf_register.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_REGISTER_H_ diff --git a/drivers/common/iavf/iavf_status.h b/drivers/common/iavf/iavf_status.h index 33a98a25a..f42563806 100644 --- a/drivers/common/iavf/iavf_status.h +++ b/drivers/common/iavf/iavf_status.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_STATUS_H_ diff --git a/drivers/common/iavf/iavf_type.h b/drivers/common/iavf/iavf_type.h index 905e1afb6..665b070a0 100644 --- a/drivers/common/iavf/iavf_type.h +++ b/drivers/common/iavf/iavf_type.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _IAVF_TYPE_H_ diff --git a/drivers/common/iavf/meson.build b/drivers/common/iavf/meson.build index ce50aceaf..1f4d8b898 100644 --- a/drivers/common/iavf/meson.build +++ b/drivers/common/iavf/meson.build @@ -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') diff --git a/drivers/common/iavf/virtchnl.h b/drivers/common/iavf/virtchnl.h index ef41a4f8a..79515ee8b 100644 --- a/drivers/common/iavf/virtchnl.h +++ b/drivers/common/iavf/virtchnl.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _VIRTCHNL_H_ -- 2.17.1