diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-03 21:55:36 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 19:44:01 +0200 |
| commit | 3241e63f07c5fa493788897ddfb87a201205f621 (patch) | |
| tree | 70c4a8e38d0ceca7aac5af3bdb6178e865eb7db1 /src/server/QXmppServerPlugin.cpp | |
| parent | 5804795a35d27f8d10301d5f40567a34efca2643 (diff) | |
| download | qxmpp-3241e63f07c5fa493788897ddfb87a201205f621.tar.gz | |
Initial CMake build system
Diffstat (limited to 'src/server/QXmppServerPlugin.cpp')
| -rw-r--r-- | src/server/QXmppServerPlugin.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/server/QXmppServerPlugin.cpp b/src/server/QXmppServerPlugin.cpp new file mode 100644 index 00000000..d723ee4d --- /dev/null +++ b/src/server/QXmppServerPlugin.cpp @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2017 The QXmpp developers + * + * Author: + * Niels Ole Salscheider + * + * Source: + * https://github.com/qxmpp-project/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + +#include "QXmppServerPlugin.h" + |
