From: padraigo Date: Fri, 19 Apr 2002 09:09:53 +0000 (+0000) Subject: * cspi/cspi-lowlevel.h cspi/spi-impl.h cspi/spi-listener.h X-Git-Tag: AT_SPI2_ATK_2_12_0~1382 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=f76b43a68f55b8730b45d3edf69a982f9d61b422 * 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 --- diff --git a/ChangeLog b/ChangeLog index 0bef5c1..e3d52ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2002-04-19 Padraig O'Briain + + * 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 + 2002-04-18 Marc Mulcahy * atk-bridge/bridge.c: Added window event support. diff --git a/cspi/cspi-lowlevel.h b/cspi/cspi-lowlevel.h index 12f1696..ee94f94 100644 --- a/cspi/cspi-lowlevel.h +++ b/cspi/cspi-lowlevel.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_LOWLEVEL_H_ #define _SPI_LOWLEVEL_H_ diff --git a/cspi/spi-impl.h b/cspi/spi-impl.h index 3af1f00..4e0ee3b 100644 --- a/cspi/spi-impl.h +++ b/cspi/spi-impl.h @@ -1,4 +1,26 @@ /* + * 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. + */ + +/* * A load of opaque handles that people can't poke at. */ #ifndef _SPI_IMPL_H_ 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_ diff --git a/cspi/spi-private.h b/cspi/spi-private.h index 633572e..22f9423 100644 --- a/cspi/spi-private.h +++ b/cspi/spi-private.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_PRIVATE_H_ #define _SPI_PRIVATE_H_ diff --git a/cspi/spi-roletypes.h b/cspi/spi-roletypes.h index 8cae974..bf99fee 100644 --- a/cspi/spi-roletypes.h +++ b/cspi/spi-roletypes.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_ROLETYPES_H_ #define _SPI_ROLETYPES_H_ diff --git a/cspi/spi-statetypes.h b/cspi/spi-statetypes.h index e240698..08d4078 100644 --- a/cspi/spi-statetypes.h +++ b/cspi/spi-statetypes.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_STATETYPES_H_ #define _SPI_STATETYPES_H_ diff --git a/cspi/spi.h b/cspi/spi.h index 2c487cc..cc1f52d 100644 --- a/cspi/spi.h +++ b/cspi/spi.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_H #define _SPI_H diff --git a/cspi/spi_accessible.c b/cspi/spi_accessible.c index 6817c30..6294108 100644 --- a/cspi/spi_accessible.c +++ b/cspi/spi_accessible.c @@ -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. + */ + #include /* for malloc */ #include diff --git a/cspi/spi_action.c b/cspi/spi_action.c index 4a5fa29..cd7efa2 100644 --- a/cspi/spi_action.c +++ b/cspi/spi_action.c @@ -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. + */ + #include /** diff --git a/cspi/spi_application.c b/cspi/spi_application.c index c7c6d93..3fe39cd 100644 --- a/cspi/spi_application.c +++ b/cspi/spi_application.c @@ -1,4 +1,26 @@ /* + * 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. + */ + +/* * * AccessibleApplication function prototypes * diff --git a/cspi/spi_component.c b/cspi/spi_component.c index cf43b7d..530dc8e 100644 --- a/cspi/spi_component.c +++ b/cspi/spi_component.c @@ -1,4 +1,26 @@ /* + * 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. + */ + +/* * * AccessibleComponent function implementations * diff --git a/cspi/spi_editabletext.c b/cspi/spi_editabletext.c index ff32c30..a4d857f 100644 --- a/cspi/spi_editabletext.c +++ b/cspi/spi_editabletext.c @@ -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. + */ + #include /** diff --git a/cspi/spi_hyperlink.c b/cspi/spi_hyperlink.c index 8760fcc..81c5fc5 100644 --- a/cspi/spi_hyperlink.c +++ b/cspi/spi_hyperlink.c @@ -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. + */ + #include /** diff --git a/cspi/spi_hypertext.c b/cspi/spi_hypertext.c index 7b0af7f..0490b22 100644 --- a/cspi/spi_hypertext.c +++ b/cspi/spi_hypertext.c @@ -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. + */ + #include /** diff --git a/cspi/spi_image.c b/cspi/spi_image.c index bf5360e..fec3283 100644 --- a/cspi/spi_image.c +++ b/cspi/spi_image.c @@ -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. + */ + #include /** diff --git a/cspi/spi_main.c b/cspi/spi_main.c index ad9bd7b..6b9b99f 100644 --- a/cspi/spi_main.c +++ b/cspi/spi_main.c @@ -1,4 +1,26 @@ /* + * 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. + */ + +/* * * Basic SPI initialization and event loop function prototypes * diff --git a/cspi/spi_selection.c b/cspi/spi_selection.c index 9c52e38..9362b9a 100644 --- a/cspi/spi_selection.c +++ b/cspi/spi_selection.c @@ -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. + */ + #include /** diff --git a/cspi/spi_streamablecontent.c b/cspi/spi_streamablecontent.c index 9a2db99..521c8c1 100644 --- a/cspi/spi_streamablecontent.c +++ b/cspi/spi_streamablecontent.c @@ -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. + */ + #include /** diff --git a/cspi/spi_table.c b/cspi/spi_table.c index a4aa003..6cb3087 100644 --- a/cspi/spi_table.c +++ b/cspi/spi_table.c @@ -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. + */ + #include /* for malloc */ #include diff --git a/cspi/spi_text.c b/cspi/spi_text.c index 558b38f..d3a4863 100644 --- a/cspi/spi_text.c +++ b/cspi/spi_text.c @@ -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. + */ + #include /** diff --git a/cspi/spi_value.c b/cspi/spi_value.c index 9e35db6..d2a3bc1 100644 --- a/cspi/spi_value.c +++ b/cspi/spi_value.c @@ -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. + */ + #include /** diff --git a/libspi/accessible.h b/libspi/accessible.h index 93c6aa0..87f2877 100644 --- a/libspi/accessible.h +++ b/libspi/accessible.h @@ -1,4 +1,7 @@ -/* AT-SPI : Assistive Technology Service Provider Interface +/* + * 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 diff --git a/libspi/action.h b/libspi/action.h index 7396b4b..e6e2559 100644 --- a/libspi/action.h +++ b/libspi/action.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/base.h b/libspi/base.h index 839bd92..d3536ed 100644 --- a/libspi/base.h +++ b/libspi/base.h @@ -1,4 +1,7 @@ -/* AT-SPI : Assistive Technology Service Provider Interface +/* + * 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 diff --git a/libspi/component.h b/libspi/component.h index 769b7e5..8d867e1 100644 --- a/libspi/component.h +++ b/libspi/component.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/editabletext.h b/libspi/editabletext.h index 9e0f0d1..12c7d17 100644 --- a/libspi/editabletext.h +++ b/libspi/editabletext.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/hyperlink.h b/libspi/hyperlink.h index 262bc54..4c728d5 100644 --- a/libspi/hyperlink.h +++ b/libspi/hyperlink.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/hypertext.h b/libspi/hypertext.h index 04da61c..8395464 100644 --- a/libspi/hypertext.h +++ b/libspi/hypertext.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/image.h b/libspi/image.h index bd45bf5..24bb486 100644 --- a/libspi/image.h +++ b/libspi/image.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/keymasks.h b/libspi/keymasks.h index cd43911..ca2f412 100644 --- a/libspi/keymasks.h +++ b/libspi/keymasks.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_KEYMASKS_H_ #define _SPI_KEYMASKS_H_ diff --git a/libspi/libspi.h b/libspi/libspi.h index c97ec5c..1bc20b7 100644 --- a/libspi/libspi.h +++ b/libspi/libspi.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * AT-SPI - Assistive Technology Service Provider Interface + * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap) + * * Copyright 2001 Ximian, Inc. * * This library is free software; you can redistribute it and/or diff --git a/libspi/relation.h b/libspi/relation.h index eb1c05e..d37bd3b 100644 --- a/libspi/relation.h +++ b/libspi/relation.h @@ -1,4 +1,6 @@ -/* AT-SPI - Assistive Technology Service Provider Interface +/* + * AT-SPI - Assistive Technology Service Provider Interface + * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap) * * Copyright 2001 Sun Microsystems Inc. * diff --git a/libspi/remoteobject.h b/libspi/remoteobject.h index a9de08a..9c34760 100644 --- a/libspi/remoteobject.h +++ b/libspi/remoteobject.h @@ -1,4 +1,7 @@ -/* AT-SPI : Assistive Technology Service Provider Interface +/* + * 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 diff --git a/libspi/selection.h b/libspi/selection.h index 7c5bd25..0f35716 100644 --- a/libspi/selection.h +++ b/libspi/selection.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/spi-private.h b/libspi/spi-private.h index bffb151..77c719c 100644 --- a/libspi/spi-private.h +++ b/libspi/spi-private.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_PRIVATE_H_ #define SPI_PRIVATE_H_ diff --git a/libspi/stateset.h b/libspi/stateset.h index 8b17717..aa20352 100644 --- a/libspi/stateset.h +++ b/libspi/stateset.h @@ -1,4 +1,6 @@ -/* AT-SPI - Assistive Technology Service Provider Interface +/* + * AT-SPI - Assistive Technology Service Provider Interface + * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap) * * Copyright 2001 Sun Microsystems Inc. * diff --git a/libspi/table.h b/libspi/table.h index 3a41b6e..9b6b484 100644 --- a/libspi/table.h +++ b/libspi/table.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/libspi/text.h b/libspi/text.h index 6c12c73..a1a2e61 100644 --- a/libspi/text.h +++ b/libspi/text.h @@ -1,4 +1,7 @@ -/* AT-SPI - Assistive Technology Service Provider Interface +/* + * 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 diff --git a/libspi/util.c b/libspi/util.c index 33473b7..708c291 100644 --- a/libspi/util.c +++ b/libspi/util.c @@ -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. + */ + #include #include diff --git a/libspi/value.h b/libspi/value.h index 9ff25d5..123b2ca 100644 --- a/libspi/value.h +++ b/libspi/value.h @@ -1,4 +1,7 @@ -/* ATK - Accessibility Toolkit +/* + * 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 diff --git a/util/mag_client.c b/util/mag_client.c index f8fe2e4..81f04a1 100644 --- a/util/mag_client.c +++ b/util/mag_client.c @@ -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. + */ + #include #include diff --git a/util/mag_client.h b/util/mag_client.h index 3c9a340..9712f6e 100644 --- a/util/mag_client.h +++ b/util/mag_client.h @@ -1,4 +1,7 @@ -/* AT-SPI : Assistive Technology Service Provider Interface +/* + * 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 diff --git a/util/mag_control.c b/util/mag_control.c index f1fa71a..e473409 100644 --- a/util/mag_control.c +++ b/util/mag_control.c @@ -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. + */ + #include #include #include diff --git a/util/mag_image.c b/util/mag_image.c index aa2c3a7..939c402 100644 --- a/util/mag_image.c +++ b/util/mag_image.c @@ -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. + */ + #include "mag_image.h" diff --git a/util/mag_image.h b/util/mag_image.h index 109001c..3ce6a2c 100644 --- a/util/mag_image.h +++ b/util/mag_image.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 __MAGNIFIER_SPI_IMAGE_H__ #define __MAGNIFIER_SPI_IMAGE_H__ #include diff --git a/util/magnifier.c b/util/magnifier.c index e19700e..55099fe 100644 --- a/util/magnifier.c +++ b/util/magnifier.c @@ -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. + */ + #include #include #include diff --git a/util/magnifier.h b/util/magnifier.h index 082f966..bc22218 100644 --- a/util/magnifier.h +++ b/util/magnifier.h @@ -1,4 +1,7 @@ -/* AT-SPI : Assistive Technology Service Provider Interface +/* + * 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