diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-14 22:45:21 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-14 22:45:21 +0800 |
commit | 808c62577c212151fe8f088a51fa88f0136cd922 (patch) | |
tree | a42d538fc168ee40d27c66d74d9f42f810fac521 /addressbook | |
parent | c3aad49dee688ae227615fa738d8dee32110844c (diff) | |
download | gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.gz gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.tar.zst gsoc2013-evolution-808c62577c212151fe8f088a51fa88f0136cd922.zip |
Change License from GPL to LGPL
svn path=/trunk/; revision=36617
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/conduit/address-conduit.c | 32 |
2 files changed, 23 insertions, 15 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1d4467512c..c4d5395677 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2008-10-14 Sankar P <psankar@novell.com> + +License Changes + + * conduit/address-conduit.c: + 2008-10-09 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #555494 diff --git a/addressbook/conduit/address-conduit.c b/addressbook/conduit/address-conduit.c index dd31edeb09..be9b6be368 100644 --- a/addressbook/conduit/address-conduit.c +++ b/addressbook/conduit/address-conduit.c @@ -1,26 +1,28 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* Evolution addressbook - Address Conduit - * - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * - * Authors: Eskil Heyn Olsen <deity@eskil.dk> - * JP Rosevear <jpr@ximian.com> +/* + * Evolution addressbook - Address Conduit * * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) version 3. * * 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. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with the program; if not, see <http://www.gnu.org/licenses/> + * + * + * Authors: + * Eskil Heyn Olsen <deity@eskil.dk> + * JP Rosevear <jpr@ximian.com> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * - * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif |