diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-10-24 18:36:55 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-10-24 18:36:55 +0000 |
commit | 2e2b780f97cf86e07193cebad0e905ef845afd60 (patch) | |
tree | c071a3cb994e09c8d61930eea6b70405ace461ac /gtk/gtkcellview.c | |
parent | 021ec700a539f5c0a4ec9d313affba156b5e161c (diff) | |
download | gdk-pixbuf-2e2b780f97cf86e07193cebad0e905ef845afd60.tar.gz |
Fix licensing (I managed to put it under GPL licensing instead of
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
Sandmann).
Diffstat (limited to 'gtk/gtkcellview.c')
-rw-r--r-- | gtk/gtkcellview.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c index c5dfe7257..f8ffa926c 100644 --- a/gtk/gtkcellview.c +++ b/gtk/gtkcellview.c @@ -1,18 +1,18 @@ /* gtkellview.c * Copyright (C) 2002, 2003 Kristian Rietveld <kris@gtk.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 + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * 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 - * General Public License for more details. + * Library 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 + * 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., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ |