aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
authorSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-08 19:06:15 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-10-08 19:06:15 +0800
commit48edab7b48fc3965701cda4a5d743a7d7053114f (patch)
treeedafcd4fcc690d45d49d8051db38ec85af7a9548 /widgets/table
parente1ed13a4b36ba23bb2b7a8f762d8b23eda4dcce0 (diff)
downloadgsoc2013-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 'widgets/table')
-rw-r--r--widgets/table/ChangeLog6
-rw-r--r--widgets/table/e-table-header-item.c33
2 files changed, 22 insertions, 17 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index c7eca467ea..1c9de293f6 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-08 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * e-table-header-item.c:
+
2008-10-06 Sankar P <psankar@novell.com>
* e-cell-float.c:
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index e4138370da..03cdf70754 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -1,25 +1,24 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * e-table-header-item.c
- * 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 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.
*
- * Authors:
- * Chris Lahey <clahey@ximian.com>
- * Miguel de Icaza (miguel@gnu.org)
+ * 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.
*
- * 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.
+ * 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/>
*
- * This library 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.
*
- * 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.
+ * Authors:
+ * Chris Lahey <clahey@ximian.com>
+ * Miguel de Icaza <miguel@gnu.org>
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ *
*/
#include <config.h>