summaryrefslogtreecommitdiff
path: root/cspi/spi-listener.h
diff options
context:
space:
mode:
authorpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2002-04-19 09:09:53 +0000
committerpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2002-04-19 09:09:53 +0000
commitf76b43a68f55b8730b45d3edf69a982f9d61b422 (patch)
tree856cd10fc301462aa218cb5faacd6c5cdc2432a5 /cspi/spi-listener.h
parent70acf0b5a92f6a8b66a743023332ef18acd5256e (diff)
downloadat-spi2-atk-f76b43a68f55b8730b45d3edf69a982f9d61b422.tar.gz
* cspi/cspi-lowlevel.h cspi/spi-impl.h cspi/spi-listener.h
cspi/spi-private.h cspi/spi-roletypes.h cspi/spi-statetype.h cspi/spi.h cspi/spi_accessible.c cspi/spi_action.c cspi/spi_application.c cspi/spi_component.c cspi/spi_editabletext.c cspi/spi_hyperlink.c cspi/spi_hypertext.c cspi/spi_image.c cspi/spimain.c cspi/spi_selection.c cspi/spi_streamablecontent.c cspi/spi_table.c cspi/spi_text.c cspi/spi_value.c libspi/accessible.h libspi/accessible.h libspi/base.h libspi/component.h libspi/editabletext.h libspi/hyperlink.h libspi/hypertext.h libspi/image.h libspi/keymasks.h libspi/libspi.h libspi/relation.h libspi/remoteobject.h libspi/selection.h libspi/spi-private.h libspi/statetset.h libspi/table.h libspi/text.h libspi/util.h libspi/value.h util/mag_client.c util/mag_client.h util/mag_control.c util/mag_image.c util/mag_image.h util/magnifier.c util/magnifier.h: Add missing file headers; standardize existing ones git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@282 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'cspi/spi-listener.h')
-rw-r--r--cspi/spi-listener.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/cspi/spi-listener.h b/cspi/spi-listener.h
index 1da413a..795f8a4 100644
--- a/cspi/spi-listener.h
+++ b/cspi/spi-listener.h
@@ -1,3 +1,25 @@
+/*
+ * AT-SPI - Assistive Technology Service Provider Interface
+ * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
+ *
+ * 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 _SPI_LISTENER_H_
#define _SPI_LISTENER_H_