diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 20:24:56 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 20:24:56 +0000 |
| commit | 2410dd236660181d3bb3a472f366e7cdc016e9da (patch) | |
| tree | 39b2dd3fac141e59ec29104b276de159334a481e | |
| parent | 91104ae59ac5e4c6bb75a92d7c493509e4e6a719 (diff) | |
| download | qxmpp-2410dd236660181d3bb3a472f366e7cdc016e9da.tar.gz | |
add explicity copyright for QXmppIbbIq
| -rw-r--r-- | source/QXmppIbbIq.cpp | 25 | ||||
| -rw-r--r-- | source/QXmppIbbIq.h | 24 |
2 files changed, 48 insertions, 1 deletions
diff --git a/source/QXmppIbbIq.cpp b/source/QXmppIbbIq.cpp index 60f0a38f..5d20492a 100644 --- a/source/QXmppIbbIq.cpp +++ b/source/QXmppIbbIq.cpp @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2009-2010 Manjeet Dahiya + * + * Authors: + * Manjeet Dahiya + * Jeremy Lainé + * + * 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 <QDomElement> #include <QXmlStreamWriter> @@ -86,7 +110,6 @@ void QXmppIbbCloseIq::toXmlElementFromChild(QXmlStreamWriter *writer) const writer->writeEndElement(); } - QXmppIbbDataIq::QXmppIbbDataIq() : QXmppIq( QXmppIq::Set ), m_seq(0) { } diff --git a/source/QXmppIbbIq.h b/source/QXmppIbbIq.h index 69945987..5e66f903 100644 --- a/source/QXmppIbbIq.h +++ b/source/QXmppIbbIq.h @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2009-2010 Manjeet Dahiya + * + * Authors: + * Manjeet Dahiya + * Jeremy Lainé + * + * 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. + * + */ + #ifndef QXMPPIBBIQ_H #define QXMPPIBBIQ_H |
