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. + Installing DPDK Using the meson build system ============================================ -- 2.25.1