diff options
Diffstat (limited to 'src/sip-connection.c')
-rw-r--r-- | src/sip-connection.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/sip-connection.c b/src/sip-connection.c index 0163d50..5ce8941 100644 --- a/src/sip-connection.c +++ b/src/sip-connection.c @@ -1,24 +1,26 @@ /* * sip-connection.c - Source for TpsipConnection * Copyright (C) 2005-2007 Collabora Ltd. - * Copyright (C) 2005-2007 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * @author Kai Vehmanen <first.surname@nokia.com> * @author Martti Mela <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * * Based on telepathy-gabble implementation (gabble-connection). * @author See gabble-connection.c * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. + * This work 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, + * This work 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. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software + * License along with this work; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ |