diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-08 19:06:15 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-08 19:06:15 +0800 |
commit | 48edab7b48fc3965701cda4a5d743a7d7053114f (patch) | |
tree | edafcd4fcc690d45d49d8051db38ec85af7a9548 /calendar/gui/dialogs | |
parent | e1ed13a4b36ba23bb2b7a8f762d8b23eda4dcce0 (diff) | |
download | gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.gz gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.bz2 gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.lz gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.xz gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.tar.zst gsoc2013-evolution-48edab7b48fc3965701cda4a5d743a7d7053114f.zip |
Change License from GPL to LGPL.
svn path=/trunk/; revision=36576
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 0f3a62cfe8..cbd6b3f778 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1,21 +1,25 @@ -/* Evolution calendar - Framework for a calendar component editor dialog - * - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * - * Author: Federico Mena-Quintero <federico@ximian.com> +/* + * Evolution calendar - Framework for a calendar component editor dialog * * 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: + * Federico Mena-Quintero <federico@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 |