From a0d1776419c61903f8e6534ad3db56df275954ac Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 15 Jan 2022 01:09:37 +0100 Subject: REUSE-ify whole project --- examples/example_5_rpcInterface/CMakeLists.txt | 4 ++++ examples/example_5_rpcInterface/main.cpp | 3 ++- examples/example_5_rpcInterface/remoteinterface.cpp | 4 ++++ examples/example_5_rpcInterface/remoteinterface.h | 4 ++++ examples/example_5_rpcInterface/xmlrpctest.txt.license | 3 +++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 examples/example_5_rpcInterface/xmlrpctest.txt.license (limited to 'examples/example_5_rpcInterface') diff --git a/examples/example_5_rpcInterface/CMakeLists.txt b/examples/example_5_rpcInterface/CMakeLists.txt index 40f014ef..c58fdc40 100644 --- a/examples/example_5_rpcInterface/CMakeLists.txt +++ b/examples/example_5_rpcInterface/CMakeLists.txt @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider +# +# SPDX-License-Identifier: CC0-1.0 + add_executable(5_rpcInterface main.cpp remoteinterface.cpp) target_link_libraries(5_rpcInterface qxmpp) diff --git a/examples/example_5_rpcInterface/main.cpp b/examples/example_5_rpcInterface/main.cpp index 70dc76d6..780c8a12 100644 --- a/examples/example_5_rpcInterface/main.cpp +++ b/examples/example_5_rpcInterface/main.cpp @@ -1,5 +1,6 @@ -// SPDX-FileCopyrightText: 2011 Manjeet Dahiya +// SPDX-FileCopyrightText: 2009 Ian Geiser // SPDX-FileCopyrightText: 2010 Jeremy Lainé +// SPDX-FileCopyrightText: 2011 Manjeet Dahiya // // SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/examples/example_5_rpcInterface/remoteinterface.cpp b/examples/example_5_rpcInterface/remoteinterface.cpp index 35132a21..7ddb40c7 100644 --- a/examples/example_5_rpcInterface/remoteinterface.cpp +++ b/examples/example_5_rpcInterface/remoteinterface.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2009 Ian Geiser +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #include "remoteinterface.h" RemoteInterface::RemoteInterface(QObject *parent) : QXmppInvokable(parent) diff --git a/examples/example_5_rpcInterface/remoteinterface.h b/examples/example_5_rpcInterface/remoteinterface.h index a5ad9388..04bb4393 100644 --- a/examples/example_5_rpcInterface/remoteinterface.h +++ b/examples/example_5_rpcInterface/remoteinterface.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2009 Ian Geiser +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #ifndef REMOTEINTERFACE_H #define REMOTEINTERFACE_H diff --git a/examples/example_5_rpcInterface/xmlrpctest.txt.license b/examples/example_5_rpcInterface/xmlrpctest.txt.license new file mode 100644 index 00000000..f83160e2 --- /dev/null +++ b/examples/example_5_rpcInterface/xmlrpctest.txt.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2009 Ian Geiser + +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file -- cgit v1.2.3