examples/multi_process: add SPDX license tag to makefiles
[dpdk.git] / examples / multi_process / Makefile
index f0a9997..e552044 100644 (file)
@@ -1,3 +1,6 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2020 Intel Corporation
+
 subdirs := client_server_mp hotplug_mp simple_mp symmetric_mp
 
 .PHONY: all static shared clean $(subdirs)