X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fpixbuf-cache.h;h=333e5c8210be37c9e4bd7f129b04a5e8ded19e01;hb=087020da573f07b54a9d6f62ff67f73567efb18f;hp=5fe8a80c7febec8a3dd4b4ffd1c78f77ccb063d2;hpb=b13649a65b7dfa46ba1ed7fe9e8afa4aaef70f79;p=glabels diff --git a/src/pixbuf-cache.h b/src/pixbuf-cache.h index 5fe8a80c..333e5c82 100644 --- a/src/pixbuf-cache.h +++ b/src/pixbuf-cache.h @@ -1,31 +1,27 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ - /* - * (GLABELS) Label and Business Card Creation program for GNOME - * - * pixbuf-cache.h: GLabels pixbuf cache module + * pixbuf-cache.h + * Copyright (C) 2003-2009 Jim Evins . * - * Copyright (C) 2003 Jim Evins . + * This file is part of gLabels. * - * This program is free software; you can redistribute it and/or modify + * gLabels 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 + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * gLabels 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. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with gLabels. If not, see . */ + #ifndef __PIXBUF_CACHE_H__ #define __PIXBUF_CACHE_H__ -#include -#include +#include #include G_BEGIN_DECLS @@ -51,3 +47,15 @@ void gl_pixbuf_cache_free_name_list (GList *name_list); G_END_DECLS #endif /*__PIXBUF_CACHE_H__ */ + + + + +/* + * Local Variables: -- emacs + * mode: C -- emacs + * c-basic-offset: 8 -- emacs + * tab-width: 8 -- emacs + * indent-tabs-mode: nil -- emacs + * End: -- emacs + */