From 69c88650b1c505b0883073fe60a0cbcffc64dc70 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 26 Apr 2007 15:55:17 +0000 Subject: [darcs-to-svn @ Set Collabora copyright for files I created/modified] svn path=/trunk/; revision=4 --- 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 ++++++- 14 files changed, 51 insertions(+), 18 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-chandler.c b/libempathy/empathy-chandler.c index adc415a93..5e9ca82f3 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 ca271613c..89d83044e 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 2cc486de9..5775ca750 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 db8b36e39..60c56b25a 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 15fb82eed..4246a03c7 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 ca6cb3fe5..95876dbf3 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 fefda7694..1a46a9cd2 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 0d3a2dce1..0a08cce6d 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 ad00711d9..9ddad869d 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 c64bbd738..6a1056131 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 85889e7da..f4c756dd9 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 8defba7e7..770ecfe1b 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 24f5cd432..430a2f099 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 7f0ab90ef..ee093fe65 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__ -- cgit v1.2.3