On 4/1/2020 3:21 PM, Michal Krawczyk wrote: > The v2.1.0 making changes in the ena_ethdev files were done this year, > so the copyright notice should be updated. > > Signed-off-by: Michal Krawczyk <m...@semihalf.com> > Reviewed-by: Igor Chauskin <igo...@amazon.com> > Reviewed-by: Guy Tzalik <gtza...@amazon.com> > --- > drivers/net/ena/base/ena_plat_dpdk.h | 2 +- > drivers/net/ena/ena_ethdev.c | 2 +- > drivers/net/ena/ena_ethdev.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/ena/base/ena_plat_dpdk.h > b/drivers/net/ena/base/ena_plat_dpdk.h > index c69426a062..595967e6e3 100644 > --- a/drivers/net/ena/base/ena_plat_dpdk.h > +++ b/drivers/net/ena/base/ena_plat_dpdk.h > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: BSD-3-Clause > - * Copyright (c) 2015-2019 Amazon.com, Inc. or its affiliates. > + * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. > * All rights reserved. > */ > > diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c > index 34f910c9c4..53798b8af4 100644 > --- a/drivers/net/ena/ena_ethdev.c > +++ b/drivers/net/ena/ena_ethdev.c > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: BSD-3-Clause > - * Copyright (c) 2015-2019 Amazon.com, Inc. or its affiliates. > + * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. > * All rights reserved. > */ > > diff --git a/drivers/net/ena/ena_ethdev.h b/drivers/net/ena/ena_ethdev.h > index 77d40d5a1e..6e24a4e582 100644 > --- a/drivers/net/ena/ena_ethdev.h > +++ b/drivers/net/ena/ena_ethdev.h > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: BSD-3-Clause > - * Copyright (c) 2015-2019 Amazon.com, Inc. or its affiliates. > + * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. > * All rights reserved. > */ > >
These files seems updated in this series already, instead of making separate patch to update copyright date, can you please update copyright date in the patch that updates those files?