summaryrefslogtreecommitdiff
path: root/gladeui/glade-name-context.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-12-11 07:01:29 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-12-11 07:01:29 +0000
commitaa044addc8f3288e3511f145c649b82b8e142a2e (patch)
tree9d73ad70b17f108348aae03cef1079464ecd0078 /gladeui/glade-name-context.c
parentcf4628150cd31307674e42b0cda00a25b47d49dc (diff)
downloadglade-aa044addc8f3288e3511f145c649b82b8e142a2e.tar.gz
Relicensed LGPL.
* gladeui/glade-name-context.[ch], gladeui/glade-editable.[ch]: Relicensed LGPL. * plugins/gtk+/glade-image-editor.c, plugins/gtk+/glade-image-item-editor.c, plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-label-editor.c, plugins/gtk+/glade-cell-renderer-editor.c, plugins/gtk+/glade-tool-button-editor.c, gladeui/glade-editor-table.c, gladeui/glade-base-editor.c: Now editable portions of properties dont expand in tables, leaving more freedom for labels to expand in tight spots, no more item_labels in radio buttons (they dont expand). * gladeui/glade-widget-adaptor.c: Fixed regression, now disabled classes are not reinstalled in subclasses. svn path=/trunk/; revision=2065
Diffstat (limited to 'gladeui/glade-name-context.c')
-rw-r--r--gladeui/glade-name-context.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/gladeui/glade-name-context.c b/gladeui/glade-name-context.c
index d4b52918..42b1cc80 100644
--- a/gladeui/glade-name-context.c
+++ b/gladeui/glade-name-context.c
@@ -4,23 +4,23 @@
*
* Copyright (C) 2008 Tristan Van Berkom.
*
- * Authors:
- * Tristan Van Berkom <tvb@gnome.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * 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.
+ * 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
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * You should have received a copy of the GNU Lesser 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.
*
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ *
*/
#ifdef HAVE_CONFIG_H
#include <config.h>