diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-03-07 14:37:39 +0000 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-03-07 14:37:39 +0000 |
commit | 7c2c903e76a3dce01d732849546dca766d6826bb (patch) | |
tree | 711baec4403601dec8e1bd984b172edc2b8455ea | |
parent | 2735429e13a7efb93a0b9cd13bfd0e898357e930 (diff) |
Used the occasion to update copyright notices in the code:
added missing notices, updated Nokia copyright years, removed "this library"
language, humbly added myself to the author lists.
20080307143739-5b6ca-0a4e19949140f3fb974d6b0bff79debf76cf9f9c.gz
-rw-r--r-- | src/debug.c | 19 | ||||
-rw-r--r-- | src/debug.h | 18 | ||||
-rw-r--r-- | src/media-factory.c | 13 | ||||
-rw-r--r-- | src/media-factory.h | 13 | ||||
-rw-r--r-- | src/sip-connection-helpers.c | 13 | ||||
-rw-r--r-- | src/sip-connection-helpers.h | 13 | ||||
-rw-r--r-- | src/sip-connection-manager.c | 14 | ||||
-rw-r--r-- | src/sip-connection-manager.h | 13 | ||||
-rw-r--r-- | src/sip-connection-private.h | 13 | ||||
-rw-r--r-- | src/sip-connection-sofia.c | 14 | ||||
-rw-r--r-- | src/sip-connection-sofia.h | 12 | ||||
-rw-r--r-- | src/sip-connection.c | 14 | ||||
-rw-r--r-- | src/sip-connection.h | 13 | ||||
-rw-r--r-- | src/sip-media-channel.c | 12 | ||||
-rw-r--r-- | src/sip-media-channel.h | 13 | ||||
-rw-r--r-- | src/sip-media-session.c | 15 | ||||
-rw-r--r-- | src/sip-media-session.h | 13 | ||||
-rw-r--r-- | src/sip-media-stream.c | 15 | ||||
-rw-r--r-- | src/sip-media-stream.h | 13 | ||||
-rw-r--r-- | src/sip-sofia-decls.h | 11 | ||||
-rw-r--r-- | src/sip-text-channel.c | 16 | ||||
-rw-r--r-- | src/sip-text-channel.h | 13 | ||||
-rw-r--r-- | src/telepathy-sofiasip.c | 15 | ||||
-rw-r--r-- | src/text-factory.c | 13 | ||||
-rw-r--r-- | src/text-factory.h | 13 | ||||
-rw-r--r-- | src/write-mgr-file.c | 6 | ||||
-rw-r--r-- | tests/tp_caller.c | 13 |
27 files changed, 215 insertions, 148 deletions
diff --git a/src/debug.c b/src/debug.c index d7faec8..948a546 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,3 +1,22 @@ +/* + * debug.h - Debug helpers for Telepathy-SofiaSIP, implementation + * Copyright (C) 2007-2008 Nokia Corporation + * + * 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 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 work; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "config.h" #ifdef ENABLE_DEBUG diff --git a/src/debug.h b/src/debug.h index 1457512..8aed9e1 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,3 +1,21 @@ +/* + * debug.h - Debug helpers for Telepathy-SofiaSIP, headers + * Copyright (C) 2007-2008 Nokia Corporation + * + * 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 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 work; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef __DEBUG_H__ #define __DEBUG_H_ diff --git a/src/media-factory.c b/src/media-factory.c index 6072651..b1607f8 100644 --- a/src/media-factory.c +++ b/src/media-factory.c @@ -1,19 +1,20 @@ /* * media-factory.c - Media channel factory for SIP connection manager * Copyright (C) 2007 Collabora Ltd. - * Copyright (C) 2007 Nokia Corporation + * Copyright (C) 2007-2008 Nokia Corporation * - * 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 */ diff --git a/src/media-factory.h b/src/media-factory.h index de3e0ba..95e0005 100644 --- a/src/media-factory.h +++ b/src/media-factory.h @@ -1,19 +1,20 @@ /* * media-factory.h - Media channel factory for SIP connection manager * Copyright (C) 2007 Collabora Ltd. - * Copyright (C) 2007 Nokia Corporation + * Copyright (C) 2007-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-connection-helpers.c b/src/sip-connection-helpers.c index 20d641a..1d2f9fc 100644 --- a/src/sip-connection-helpers.c +++ b/src/sip-connection-helpers.c @@ -1,19 +1,20 @@ /* * sip-connection-helpers.c - Helper routines used by TpsipConnection * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2006, 2007 Nokia Corporation + * Copyright (C) 2006-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-connection-helpers.h b/src/sip-connection-helpers.h index a05e2a8..92c8efd 100644 --- a/src/sip-connection-helpers.h +++ b/src/sip-connection-helpers.h @@ -1,19 +1,20 @@ /* * sip-connection-helpers.h - Helper routines used by TpsipConnection * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005-2006 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-connection-manager.c b/src/sip-connection-manager.c index e32fc2c..080c2c7 100644 --- a/src/sip-connection-manager.c +++ b/src/sip-connection-manager.c @@ -1,24 +1,26 @@ /* * sip-connection-manager.c - Source for TpsipConnectionManager * 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-manager). * @author See gabble-connection-manager.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 */ diff --git a/src/sip-connection-manager.h b/src/sip-connection-manager.h index 26f1fbc..9d49228 100644 --- a/src/sip-connection-manager.h +++ b/src/sip-connection-manager.h @@ -1,19 +1,20 @@ /* * sip-connection-manager.h - Header for TpsipConnectionManager * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005,2006 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-connection-private.h b/src/sip-connection-private.h index f7364c6..9b08127 100644 --- a/src/sip-connection-private.h +++ b/src/sip-connection-private.h @@ -1,19 +1,20 @@ /* * sip-connection-private.h - Private structures for TpsipConnection * Copyright (C) 2005-2007 Collabora Ltd. - * Copyright (C) 2005-2007 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-connection-sofia.c b/src/sip-connection-sofia.c index bbd51cf..0f9bd58 100644 --- a/src/sip-connection-sofia.c +++ b/src/sip-connection-sofia.c @@ -1,20 +1,22 @@ /* * sip-connection-sofia.c - Source for TpsipConnection Sofia event handling * Copyright (C) 2006-2007 Nokia Corporation - * Copyright (C) 2007 Collabora Ltd. + * Copyright (C) 2007-2008 Collabora Ltd. * @author Kai Vehmanen <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * - * 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 */ diff --git a/src/sip-connection-sofia.h b/src/sip-connection-sofia.h index 60bd490..f9a43f0 100644 --- a/src/sip-connection-sofia.h +++ b/src/sip-connection-sofia.h @@ -2,18 +2,20 @@ * sip-connection-sofia.h - Header for TpsipConnection Sofia event handling * Copyright (C) 2006-2008 Nokia Corporation * @author Kai Vehmanen <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * - * 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 */ 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 */ diff --git a/src/sip-connection.h b/src/sip-connection.h index a70ea8e..0af3775 100644 --- a/src/sip-connection.h +++ b/src/sip-connection.h @@ -1,19 +1,20 @@ /* * sip-connection.h - Header for TpsipConnection * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005,2006 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-media-channel.c b/src/sip-media-channel.c index 64a69b8..8aadb89 100644 --- a/src/sip-media-channel.c +++ b/src/sip-media-channel.c @@ -3,21 +3,23 @@ * Copyright (C) 2005-2008 Collabora Ltd. * Copyright (C) 2005-2008 Nokia Corporation * @author Kai Vehmanen <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * * Based on telepathy-gabble implementation (gabble-media-channel). * @author Ole Andre Vadla Ravnaas <ole.andre.ravnaas@collabora.co.uk> * - * 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 */ diff --git a/src/sip-media-channel.h b/src/sip-media-channel.h index 807360f..7be6bab 100644 --- a/src/sip-media-channel.h +++ b/src/sip-media-channel.h @@ -1,19 +1,20 @@ /* * sip-media-channel.h - Header for TpsipMediaChannel * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-media-session.c b/src/sip-media-session.c index 4e0c227..281dc82 100644 --- a/src/sip-media-session.c +++ b/src/sip-media-session.c @@ -1,24 +1,25 @@ /* * sip-media-session.c - Source for TpsipMediaSession * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005,2006,2007 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * @author Kai Vehmanen <first.surname@nokia.com> - * @author Mikhail Zabaluev <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * * Based on telepathy-gabble implementation (gabble-media-session). * @author Ole Andre Vadla Ravnaas <ole.andre.ravnaas@collabora.co.uk> * - * 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 */ diff --git a/src/sip-media-session.h b/src/sip-media-session.h index 728d545..39f0aa1 100644 --- a/src/sip-media-session.h +++ b/src/sip-media-session.h @@ -1,19 +1,20 @@ /* * sip-media-session.h - Header for TpsipMediaSession * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-media-stream.c b/src/sip-media-stream.c index 27ccec2..7dbcfb7 100644 --- a/src/sip-media-stream.c +++ b/src/sip-media-stream.c @@ -1,24 +1,25 @@ /* * sip-media-stream.c - Source for TpsipMediaStream * Copyright (C) 2006 Collabora Ltd. - * Copyright (C) 2006,2007 Nokia Corporation + * Copyright (C) 2006-2008 Nokia Corporation * @author Kai Vehmanen <first.surname@nokia.com> - * @author Mikhail Zabaluev <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * * Based on telepathy-gabble implementation (gabble-media-stream). * @author Ole Andre Vadla Ravnaas <ole.andre.ravnaas@collabora.co.uk> * - * 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 */ diff --git a/src/sip-media-stream.h b/src/sip-media-stream.h index 2fe7f10..98b21a7 100644 --- a/src/sip-media-stream.h +++ b/src/sip-media-stream.h @@ -1,19 +1,20 @@ /* * sip-media-stream.h - Header for TpsipMediaStream * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005,2006 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/sip-sofia-decls.h b/src/sip-sofia-decls.h index 7c9bbcb..31ee9c6 100644 --- a/src/sip-sofia-decls.h +++ b/src/sip-sofia-decls.h @@ -3,17 +3,18 @@ * Copyright (C) 2006-2008 Nokia Corporation * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * - * 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 */ diff --git a/src/sip-text-channel.c b/src/sip-text-channel.c index 3909d39..9413f17 100644 --- a/src/sip-text-channel.c +++ b/src/sip-text-channel.c @@ -1,23 +1,25 @@ /* * sip-text-channel.c - Source for TpsipTextChannel * Copyright (C) 2005-2007 Collabora Ltd. - * Copyright (C) 2005-2007 Nokia Corporation - * @author Martti Mela <first.surname@nokia.com> + * Copyright (C) 2005-2008 Nokia Corporation + * @author Martti Mela <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * * Based on telepathy-gabble implementation (gabble-im-channel). * @author See gabble-im-channel.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 */ diff --git a/src/sip-text-channel.h b/src/sip-text-channel.h index 40a1d4c..d925e9f 100644 --- a/src/sip-text-channel.h +++ b/src/sip-text-channel.h @@ -1,19 +1,20 @@ /* * sip-text-channel.h - Header for TpsipTextChannel * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005 Nokia Corporation + * Copyright (C) 2005-2008 Nokia Corporation * - * 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 */ diff --git a/src/telepathy-sofiasip.c b/src/telepathy-sofiasip.c index abdee46..527d709 100644 --- a/src/telepathy-sofiasip.c +++ b/src/telepathy-sofiasip.c @@ -1,25 +1,26 @@ /* * sip-connection.c - Source for TpsipConnection * Copyright (C) 2005 Collabora Ltd. - * Copyright (C) 2005,2006 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 <first.surname@nokia.com> + * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * * Based on telepathy-gabble implementation (gabble-connection). * @author See gabble.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 */ diff --git a/src/text-factory.c b/src/text-factory.c index b068fc4..cddd601 100644 --- a/src/text-factory.c +++ b/src/text-factory.c @@ -1,19 +1,20 @@ /* * text-factory.c - Text channel factory for SIP connection manager * Copyright (C) 2007 Collabora Ltd. - * Copyright (C) 2007 Nokia Corporation + * Copyright (C) 2007-2008 Nokia Corporation * - * 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 */ diff --git a/src/text-factory.h b/src/text-factory.h index 1700f37..3f60e30 100644 --- a/src/text-factory.h +++ b/src/text-factory.h @@ -1,19 +1,20 @@ /* * text-factory.h - Text channel factory for SIP connection manager * Copyright (C) 2007 Collabora Ltd. - * Copyright (C) 2007 Nokia Corporation + * Copyright (C) 2007-2008 Nokia Corporation * - * 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 */ diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c index 4a1c978..cc21d7a 100644 --- a/src/write-mgr-file.c +++ b/src/write-mgr-file.c @@ -3,18 +3,18 @@ * Copyright (C) 2006-2007 Collabora Ltd. * Copyright (C) 2006-2007 Nokia Corporation * - * This library is free software; you can redistribute it and/or + * 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 */ diff --git a/tests/tp_caller.c b/tests/tp_caller.c index dd517a9..8ded84f 100644 --- a/tests/tp_caller.c +++ b/tests/tp_caller.c @@ -4,17 +4,18 @@ * * Copyright (C) 2005-2006 Nokia Corporation. * - * 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 + * 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 */ |