diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-01-15 01:09:37 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-01-15 01:09:37 +0100 |
| commit | a0d1776419c61903f8e6534ad3db56df275954ac (patch) | |
| tree | 70ac8963bf754b541714a24ba07f46cbb4389fe8 /examples/example_5_rpcInterface | |
| parent | 37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff) | |
| download | qxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz | |
REUSE-ify whole project
Diffstat (limited to 'examples/example_5_rpcInterface')
5 files changed, 17 insertions, 1 deletions
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 <niels_ole@salscheider-online.de> +# +# 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 <manjeetdahiya@gmail.com> +// SPDX-FileCopyrightText: 2009 Ian Geiser <ian.geiser@gmail.com> // SPDX-FileCopyrightText: 2010 Jeremy Lainé <jeremy.laine@m4x.org> +// SPDX-FileCopyrightText: 2011 Manjeet Dahiya <manjeetdahiya@gmail.com> // // 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 <ian.geiser@gmail.com> +// +// 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 <ian.geiser@gmail.com> +// +// 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 <ian.geiser@gmail.com> + +SPDX-License-Identifier: CC0-1.0
\ No newline at end of file |
