DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header
@ 2019-11-08 17:19 Stephen Hemminger
  2019-11-08 17:25 ` Ferruh Yigit
  2019-11-09 18:00 ` Andrew Rybchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Hemminger @ 2019-11-08 17:19 UTC (permalink / raw)
  To: gdawar; +Cc: dev, Stephen Hemminger

The meson.build file is missing the required license header.

Signed-off-by: Stephen Hemminger <stephen@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.
 #
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header
  2019-11-08 17:19 [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header Stephen Hemminger
@ 2019-11-08 17:25 ` Ferruh Yigit
  2019-11-08 17:27   ` Stephen Hemminger
  2019-11-09 18:00 ` Andrew Rybchenko
  1 sibling, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2019-11-08 17:25 UTC (permalink / raw)
  To: Stephen Hemminger, gdawar; +Cc: dev

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@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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header
  2019-11-08 17:25 ` Ferruh Yigit
@ 2019-11-08 17:27   ` Stephen Hemminger
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2019-11-08 17:27 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: gdawar, dev

On Fri, 8 Nov 2019 17:25:16 +0000
Ferruh Yigit <ferruh.yigit@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@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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header
  2019-11-08 17:19 [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header Stephen Hemminger
  2019-11-08 17:25 ` Ferruh Yigit
@ 2019-11-09 18:00 ` Andrew Rybchenko
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Rybchenko @ 2019-11-09 18:00 UTC (permalink / raw)
  To: Stephen Hemminger, gdawar; +Cc: dev

On 11/8/19 8:19 PM, Stephen Hemminger wrote:
> The meson.build file is missing the required license header.
> 
> Signed-off-by: Stephen Hemminger <stephen@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 is already fixed in next-net.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-09 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 17:19 [dpdk-dev] [PATCH] net/sfc/base: add missing SPDX license header Stephen Hemminger
2019-11-08 17:25 ` Ferruh Yigit
2019-11-08 17:27   ` Stephen Hemminger
2019-11-09 18:00 ` Andrew Rybchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).