Reviewed-by: Wei Zhao <wei.zh...@intel.com>
> -----Original Message----- > From: Li, Xiaoyun <xiaoyun...@intel.com> > Sent: Monday, May 18, 2020 4:42 PM > To: Yigit, Ferruh <ferruh.yi...@intel.com>; Ye, Xiaolong > <xiaolong...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com> > Cc: Zhao1, Wei <wei.zh...@intel.com>; Guo, Jia <jia....@intel.com>; > dev@dpdk.org; Li, Xiaoyun <xiaoyun...@intel.com>; sta...@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: sta...@dpdk.org > > Signed-off-by: Xiaoyun Li <xiaoyun...@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