From 69c88650b1c505b0883073fe60a0cbcffc64dc70 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 26 Apr 2007 15:55:17 +0000 Subject: [PATCH] [darcs-to-svn @ Set Collabora copyright for files I created/modified] svn path=/trunk/; revision=4 --- accounts/empathy-accounts-main.c | 3 ++- chat/empathy-chat-main.c | 3 ++- contact-list/empathy-contact-list-main.c | 3 ++- launcher/empathy-launcher.c | 3 ++- libempathy-gtk/gossip-account-widget-generic.c | 1 + libempathy-gtk/gossip-account-widget-generic.h | 1 + libempathy-gtk/gossip-accounts-dialog.c | 1 + libempathy-gtk/gossip-accounts-dialog.h | 1 + libempathy-gtk/gossip-chat-window.c | 2 ++ libempathy-gtk/gossip-chat-window.h | 2 ++ libempathy-gtk/gossip-chat.c | 2 ++ libempathy-gtk/gossip-chat.h | 2 ++ libempathy-gtk/gossip-private-chat.c | 2 ++ libempathy-gtk/gossip-private-chat.h | 2 ++ libempathy-gtk/gossip-profile-chooser.c | 4 +++- libempathy-gtk/gossip-profile-chooser.h | 2 +- libempathy-gtk/gossip-ui-utils.c | 2 ++ libempathy-gtk/gossip-ui-utils.h | 2 ++ libempathy/empathy-chandler.c | 5 +++-- libempathy/empathy-chandler.h | 3 ++- libempathy/empathy-contact-list.c | 3 +++ libempathy/empathy-contact-list.h | 3 +++ libempathy/empathy-contact-manager.c | 4 +++- libempathy/empathy-contact-manager.h | 4 +++- libempathy/empathy-session.c | 10 ++++++---- libempathy/empathy-session.h | 12 +++++++----- libempathy/empathy-tp-chat.c | 4 +++- libempathy/empathy-tp-chat.h | 4 +++- libempathy/gossip-message.c | 2 ++ libempathy/gossip-message.h | 6 +++++- libempathy/gossip-utils.c | 2 ++ libempathy/gossip-utils.h | 7 ++++++- 32 files changed, 83 insertions(+), 24 deletions(-) diff --git a/accounts/empathy-accounts-main.c b/accounts/empathy-accounts-main.c index ec30b833..10b85a22 100644 --- a/accounts/empathy-accounts-main.c +++ b/accounts/empathy-accounts-main.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * + * Authors: Xavier Claessens */ #include diff --git a/chat/empathy-chat-main.c b/chat/empathy-chat-main.c index f2794499..36cf3850 100644 --- a/chat/empathy-chat-main.c +++ b/chat/empathy-chat-main.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * + * Authors: Xavier Claessens */ #include diff --git a/contact-list/empathy-contact-list-main.c b/contact-list/empathy-contact-list-main.c index 2f432848..8be108b3 100644 --- a/contact-list/empathy-contact-list-main.c +++ b/contact-list/empathy-contact-list-main.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * + * Authors: Xavier Claessens */ #include diff --git a/launcher/empathy-launcher.c b/launcher/empathy-launcher.c index 44b390fb..3f58be97 100644 --- a/launcher/empathy-launcher.c +++ b/launcher/empathy-launcher.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * + * Authors: Xavier Claessens */ #include diff --git a/libempathy-gtk/gossip-account-widget-generic.c b/libempathy-gtk/gossip-account-widget-generic.c index 7f784639..1abffa45 100644 --- a/libempathy-gtk/gossip-account-widget-generic.c +++ b/libempathy-gtk/gossip-account-widget-generic.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/libempathy-gtk/gossip-account-widget-generic.h b/libempathy-gtk/gossip-account-widget-generic.h index 1a3db63a..4b3c7eba 100644 --- a/libempathy-gtk/gossip-account-widget-generic.h +++ b/libempathy-gtk/gossip-account-widget-generic.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/libempathy-gtk/gossip-accounts-dialog.c b/libempathy-gtk/gossip-accounts-dialog.c index 43d97477..848abb52 100644 --- a/libempathy-gtk/gossip-accounts-dialog.c +++ b/libempathy-gtk/gossip-accounts-dialog.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2005-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/libempathy-gtk/gossip-accounts-dialog.h b/libempathy-gtk/gossip-accounts-dialog.h index b6b0593c..e78b3350 100644 --- a/libempathy-gtk/gossip-accounts-dialog.h +++ b/libempathy-gtk/gossip-accounts-dialog.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2005-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/libempathy-gtk/gossip-chat-window.c b/libempathy-gtk/gossip-chat-window.c index da305e60..76b1c596 100644 --- a/libempathy-gtk/gossip-chat-window.c +++ b/libempathy-gtk/gossip-chat-window.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,6 +22,7 @@ * Richard Hult * Martyn Russell * Geert-Jan Van den Bogaerde + * Xavier Claessens */ #include "config.h" diff --git a/libempathy-gtk/gossip-chat-window.h b/libempathy-gtk/gossip-chat-window.h index 8cf582d8..783dc5b6 100644 --- a/libempathy-gtk/gossip-chat-window.h +++ b/libempathy-gtk/gossip-chat-window.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,6 +22,7 @@ * Richard Hult * Martyn Russell * Geert-Jan Van den Bogaerde + * Xavier Claessens */ #ifndef __GOSSIP_CHAT_WINDOW_H__ diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c index 616b3abe..a60fc289 100644 --- a/libempathy-gtk/gossip-chat.c +++ b/libempathy-gtk/gossip-chat.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2002-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,6 +22,7 @@ * Richard Hult * Martyn Russell * Geert-Jan Van den Bogaerde + * Xavier Claessens */ #include "config.h" diff --git a/libempathy-gtk/gossip-chat.h b/libempathy-gtk/gossip-chat.h index 9a0a0c31..cc0f584b 100644 --- a/libempathy-gtk/gossip-chat.h +++ b/libempathy-gtk/gossip-chat.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2002-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,6 +22,7 @@ * Richard Hult * Martyn Russell * Geert-Jan Van den Bogaerde + * Xavier Claessens */ #ifndef __GOSSIP_CHAT_H__ diff --git a/libempathy-gtk/gossip-private-chat.c b/libempathy-gtk/gossip-private-chat.c index 41a7f594..22989505 100644 --- a/libempathy-gtk/gossip-private-chat.c +++ b/libempathy-gtk/gossip-private-chat.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2002-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,6 +22,7 @@ * Richard Hult * Martyn Russell * Geert-Jan Van den Bogaerde + * Xavier Claessens */ #include "config.h" diff --git a/libempathy-gtk/gossip-private-chat.h b/libempathy-gtk/gossip-private-chat.h index 48741696..e370231b 100644 --- a/libempathy-gtk/gossip-private-chat.h +++ b/libempathy-gtk/gossip-private-chat.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2002-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -21,6 +22,7 @@ * Richard Hult * Martyn Russell * Geert-Jan Van den Bogaerde + * Xavier Claessens */ #ifndef __GOSSIP_PRIVATE_CHAT_H__ diff --git a/libempathy-gtk/gossip-profile-chooser.c b/libempathy-gtk/gossip-profile-chooser.c index 15f2fbb3..7accbefe 100644 --- a/libempathy-gtk/gossip-profile-chooser.c +++ b/libempathy-gtk/gossip-profile-chooser.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +16,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #include diff --git a/libempathy-gtk/gossip-profile-chooser.h b/libempathy-gtk/gossip-profile-chooser.h index e608db7e..a563109a 100644 --- a/libempathy-gtk/gossip-profile-chooser.h +++ b/libempathy-gtk/gossip-profile-chooser.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2006-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/libempathy-gtk/gossip-ui-utils.c b/libempathy-gtk/gossip-ui-utils.c index e902012f..05d319c5 100644 --- a/libempathy-gtk/gossip-ui-utils.c +++ b/libempathy-gtk/gossip-ui-utils.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2002-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,6 +21,7 @@ * Authors: Mikael Hallendal * Richard Hult * Martyn Russell + * Xavier Claessens * * Part of this file is copied from GtkSourceView (gtksourceiter.c): * Paolo Maggi diff --git a/libempathy-gtk/gossip-ui-utils.h b/libempathy-gtk/gossip-ui-utils.h index 581587a7..fe9a156a 100644 --- a/libempathy-gtk/gossip-ui-utils.h +++ b/libempathy-gtk/gossip-ui-utils.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2002-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -20,6 +21,7 @@ * Authors: Mikael Hallendal * Richard Hult * Martyn Russell + * Xavier Claessens * * Part of this file is copied from GtkSourceView (gtksourceiter.c): * Paolo Maggi diff --git a/libempathy/empathy-chandler.c b/libempathy/empathy-chandler.c index adc415a9..5e9ca82f 100644 --- a/libempathy/empathy-chandler.c +++ b/libempathy/empathy-chandler.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,7 +16,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * + * + * Authors: Xavier Claessens */ #include diff --git a/libempathy/empathy-chandler.h b/libempathy/empathy-chandler.h index ca271613..89d83044 100644 --- a/libempathy/empathy-chandler.h +++ b/libempathy/empathy-chandler.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * + * Authors: Xavier Claessens */ #ifndef __EMPATHY_CHANDLER_H__ diff --git a/libempathy/empathy-contact-list.c b/libempathy/empathy-contact-list.c index 2cc486de..5775ca75 100644 --- a/libempathy/empathy-contact-list.c +++ b/libempathy/empathy-contact-list.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +17,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #include diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h index db8b36e3..60c56b25 100644 --- a/libempathy/empathy-contact-list.h +++ b/libempathy/empathy-contact-list.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +17,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #ifndef __EMPATHY_CONTACT_LIST_H__ diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c index 15fb82ee..4246a03c 100644 --- a/libempathy/empathy-contact-manager.c +++ b/libempathy/empathy-contact-manager.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +16,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #include diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h index ca6cb3fe..95876dbf 100644 --- a/libempathy/empathy-contact-manager.h +++ b/libempathy/empathy-contact-manager.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +16,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #ifndef __EMPATHY_CONTACT_MANAGER_H__ diff --git a/libempathy/empathy-session.c b/libempathy/empathy-session.c index fefda769..1a46a9cd 100644 --- a/libempathy/empathy-session.c +++ b/libempathy/empathy-session.c @@ -1,21 +1,23 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * - * This library is free software; you can redistribute it and/or + * 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 2 of the * License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * This program 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 library; if not, write to the + * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #include diff --git a/libempathy/empathy-session.h b/libempathy/empathy-session.h index 0d3a2dce..0a08cce6 100644 --- a/libempathy/empathy-session.h +++ b/libempathy/empathy-session.h @@ -1,21 +1,23 @@ -#include /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * - * This library is free software; you can redistribute it and/or + * 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 2 of the * License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * This program 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 library; if not, write to the + * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #ifndef __EMPATHY_SESSION_H__ diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index ad00711d..9ddad869 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +16,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #include diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index c64bbd73..6a105613 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Xavier Claessens + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +16,8 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Xavier Claessens */ #ifndef __EMPATHY_TP_CHAT_H__ diff --git a/libempathy/gossip-message.c b/libempathy/gossip-message.c index 85889e7d..f4c756dd 100644 --- a/libempathy/gossip-message.c +++ b/libempathy/gossip-message.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2004-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -18,6 +19,7 @@ * Boston, MA 02111-1307, USA. * * Authors: Mikael Hallendal + * Xavier Claessens */ #include "config.h" diff --git a/libempathy/gossip-message.h b/libempathy/gossip-message.h index 8defba7e..770ecfe1 100644 --- a/libempathy/gossip-message.h +++ b/libempathy/gossip-message.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2004 Imendio AB + * Copyright (C) 2004-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +17,9 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Mikael Hallendal + * Xavier Claessens */ #ifndef __GOSSIP_MESSAGE_H__ diff --git a/libempathy/gossip-utils.c b/libempathy/gossip-utils.c index 24f5cd43..430a2f09 100644 --- a/libempathy/gossip-utils.c +++ b/libempathy/gossip-utils.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -19,6 +20,7 @@ * * Authors: Richard Hult * Martyn Russell + * Xavier Claessens */ #include "config.h" diff --git a/libempathy/gossip-utils.h b/libempathy/gossip-utils.h index 7f0ab90e..ee093fe6 100644 --- a/libempathy/gossip-utils.h +++ b/libempathy/gossip-utils.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2002-2005 Imendio AB + * Copyright (C) 2003-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +17,10 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. + * + * Authors: Richard Hult + * Martyn Russell + * Xavier Claessens */ #ifndef __GOSSIP_UTILS_H__ -- 2.39.2