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: sta...@dpdk.org > > Reported-by: Stephen Hemminger <step...@networkplumber.org> > Signed-off-by: Bruce Richardson <bruce.richard...@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.yi...@intel.com>