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 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)
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)