]> git.droids-corp.org - dpdk.git/commitdiff
examples/multi_process: add SPDX license tag to makefiles
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 16 Nov 2020 09:33:37 +0000 (09:33 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 20 Nov 2020 16:32:23 +0000 (17:32 +0100)
The makefiles for some of the multi_process example files were missing
SPDX license headers, so add them. These Makefiles completely replaced
the older makefiles and were written from scratch, not based on previous
versions, so add a new copyright year on them.

Fixes: 13abe17c3cd4 ("examples/multi_process: convert to pkg-config-based build")
Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/multi_process/Makefile
examples/multi_process/client_server_mp/Makefile

index f0a999745a7d4a507535298424114ae7d0e1a79f..e55204495d9b1a7fac12a20b46bb4bb930e08e26 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)
index e8debdfd9ac7354be24c67e95bc82705ba7e9f6b..f4cab6313024c22d34b1a1f5999eb34dcbf77f87 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)