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-profile-chooser.h | |
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-profile-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-profile-chooser.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.h b/libempathy-gtk/empathy-profile-chooser.h index 7298c12cc..2cd74e351 100644 --- a/libempathy-gtk/empathy-profile-chooser.h +++ b/libempathy-gtk/empathy-profile-chooser.h @@ -2,20 +2,19 @@ /* * 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: Xavier Claessens <xclaesse@gmail.com> */ |