diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-24 17:12:38 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-24 17:12:38 +0800 |
commit | 044925165fcc12e33d7c67df79021679aefb5dc4 (patch) | |
tree | 1c799e71a24ac7288a5fb458137c7cc4ed06995e /addressbook/gui/widgets/e-addressbook-model.c | |
parent | 2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 (diff) | |
download | gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.tar gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.tar.gz gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.tar.bz2 gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.tar.lz gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.tar.xz gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.tar.zst gsoc2013-evolution-044925165fcc12e33d7c67df79021679aefb5dc4.zip |
License changes from GPL to LGPL
svn path=/trunk/; revision=36440
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.c')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-model.c | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.c b/addressbook/gui/widgets/e-addressbook-model.c index aa5c53ae1b..7599a85abd 100644 --- a/addressbook/gui/widgets/e-addressbook-model.c +++ b/addressbook/gui/widgets/e-addressbook-model.c @@ -1,10 +1,23 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* + * This program 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 of the License, or (at your option) version 3. * - * Author: - * Christopher James Lahey <clahey@ximian.com> + * 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 + * 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: + * Christopher James Lahey <clahey@ximian.com> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * - * (C) 1999 Ximian, Inc. */ #include <config.h> |