aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-01-15 01:09:37 +0100
committerLinus Jahn <lnj@kaidan.im>2022-01-15 01:09:37 +0100
commita0d1776419c61903f8e6534ad3db56df275954ac (patch)
tree70ac8963bf754b541714a24ba07f46cbb4389fe8 /examples/example_6_rpcClient
parent37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff)
downloadqxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz
REUSE-ify whole project
Diffstat (limited to 'examples/example_6_rpcClient')
-rw-r--r--examples/example_6_rpcClient/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example_6_rpcClient/CMakeLists.txt b/examples/example_6_rpcClient/CMakeLists.txt
index d3b10b92..2c19a92c 100644
--- a/examples/example_6_rpcClient/CMakeLists.txt
+++ b/examples/example_6_rpcClient/CMakeLists.txt
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de>
+#
+# SPDX-License-Identifier: CC0-1.0
+
add_executable(6_rpcClient main.cpp rpcClient.cpp)
target_link_libraries(6_rpcClient qxmpp)