patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] doc/prog_guide: fix missing SPDX license tag header
@ 2020-09-10 11:32 Bruce Richardson
  2020-09-10 12:19 ` [dpdk-stable] [dpdk-dev] " Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Richardson @ 2020-09-10 11:32 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, stable, Stephen Hemminger

The build-sdk-meson.rst file originates from the short plain-text meson
instructions added in 2018. Add SPDX tag and copyright notice based on the
original commit.

Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
Cc: stable@dpdk.org

Reported-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 doc/guides/prog_guide/build-sdk-meson.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst
index 44d1cafdf..c23ed65d7 100644
--- a/doc/guides/prog_guide/build-sdk-meson.rst
+++ b/doc/guides/prog_guide/build-sdk-meson.rst
@@ -1,3 +1,6 @@
+..  SPDX-License-Identifier: BSD-3-Clause
+    Copyright(c) 2018 Intel Corporation.
+
 Installing DPDK Using the meson build system
 ============================================
 
-- 
2.25.1


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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] doc/prog_guide: fix missing SPDX license tag header
  2020-09-10 11:32 [dpdk-stable] [PATCH] doc/prog_guide: fix missing SPDX license tag header Bruce Richardson
@ 2020-09-10 12:19 ` Ferruh Yigit
  2020-09-10 12:23   ` Bruce Richardson
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2020-09-10 12:19 UTC (permalink / raw)
  To: Bruce Richardson, dev; +Cc: stable, Stephen Hemminger

On 9/10/2020 12:32 PM, Bruce Richardson wrote:
> The build-sdk-meson.rst file originates from the short plain-text meson
> instructions added in 2018. Add SPDX tag and copyright notice based on the
> original commit.
> 
> Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
> Cc: stable@dpdk.org
> 
> Reported-by: Stephen Hemminger <stephen@networkplumber.org>
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  doc/guides/prog_guide/build-sdk-meson.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst
> index 44d1cafdf..c23ed65d7 100644
> --- a/doc/guides/prog_guide/build-sdk-meson.rst
> +++ b/doc/guides/prog_guide/build-sdk-meson.rst
> @@ -1,3 +1,6 @@
> +..  SPDX-License-Identifier: BSD-3-Clause
> +    Copyright(c) 2018 Intel Corporation.

Should copyright year be "2018 - 2020"? not sure. Other from that,

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] doc/prog_guide: fix missing SPDX license tag header
  2020-09-10 12:19 ` [dpdk-stable] [dpdk-dev] " Ferruh Yigit
@ 2020-09-10 12:23   ` Bruce Richardson
  2020-10-19 16:40     ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Richardson @ 2020-09-10 12:23 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, stable, Stephen Hemminger

On Thu, Sep 10, 2020 at 01:19:55PM +0100, Ferruh Yigit wrote:
> On 9/10/2020 12:32 PM, Bruce Richardson wrote:
> > The build-sdk-meson.rst file originates from the short plain-text meson
> > instructions added in 2018. Add SPDX tag and copyright notice based on the
> > original commit.
> > 
> > Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
> > Cc: stable@dpdk.org
> > 
> > Reported-by: Stephen Hemminger <stephen@networkplumber.org>
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> > ---
> >  doc/guides/prog_guide/build-sdk-meson.rst | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst
> > index 44d1cafdf..c23ed65d7 100644
> > --- a/doc/guides/prog_guide/build-sdk-meson.rst
> > +++ b/doc/guides/prog_guide/build-sdk-meson.rst
> > @@ -1,3 +1,6 @@
> > +..  SPDX-License-Identifier: BSD-3-Clause
> > +    Copyright(c) 2018 Intel Corporation.
> 
> Should copyright year be "2018 - 2020"? not sure. Other from that,
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Neither am I, but no major updates have been made to the file since 2018,
so I'll keep it as-is.

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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] doc/prog_guide: fix missing SPDX license tag header
  2020-09-10 12:23   ` Bruce Richardson
@ 2020-10-19 16:40     ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2020-10-19 16:40 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: Ferruh Yigit, dev, stable, Stephen Hemminger

10/09/2020 14:23, Bruce Richardson:
> On Thu, Sep 10, 2020 at 01:19:55PM +0100, Ferruh Yigit wrote:
> > On 9/10/2020 12:32 PM, Bruce Richardson wrote:
> > > The build-sdk-meson.rst file originates from the short plain-text meson
> > > instructions added in 2018. Add SPDX tag and copyright notice based on the
> > > original commit.
> > > 
> > > Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
> > > Cc: stable@dpdk.org
> > > 
> > > Reported-by: Stephen Hemminger <stephen@networkplumber.org>
> > > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> > > ---
> > > --- a/doc/guides/prog_guide/build-sdk-meson.rst
> > > +++ b/doc/guides/prog_guide/build-sdk-meson.rst
> > > @@ -1,3 +1,6 @@
> > > +..  SPDX-License-Identifier: BSD-3-Clause
> > > +    Copyright(c) 2018 Intel Corporation.
> > 
> > Should copyright year be "2018 - 2020"? not sure. Other from that,
> > 
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Neither am I, but no major updates have been made to the file since 2018,
> so I'll keep it as-is.

Applied, thanks



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

end of thread, other threads:[~2020-10-19 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 11:32 [dpdk-stable] [PATCH] doc/prog_guide: fix missing SPDX license tag header Bruce Richardson
2020-09-10 12:19 ` [dpdk-stable] [dpdk-dev] " Ferruh Yigit
2020-09-10 12:23   ` Bruce Richardson
2020-10-19 16:40     ` Thomas Monjalon

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).