X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2Faccessible.h;h=70742d8082107de990e8ce91989ab447a015bf9c;hb=aca3c37006a1198a76e5ead8e29a7534f94f2569;hp=0b202a882dfecebfdbe1cbea8795c5719895e19a;hpb=9bf98cd378e1572019a743bb4bf18e896b4fcd1d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/accessible.h b/libspi/accessible.h index 0b202a8..70742d8 100644 --- a/libspi/accessible.h +++ b/libspi/accessible.h @@ -1,4 +1,22 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* ATK - Accessibility Toolkit + * Copyright 2001 Sun Microsystems Inc. + * + * 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 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 ACCESSIBLE_H_ #define ACCESSIBLE_H_ @@ -9,7 +27,7 @@ extern "C" { #include #include -#include +#include #define ACCESSIBLE_TYPE (accessible_get_type ()) #define ACCESSIBLE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), ACCESSIBLE_TYPE, Accessible))