diff options
Diffstat (limited to 'widgets/table/e-cell-pixbuf.c')
-rw-r--r-- | widgets/table/e-cell-pixbuf.c | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/widgets/table/e-cell-pixbuf.c b/widgets/table/e-cell-pixbuf.c index 1db126142c..cbc6b2bb5d 100644 --- a/widgets/table/e-cell-pixbuf.c +++ b/widgets/table/e-cell-pixbuf.c @@ -1,10 +1,23 @@ -/* - * e-cell-pixbuf.c: An ECell that displays a GdkPixbuf +/* + * e-cell-pixbuf.c - An ECell that displays a GdkPixbuf + * Copyright 2001, Ximian, Inc. + * + * Authors: + * Vladimir Vukicevic <vladimir@ximian.com> * - * Copyright (C) 2001 Ximian, Inc. + * 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. * - * Authors: Vladimir Vukicevic <vladimir@ximian.com> + * 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., 59 Temple Place - Suite 330, Boston, MA + * 02111-1307, USA. */ #include <stdio.h> |