diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-29 16:36:04 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-29 16:36:04 +0800 |
commit | bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4 (patch) | |
tree | 1ba922bff892aadb9eb289b6a7d119141b97ae94 /widgets/misc | |
parent | 76c2afb2b5d13614bfbc9e99f338c80cd15c9918 (diff) | |
download | gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.tar gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.tar.gz gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.tar.bz2 gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.tar.lz gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.tar.xz gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.tar.zst gsoc2013-evolution-bfc8b8784d22d4eb4e7286cc6ef35dd5be5419a4.zip |
License changes from GPL to LGPL
svn path=/trunk/; revision=36465
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/ChangeLog | 6 | ||||
-rw-r--r-- | widgets/misc/e-colors.c | 31 |
2 files changed, 22 insertions, 15 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 5dc39de46a..e3f85dab74 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2008-09-29 Sankar P <psankar@novell.com> + +License Changes + + * e-colors.c: + 2008-09-24 Sankar P <psankar@novell.com> License Changes diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c index ec4f1e77ea..c9c72d06d7 100644 --- a/widgets/misc/e-colors.c +++ b/widgets/misc/e-colors.c @@ -1,24 +1,25 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-colors.c - General color allocation utilities - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * - * Authors: - * Miguel de Icaza (miguel@kernel.org) * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License, version 2, as published by the Free Software Foundation. + * 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. * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 - * Library General Public License for more details. + * 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: + * Miguel de Icaza <miguel@ximian.com> + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. */ /* We keep our own color context, as the color allocation might take |