From 2410dd236660181d3bb3a472f366e7cdc016e9da Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 9 Aug 2010 20:24:56 +0000 Subject: add explicity copyright for QXmppIbbIq --- source/QXmppIbbIq.cpp | 25 ++++++++++++++++++++++++- source/QXmppIbbIq.h | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) (limited to 'source') 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 #include @@ -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 -- cgit v1.2.3