aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface/remoteinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_5_rpcInterface/remoteinterface.cpp')
-rw-r--r--examples/example_5_rpcInterface/remoteinterface.cpp4
1 files changed, 4 insertions, 0 deletions
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)