aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppGlobal.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-08 05:50:52 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-08 05:50:52 +0000
commit3431f5a37174b7eb8490672686db68df2b48e35f (patch)
treea60bf9a51e7255190f718e4913188b4bd40e0059 /src/QXmppGlobal.cpp
parent0ddeb10dbeb75d53946495014dadfe7884820b11 (diff)
downloadqxmpp-3431f5a37174b7eb8490672686db68df2b48e35f.tar.gz
add copyright
Diffstat (limited to 'src/QXmppGlobal.cpp')
-rw-r--r--src/QXmppGlobal.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/QXmppGlobal.cpp b/src/QXmppGlobal.cpp
index ccc16fab..4814f4c4 100644
--- a/src/QXmppGlobal.cpp
+++ b/src/QXmppGlobal.cpp
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008-2010 The QXmpp developers
+ *
+ * Author:
+ * Manjeet Dahiya
+ *
+ * Source:
+ * http://code.google.com/p/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 "QXmppGlobal.h"
#define QXMPPSTRINGIZE(n) _QXMPPSTRINGIZE(n)