diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-25 04:10:35 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-25 04:10:35 +0800 |
commit | 8089ae465c670578ed9da16c0bac4d03e0e1752c (patch) | |
tree | 6c881ffed38fd160f8c2507e79b4bdb3967cf32e /libempathy-gtk/empathy-account-widget-salut.c | |
parent | 541a4571ce3e017f49f6f9470a49b04a68a82be6 (diff) | |
download | gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.tar gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.tar.gz gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.tar.bz2 gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.tar.lz gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.tar.xz gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.tar.zst gsoc2013-empathy-8089ae465c670578ed9da16c0bac4d03e0e1752c.zip |
Cleanup licences and copyrights, Modules with 100% collabora code are now
2007-10-24 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-account-chooser.c:
* libempathy-gtk/empathy-profile-chooser.c:
* libempathy-gtk/empathy-account-chooser.h:
* libempathy-gtk/empathy-profile-chooser.h:
* libempathy-gtk/empathy-images.h:
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/empathy-main-window.h:
* libempathy-gtk/empathy-cell-renderer-activatable.c:
* libempathy-gtk/empathy-account-widget-salut.c:
* libempathy-gtk/empathy-presence-chooser.c:
* libempathy-gtk/empathy-cell-renderer-activatable.h:
* libempathy-gtk/empathy-account-widget-salut.h:
* libempathy-gtk/empathy-account-widget-msn.c:
* libempathy-gtk/empathy-presence-chooser.h:
* libempathy-gtk/empathy-status-icon.c:
* libempathy-gtk/empathy-contact-dialogs.c:
* libempathy-gtk/empathy-account-widget-msn.h:
* libempathy-gtk/empathy-status-icon.h:
* libempathy-gtk/empathy-contact-dialogs.h:
* libempathy-gtk/empathy-account-widget-jabber.c:
* libempathy-gtk/empathy-account-widget-jabber.h:
* libempathy-gtk/empathy-contact-widget.c:
* libempathy-gtk/empathy-contact-widget.h:
* libempathy-gtk/empathy-smiley-manager.c:
* libempathy-gtk/empathy-about-dialog.h:
* libempathy-gtk/empathy-smiley-manager.h:
* libempathy-gtk/empathy-accounts-dialog.h:
* libempathy/empathy-avatar.h:
* libempathy/empathy-debug.h: Cleanup licences and copyrights,
Modules with 100% collabora code are now relicenced to LGPL.
* doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Updated.
svn path=/trunk/; revision=392
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-salut.c')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-salut.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/libempathy-gtk/empathy-account-widget-salut.c b/libempathy-gtk/empathy-account-widget-salut.c index 94da89e2c..63131e773 100644 --- a/libempathy-gtk/empathy-account-widget-salut.c +++ b/libempathy-gtk/empathy-account-widget-salut.c @@ -1,23 +1,23 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2007 Cosimo Cecchi <anarki@lilik.it> + * 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 - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. + * This library 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 program is distributed in the hope that it will be useful, + * This library 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. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Authors: Cosimo Cecchi <anarki@lilik.it> + * Authors: Xavier Claessens <xclaesse@gmail.com> + * Cosimo Cecchi <anarki@lilik.it> */ #include "config.h" |