diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-18 21:29:56 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-18 21:29:56 +0800 |
commit | 7ff8c4bb2cf473890a854582335da5ddeba78e55 (patch) | |
tree | 90cc993c53c95979be5e2ef03c57c32646c5389e /libempathy/empathy-log-manager.c | |
parent | cc996612801193a05bde002c2535f7ab2ed93d20 (diff) | |
download | gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.tar gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.tar.gz gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.tar.bz2 gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.tar.lz gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.tar.xz gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.tar.zst gsoc2013-empathy-7ff8c4bb2cf473890a854582335da5ddeba78e55.zip |
Cleanup licences and copyrights, Modules with 100% collabora code are now
2007-10-18 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-log-manager.c:
* libempathy/empathy-log-manager.h:
* libempathy/empathy-tp-chat.c:
* libempathy/empathy-contact-manager.c:
* libempathy/empathy-tp-chat.h:
* libempathy/empathy-contact-manager.h:
* libempathy/empathy-avatar.c:
* libempathy/empathy-chandler.c:
* libempathy/empathy-tp-contact-list.c:
* libempathy/empathy-chandler.h:
* libempathy/empathy-filter.c:
* libempathy/empathy-tp-roomlist.c:
* libempathy/empathy-tp-contact-list.h:
* libempathy/empathy-filter.h:
* libempathy/empathy-tp-chatroom.c:
* libempathy/empathy-tp-roomlist.h:
* libempathy/empathy-contact-factory.c:
* libempathy/empathy-tp-chatroom.h:
* libempathy/empathy-contact-list.c:
* libempathy/empathy-contact-factory.h:
* libempathy/empathy-contact-list.h:
* libempathy/empathy-chatroom.c:
* libempathy/empathy-idle.c:
* libempathy/empathy-tp-group.c:
* libempathy/empathy-chatroom.h:
* libempathy/empathy-idle.h:
* libempathy/empathy-tp-group.h: Cleanup licences and copyrights,
Modules with 100% collabora code are now relicenced to LGPL.
svn path=/trunk/; revision=377
Diffstat (limited to 'libempathy/empathy-log-manager.c')
-rw-r--r-- | libempathy/empathy-log-manager.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-log-manager.c b/libempathy/empathy-log-manager.c index e5ff2b777..c7721a1b5 100644 --- a/libempathy/empathy-log-manager.c +++ b/libempathy/empathy-log-manager.c @@ -1,5 +1,6 @@ /* -*- 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 @@ -16,7 +17,7 @@ * 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> */ |