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