[dpdk-dev] [PATCH] examples/multi_process: add missing SPDX header to Makefile

Bruce Richardson bruce.richardson at intel.com
Mon Nov 16 10:27:07 CET 2020


On Sun, Nov 15, 2020 at 06:23:47PM -0800, Stephen Hemminger wrote:
> Make is still used for these examples, so add header to Makefile
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  examples/multi_process/Makefile                  | 3 +++
>  examples/multi_process/client_server_mp/Makefile | 3 +++
>  2 files changed, 6 insertions(+)
> 
> diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefile
> index f0a999745a7d..937d00faa313 100644
> --- a/examples/multi_process/Makefile
> +++ b/examples/multi_process/Makefile
> @@ -1,3 +1,6 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2010-2014 Intel Corporation
> +
These two Makefiles are actually completely new, replacing the older ones,
so the year should probably be 2020 just (or else 2010-2020 if you want to
keep connection to the older ones). This is also why the old notice
disappeared, as the old file was deleted before the new was created.

/Bruce


More information about the dev mailing list