diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 08:52:37 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 08:52:37 +0000 |
| commit | 7e200ac65474aba6069dca506db3bb57704d4fdd (patch) | |
| tree | 133ae322fd9fb0ffd44a87973f07611fec85bc9e /source | |
| parent | 88dfc083c843f0bceff9105eb70a2cc47341d766 (diff) | |
| download | qxmpp-7e200ac65474aba6069dca506db3bb57704d4fdd.tar.gz | |
fix copyright statement
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppCodec.cpp | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/source/QXmppCodec.cpp b/source/QXmppCodec.cpp index c9180448..a26307be 100644 --- a/source/QXmppCodec.cpp +++ b/source/QXmppCodec.cpp @@ -1,20 +1,24 @@ /* - * wiLink - * Copyright (C) 2009-2010 Bolloré telecom - * See AUTHORS file for a full list of contributors. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, + * Copyright (C) 2010 Bolloré telecom + * + * Author: + * 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * */ /* |
