All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhao1, Wei" <wei.zhao1@intel.com>
To: "Li, Xiaoyun" <xiaoyun.li@intel.com>,
	"Yigit, Ferruh" <ferruh.yigit@intel.com>,
	"Ye, Xiaolong" <xiaolong.ye@intel.com>,
	"Zhang, Qi Z" <qi.z.zhang@intel.com>
Cc: "Guo, Jia" <jia.guo@intel.com>, "dev@dpdk.org" <dev@dpdk.org>,
	"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/ixgbe/base: update copyright
Date: Tue, 19 May 2020 01:03:29 +0000	[thread overview]
Message-ID: <MWHPR11MB1391C5DDBE326C920061AF95B7B90@MWHPR11MB1391.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200518084136.27432-1-xiaoyun.li@intel.com>

Reviewed-by: Wei Zhao <wei.zhao1@intel.com>


> -----Original Message-----
> From: Li, Xiaoyun <xiaoyun.li@intel.com>
> Sent: Monday, May 18, 2020 4:42 PM
> To: Yigit, Ferruh <ferruh.yigit@intel.com>; Ye, Xiaolong
> <xiaolong.ye@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: Zhao1, Wei <wei.zhao1@intel.com>; Guo, Jia <jia.guo@intel.com>;
> dev@dpdk.org; Li, Xiaoyun <xiaoyun.li@intel.com>; stable@dpdk.org
> Subject: [PATCH] net/ixgbe/base: update copyright
> 
> Clarify Intel copyright and update the date to 2020.
> 
> Fixes: 9db3087f4f77 ("net/ixgbe/base: update the license")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
> ---
>  drivers/net/ixgbe/base/README            | 2 +-
>  drivers/net/ixgbe/base/ixgbe_82598.c     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_82598.h     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_82599.c     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_82599.h     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_api.c       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_api.h       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_common.c    | 2 +-
>  drivers/net/ixgbe/base/ixgbe_common.h    | 2 +-
>  drivers/net/ixgbe/base/ixgbe_dcb.c       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_dcb.h       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 2 +-
> drivers/net/ixgbe/base/ixgbe_dcb_82598.h | 2 +-
> drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 2 +-
> drivers/net/ixgbe/base/ixgbe_dcb_82599.h | 2 +-
>  drivers/net/ixgbe/base/ixgbe_hv_vf.c     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_hv_vf.h     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_mbx.c       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_mbx.h       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_osdep.h     | 2 +-
>  drivers/net/ixgbe/base/ixgbe_phy.c       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_phy.h       | 2 +-
>  drivers/net/ixgbe/base/ixgbe_type.h      | 2 +-
>  drivers/net/ixgbe/base/ixgbe_vf.c        | 2 +-
>  drivers/net/ixgbe/base/ixgbe_vf.h        | 2 +-
>  drivers/net/ixgbe/base/ixgbe_x540.c      | 2 +-
>  drivers/net/ixgbe/base/ixgbe_x540.h      | 2 +-
>  drivers/net/ixgbe/base/ixgbe_x550.c      | 2 +-
>  drivers/net/ixgbe/base/ixgbe_x550.h      | 2 +-
>  drivers/net/ixgbe/base/meson.build       | 2 +-
>  30 files changed, 30 insertions(+), 30 deletions(-)
> 
> diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README
> index b6b420e2f..a48b14ed2 100644
> --- a/drivers/net/ixgbe/base/README
> +++ b/drivers/net/ixgbe/base/README
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2010-2018 Intel Corporation
> + * Copyright(c) 2010-2020 Intel Corporation
>   */
> 
>  Intel® IXGBE driver
> diff --git a/drivers/net/ixgbe/base/ixgbe_82598.c
> b/drivers/net/ixgbe/base/ixgbe_82598.c
> index 245ff75d5..c83e1c6b3 100644
> --- a/drivers/net/ixgbe/base/ixgbe_82598.c
> +++ b/drivers/net/ixgbe/base/ixgbe_82598.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_type.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_82598.h
> b/drivers/net/ixgbe/base/ixgbe_82598.h
> index 8013f495e..7bad5e12d 100644
> --- a/drivers/net/ixgbe/base/ixgbe_82598.h
> +++ b/drivers/net/ixgbe/base/ixgbe_82598.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_82598_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_82599.c
> b/drivers/net/ixgbe/base/ixgbe_82599.c
> index 96bdde62c..9cd0b1428 100644
> --- a/drivers/net/ixgbe/base/ixgbe_82599.c
> +++ b/drivers/net/ixgbe/base/ixgbe_82599.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_type.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_82599.h
> b/drivers/net/ixgbe/base/ixgbe_82599.h
> index a32eb1f51..238481983 100644
> --- a/drivers/net/ixgbe/base/ixgbe_82599.h
> +++ b/drivers/net/ixgbe/base/ixgbe_82599.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_82599_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_api.c
> b/drivers/net/ixgbe/base/ixgbe_api.c
> index 873c07999..0a22df3d0 100644
> --- a/drivers/net/ixgbe/base/ixgbe_api.c
> +++ b/drivers/net/ixgbe/base/ixgbe_api.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_api.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_api.h
> b/drivers/net/ixgbe/base/ixgbe_api.h
> index ff8f7b261..33e7c3c21 100644
> --- a/drivers/net/ixgbe/base/ixgbe_api.h
> +++ b/drivers/net/ixgbe/base/ixgbe_api.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_API_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_common.c
> b/drivers/net/ixgbe/base/ixgbe_common.c
> index 62ff76723..4eb98dc19 100644
> --- a/drivers/net/ixgbe/base/ixgbe_common.c
> +++ b/drivers/net/ixgbe/base/ixgbe_common.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_common.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_common.h
> b/drivers/net/ixgbe/base/ixgbe_common.h
> index 3bb247511..7a31f088c 100644
> --- a/drivers/net/ixgbe/base/ixgbe_common.h
> +++ b/drivers/net/ixgbe/base/ixgbe_common.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_COMMON_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_dcb.c
> b/drivers/net/ixgbe/base/ixgbe_dcb.c
> index a590e0e07..53def2146 100644
> --- a/drivers/net/ixgbe/base/ixgbe_dcb.c
> +++ b/drivers/net/ixgbe/base/ixgbe_dcb.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
> 
> diff --git a/drivers/net/ixgbe/base/ixgbe_dcb.h
> b/drivers/net/ixgbe/base/ixgbe_dcb.h
> index 503d06018..c2a1013ac 100644
> --- a/drivers/net/ixgbe/base/ixgbe_dcb.h
> +++ b/drivers/net/ixgbe/base/ixgbe_dcb.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_DCB_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_dcb_82598.c
> b/drivers/net/ixgbe/base/ixgbe_dcb_82598.c
> index d87cb5885..bb309e28f 100644
> --- a/drivers/net/ixgbe/base/ixgbe_dcb_82598.c
> +++ b/drivers/net/ixgbe/base/ixgbe_dcb_82598.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
> 
> diff --git a/drivers/net/ixgbe/base/ixgbe_dcb_82598.h
> b/drivers/net/ixgbe/base/ixgbe_dcb_82598.h
> index 1a1474448..8f3688137 100644
> --- a/drivers/net/ixgbe/base/ixgbe_dcb_82598.h
> +++ b/drivers/net/ixgbe/base/ixgbe_dcb_82598.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_DCB_82598_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_dcb_82599.c
> b/drivers/net/ixgbe/base/ixgbe_dcb_82599.c
> index f4f0ff019..04e0d1fb7 100644
> --- a/drivers/net/ixgbe/base/ixgbe_dcb_82599.c
> +++ b/drivers/net/ixgbe/base/ixgbe_dcb_82599.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
> 
> diff --git a/drivers/net/ixgbe/base/ixgbe_dcb_82599.h
> b/drivers/net/ixgbe/base/ixgbe_dcb_82599.h
> index 085ada27f..7bd1d6a32 100644
> --- a/drivers/net/ixgbe/base/ixgbe_dcb_82599.h
> +++ b/drivers/net/ixgbe/base/ixgbe_dcb_82599.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_DCB_82599_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_hv_vf.c
> b/drivers/net/ixgbe/base/ixgbe_hv_vf.c
> index 67a124d8d..6005c4ac9 100644
> --- a/drivers/net/ixgbe/base/ixgbe_hv_vf.c
> +++ b/drivers/net/ixgbe/base/ixgbe_hv_vf.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_vf.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_hv_vf.h
> b/drivers/net/ixgbe/base/ixgbe_hv_vf.h
> index 9664f3bdb..dd2e1eee4 100644
> --- a/drivers/net/ixgbe/base/ixgbe_hv_vf.h
> +++ b/drivers/net/ixgbe/base/ixgbe_hv_vf.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_HV_VF_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_mbx.c
> b/drivers/net/ixgbe/base/ixgbe_mbx.c
> index cb82942df..13bdb5f68 100644
> --- a/drivers/net/ixgbe/base/ixgbe_mbx.c
> +++ b/drivers/net/ixgbe/base/ixgbe_mbx.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_type.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_mbx.h
> b/drivers/net/ixgbe/base/ixgbe_mbx.h
> index 5d32cbc07..1a45e49c2 100644
> --- a/drivers/net/ixgbe/base/ixgbe_mbx.h
> +++ b/drivers/net/ixgbe/base/ixgbe_mbx.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_MBX_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_osdep.h
> b/drivers/net/ixgbe/base/ixgbe_osdep.h
> index 844d1701f..dc712b7c0 100644
> --- a/drivers/net/ixgbe/base/ixgbe_osdep.h
> +++ b/drivers/net/ixgbe/base/ixgbe_osdep.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_OS_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_phy.c
> b/drivers/net/ixgbe/base/ixgbe_phy.c
> index dd118f917..a8243fa97 100644
> --- a/drivers/net/ixgbe/base/ixgbe_phy.c
> +++ b/drivers/net/ixgbe/base/ixgbe_phy.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_api.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_phy.h
> b/drivers/net/ixgbe/base/ixgbe_phy.h
> index f1605f2cc..a06c3be17 100644
> --- a/drivers/net/ixgbe/base/ixgbe_phy.h
> +++ b/drivers/net/ixgbe/base/ixgbe_phy.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_PHY_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_type.h
> b/drivers/net/ixgbe/base/ixgbe_type.h
> index 077b8f01c..15e937010 100644
> --- a/drivers/net/ixgbe/base/ixgbe_type.h
> +++ b/drivers/net/ixgbe/base/ixgbe_type.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_TYPE_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_vf.c
> b/drivers/net/ixgbe/base/ixgbe_vf.c
> index aac37822e..7f69ece10 100644
> --- a/drivers/net/ixgbe/base/ixgbe_vf.c
> +++ b/drivers/net/ixgbe/base/ixgbe_vf.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
> 
> diff --git a/drivers/net/ixgbe/base/ixgbe_vf.h
> b/drivers/net/ixgbe/base/ixgbe_vf.h
> index dba643fce..be58b4f76 100644
> --- a/drivers/net/ixgbe/base/ixgbe_vf.h
> +++ b/drivers/net/ixgbe/base/ixgbe_vf.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_VF_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_x540.c
> b/drivers/net/ixgbe/base/ixgbe_x540.c
> index f00f0eae7..d65f47c18 100644
> --- a/drivers/net/ixgbe/base/ixgbe_x540.c
> +++ b/drivers/net/ixgbe/base/ixgbe_x540.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_x540.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_x540.h
> b/drivers/net/ixgbe/base/ixgbe_x540.h
> index 231dfe56e..ba79847d1 100644
> --- a/drivers/net/ixgbe/base/ixgbe_x540.h
> +++ b/drivers/net/ixgbe/base/ixgbe_x540.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_X540_H_
> diff --git a/drivers/net/ixgbe/base/ixgbe_x550.c
> b/drivers/net/ixgbe/base/ixgbe_x550.c
> index 930a61a20..3de406fd3 100644
> --- a/drivers/net/ixgbe/base/ixgbe_x550.c
> +++ b/drivers/net/ixgbe/base/ixgbe_x550.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #include "ixgbe_x550.h"
> diff --git a/drivers/net/ixgbe/base/ixgbe_x550.h
> b/drivers/net/ixgbe/base/ixgbe_x550.h
> index 3bd98f243..10086ab42 100644
> --- a/drivers/net/ixgbe/base/ixgbe_x550.h
> +++ b/drivers/net/ixgbe/base/ixgbe_x550.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2018
> + * Copyright(c) 2001-2020 Intel Corporation
>   */
> 
>  #ifndef _IXGBE_X550_H_
> diff --git a/drivers/net/ixgbe/base/meson.build
> b/drivers/net/ixgbe/base/meson.build
> index da3887560..48bbb86cb 100644
> --- a/drivers/net/ixgbe/base/meson.build
> +++ b/drivers/net/ixgbe/base/meson.build
> @@ -1,5 +1,5 @@
>  # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2017 Intel Corporation
> +# Copyright(c) 2017-2020 Intel Corporation
> 
>  sources = [
>  	'ixgbe_82598.c',
> --
> 2.17.1


      parent reply	other threads:[~2020-05-19  1:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18  8:41 [dpdk-dev] [PATCH] net/ixgbe/base: update copyright Xiaoyun Li
2020-05-18 10:42 ` Ferruh Yigit
2020-05-18 18:11   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2020-05-19  1:03 ` Zhao1, Wei [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MWHPR11MB1391C5DDBE326C920061AF95B7B90@MWHPR11MB1391.namprd11.prod.outlook.com \
    --to=wei.zhao1@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=jia.guo@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=stable@dpdk.org \
    --cc=xiaolong.ye@intel.com \
    --cc=xiaoyun.li@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.