DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/multi_process: add missing SPDX header to Makefile
@ 2020-11-16  2:23 Stephen Hemminger
  2020-11-16  9:27 ` Bruce Richardson
  2020-11-16  9:33 ` [dpdk-dev] [PATCH v2] examples/multi_process: fix missing SPDX headers Bruce Richardson
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Hemminger @ 2020-11-16  2:23 UTC (permalink / raw)
  To: bruce.richardson; +Cc: dev, Stephen Hemminger

Make is still used for these examples, so add header to Makefile

Signed-off-by: Stephen Hemminger <stephen@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-20 16:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16  2:23 [dpdk-dev] [PATCH] examples/multi_process: add missing SPDX header to Makefile Stephen Hemminger
2020-11-16  9:27 ` Bruce Richardson
2020-11-16  9:33 ` [dpdk-dev] [PATCH v2] examples/multi_process: fix missing SPDX headers Bruce Richardson
2020-11-20 16:34   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).