Make is still used for these examples, so add header to Makefile Signed-off-by: Stephen Hemminger <step...@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 + subdirs := client_server_mp hotplug_mp simple_mp symmetric_mp .PHONY: all static shared clean $(subdirs) diff --git a/examples/multi_process/client_server_mp/Makefile b/examples/multi_process/client_server_mp/Makefile index e8debdfd9ac7..fbe6d67a7771 100644 --- a/examples/multi_process/client_server_mp/Makefile +++ b/examples/multi_process/client_server_mp/Makefile @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2010-2014 Intel Corporation + subdirs := mp_client mp_server .PHONY: all static shared clean $(subdirs) -- 2.27.0