diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-07-13 12:32:02 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-13 12:32:02 +0000 |
commit | 216f923f701d75860decd629e63add195b82be33 (patch) | |
tree | 3fadd2c6e1255d54e7fbb050ec1f85aacb4db5cf /gdk | |
parent | 22554a161f2001c006b5254bf835887ebd8cadec (diff) | |
download | gdk-pixbuf-216f923f701d75860decd629e63add195b82be33.tar.gz |
Add Copyright/License information.
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* gdk/win32/bdfcursor.c: Add Copyright/License information.
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/win32/bdfcursor.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdk/win32/bdfcursor.c b/gdk/win32/bdfcursor.c index d285770f4..d528a40f0 100644 --- a/gdk/win32/bdfcursor.c +++ b/gdk/win32/bdfcursor.c @@ -1,3 +1,22 @@ +/* GDK - The GIMP Drawing Kit + * Copyright (C) 2001 Stefan Ondrejicka + * + * This library 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) any later version. + * + * 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 Lesser 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 <config.h> #include <string.h> #include <stdio.h> |