[dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header
Stephen Hemminger
stephen at networkplumber.org
Fri Nov 8 18:27:21 CET 2019
On Fri, 8 Nov 2019 17:25:16 +0000
Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> On 11/8/2019 5:19 PM, Stephen Hemminger wrote:
> > The meson.build file is missing the required license header.
> >
> > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> > ---
> > drivers/net/sfc/base/meson.build | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/net/sfc/base/meson.build b/drivers/net/sfc/base/meson.build
> > index 6c80305820ce..5fbe24014ec6 100644
> > --- a/drivers/net/sfc/base/meson.build
> > +++ b/drivers/net/sfc/base/meson.build
> > @@ -1,3 +1,5 @@
> > +# SPDX-License-Identifier: BSD-3-Clause
> > +#
> > # Copyright (c) 2016-2018 Solarflare Communications Inc.
> > # All rights reserved.
> > #
> >
>
> It has been updated yesterday [1] in next-net, updating this patch [2] as not
> applicable.
>
>
> [1]
> https://git.dpdk.org/next/dpdk-next-net/commit/?id=dc2c0511b3a5f1a6351ba4280dc73181323aa2dd
>
> https://patches.dpdk.org/patch/59987/
>
>
> [2]
> https://patches.dpdk.org/patch/62803/
Great, thanks.
More information about the dev
mailing list