Re: [dpdk-dev] [PATCH v2] examples/multi_process: fix missing SPDX headers

2020-11-20 Thread David Marchand
On Mon, Nov 16, 2020 at 10:36 AM Bruce Richardson wrote: > > The makefiles for some of the multi_process example files were missing > SPDX license headers, so add them. These Makefiles completely replaced > the older makefiles and were written from scratch, not based on previous > versions, so add

[dpdk-dev] [PATCH v2] examples/multi_process: fix missing SPDX headers

2020-11-16 Thread Bruce Richardson
The makefiles for some of the multi_process example files were missing SPDX license headers, so add them. These Makefiles completely replaced the older makefiles and were written from scratch, not based on previous versions, so add a new copyright year on them. Fixes: 13abe17c3cd4 ("examples/multi