diff options
Diffstat (limited to 'widgets/misc/e-unicode.h')
-rw-r--r-- | widgets/misc/e-unicode.h | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/widgets/misc/e-unicode.h b/widgets/misc/e-unicode.h index 966d96356a..0782407e89 100644 --- a/widgets/misc/e-unicode.h +++ b/widgets/misc/e-unicode.h @@ -1,16 +1,29 @@ -#ifndef _E_UNICODE_H_ -#define _E_UNICODE_H_ - -/* - * UTF-8 support functions for gal +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * e-unicode.h - utf-8 support functions for gal + * Copyright 2000, 2001, Ximian, Inc. * * Authors: - * Lauris Kaplinski <lauris@helixcode.com> + * Lauris Kaplinski <lauris@ximian.com> * - * Copyright (C) 2000-2001 Helix Code, 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. * + * 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. */ +#ifndef _E_UNICODE_H_ +#define _E_UNICODE_H_ + #include <sys/types.h> #include <glib.h> #include <gtk/gtkclist.h> |