diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-26 23:55:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-26 23:55:17 +0800 |
commit | 69c88650b1c505b0883073fe60a0cbcffc64dc70 (patch) | |
tree | 59941e2a5042bd6b2caa7b32cfdc3e6372801ec8 /libempathy | |
parent | 1acf1bd603ad4a2de7b08e57d966e16d3aea8d81 (diff) | |
download | gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.tar gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.tar.gz gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.tar.bz2 gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.tar.lz gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.tar.xz gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.tar.zst gsoc2013-empathy-69c88650b1c505b0883073fe60a0cbcffc64dc70.zip |
[darcs-to-svn @ Set Collabora copyright for files I created/modified]
svn path=/trunk/; revision=4
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-chandler.c | 5 | ||||
-rw-r--r-- | libempathy/empathy-chandler.h | 3 | ||||
-rw-r--r-- | libempathy/empathy-contact-list.c | 3 | ||||
-rw-r--r-- | libempathy/empathy-contact-list.h | 3 | ||||
-rw-r--r-- | libempathy/empathy-contact-manager.c | 4 | ||||
-rw-r--r-- | libempathy/empathy-contact-manager.h | 4 | ||||
-rw-r--r-- | libempathy/empathy-session.c | 10 | ||||
-rw-r--r-- | libempathy/empathy-session.h | 12 | ||||
-rw-r--r-- | libempathy/empathy-tp-chat.c | 4 | ||||
-rw-r--r-- | libempathy/empathy-tp-chat.h | 4 | ||||
-rw-r--r-- | libempathy/gossip-message.c | 2 | ||||
-rw-r--r-- | libempathy/gossip-message.h | 6 | ||||
-rw-r--r-- | libempathy/gossip-utils.c | 2 | ||||
-rw-r--r-- | libempathy/gossip-utils.h | 7 |
14 files changed, 51 insertions, 18 deletions
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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #include <config.h> 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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #include <config.h> 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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #include <config.h> 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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #include <config.h> 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 <libtelepathy/tp-helpers.h>/* -*- 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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #include <config.h> 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 <xclaesse@gmail.com> + * 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 <xclaesse@gmail.com> */ #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 <micke@imendio.com> + * Xavier Claessens <xclaesse@gmail.com> */ #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 <micke@imendio.com> + * Xavier Claessens <xclaesse@gmail.com> */ #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 <richard@imendio.com> * Martyn Russell <martyn@imendio.com> + * Xavier Claessens <xclaesse@gmail.com> */ #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 <richard@imendio.com> + * Martyn Russell <martyn@imendio.com> + * Xavier Claessens <xclaesse@gmail.com> */ #ifndef __GOSSIP_UTILS_H__ |