diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-25 18:03:08 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-25 18:03:08 +0800 |
commit | dc4967ab610a6d97258c8e937b0f623bce89856b (patch) | |
tree | 5b7de22f4dc5b3d79ec52d388d175f35c3cda82a /mail/mail-folder-cache.c | |
parent | 97fd6bc629e26597d48214e39e630d5000df9ddc (diff) | |
download | gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.gz gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.bz2 gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.lz gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.xz gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.tar.zst gsoc2013-evolution-dc4967ab610a6d97258c8e937b0f623bce89856b.zip |
License change from GPL to LGPL
svn path=/trunk/; revision=36448
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r-- | mail/mail-folder-cache.c | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index b610a8a2b5..855fbc2c07 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -1,23 +1,24 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- - * - * Authors: Peter Williams <peterw@ximian.com> - * Michael Zucchi <notzed@ximian.com> - * - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * +/* * 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: + * Peter Williams <peterw@ximian.com> + * Michael Zucchi <notzed@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 |