]> Pileus Git - ~andy/gtk/commitdiff
Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Oct 2012 14:21:44 +0000 (10:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 16:27:44 +0000 (11:27 -0500)
Replace GAIL in top comments by 'GTK+ - accessibility implementations'.

100 files changed:
gtk/a11y/gailmisc.c
gtk/a11y/gailmisc.h
gtk/a11y/gailutil.c
gtk/a11y/gailutil.h
gtk/a11y/gtkarrowaccessible.c
gtk/a11y/gtkarrowaccessible.h
gtk/a11y/gtkbooleancellaccessible.c
gtk/a11y/gtkbooleancellaccessible.h
gtk/a11y/gtkbuttonaccessible.c
gtk/a11y/gtkbuttonaccessible.h
gtk/a11y/gtkcellaccessible.c
gtk/a11y/gtkcellaccessible.h
gtk/a11y/gtkcellaccessibleparent.c
gtk/a11y/gtkcellaccessibleparent.h
gtk/a11y/gtkcellaccessibleprivate.h
gtk/a11y/gtkcheckmenuitemaccessible.c
gtk/a11y/gtkcheckmenuitemaccessible.h
gtk/a11y/gtkcolorswatchaccessible.c
gtk/a11y/gtkcolorswatchaccessible.h
gtk/a11y/gtkcomboboxaccessible.c
gtk/a11y/gtkcomboboxaccessible.h
gtk/a11y/gtkcontaineraccessible.c
gtk/a11y/gtkcontaineraccessible.h
gtk/a11y/gtkcontainercellaccessible.c
gtk/a11y/gtkcontainercellaccessible.h
gtk/a11y/gtkentryaccessible.c
gtk/a11y/gtkentryaccessible.h
gtk/a11y/gtkexpanderaccessible.c
gtk/a11y/gtkexpanderaccessible.h
gtk/a11y/gtkframeaccessible.c
gtk/a11y/gtkframeaccessible.h
gtk/a11y/gtkiconviewaccessible.c
gtk/a11y/gtkiconviewaccessible.h
gtk/a11y/gtkiconviewaccessibleprivate.h
gtk/a11y/gtkimageaccessible.c
gtk/a11y/gtkimageaccessible.h
gtk/a11y/gtkimagecellaccessible.c
gtk/a11y/gtkimagecellaccessible.h
gtk/a11y/gtklabelaccessible.c
gtk/a11y/gtklabelaccessible.h
gtk/a11y/gtklinkbuttonaccessible.c
gtk/a11y/gtklinkbuttonaccessible.h
gtk/a11y/gtklockbuttonaccessible.c
gtk/a11y/gtklockbuttonaccessible.h
gtk/a11y/gtklockbuttonaccessibleprivate.h
gtk/a11y/gtkmenuaccessible.c
gtk/a11y/gtkmenuaccessible.h
gtk/a11y/gtkmenuitemaccessible.c
gtk/a11y/gtkmenuitemaccessible.h
gtk/a11y/gtkmenushellaccessible.c
gtk/a11y/gtkmenushellaccessible.h
gtk/a11y/gtknotebookaccessible.c
gtk/a11y/gtknotebookaccessible.h
gtk/a11y/gtknotebookpageaccessible.c
gtk/a11y/gtknotebookpageaccessible.h
gtk/a11y/gtkpanedaccessible.c
gtk/a11y/gtkpanedaccessible.h
gtk/a11y/gtkprogressbaraccessible.c
gtk/a11y/gtkprogressbaraccessible.h
gtk/a11y/gtkradiobuttonaccessible.c
gtk/a11y/gtkradiobuttonaccessible.h
gtk/a11y/gtkradiomenuitemaccessible.c
gtk/a11y/gtkradiomenuitemaccessible.h
gtk/a11y/gtkrangeaccessible.c
gtk/a11y/gtkrangeaccessible.h
gtk/a11y/gtkrenderercellaccessible.c
gtk/a11y/gtkrenderercellaccessible.h
gtk/a11y/gtkscaleaccessible.c
gtk/a11y/gtkscaleaccessible.h
gtk/a11y/gtkscalebuttonaccessible.c
gtk/a11y/gtkscalebuttonaccessible.h
gtk/a11y/gtkscrollbaraccessible.c
gtk/a11y/gtkscrollbaraccessible.h
gtk/a11y/gtkscrolledwindowaccessible.c
gtk/a11y/gtkscrolledwindowaccessible.h
gtk/a11y/gtkspinbuttonaccessible.c
gtk/a11y/gtkspinbuttonaccessible.h
gtk/a11y/gtkspinneraccessible.c
gtk/a11y/gtkspinneraccessible.h
gtk/a11y/gtkstatusbaraccessible.c
gtk/a11y/gtkstatusbaraccessible.h
gtk/a11y/gtkswitchaccessible.c
gtk/a11y/gtkswitchaccessible.h
gtk/a11y/gtktextcellaccessible.c
gtk/a11y/gtktextcellaccessible.h
gtk/a11y/gtktextviewaccessible.c
gtk/a11y/gtktextviewaccessible.h
gtk/a11y/gtktextviewaccessibleprivate.h
gtk/a11y/gtktogglebuttonaccessible.c
gtk/a11y/gtktogglebuttonaccessible.h
gtk/a11y/gtktoplevelaccessible.c
gtk/a11y/gtktoplevelaccessible.h
gtk/a11y/gtktreeviewaccessible.c
gtk/a11y/gtktreeviewaccessible.h
gtk/a11y/gtktreeviewaccessibleprivate.h
gtk/a11y/gtkwidgetaccessible.c
gtk/a11y/gtkwidgetaccessible.h
gtk/a11y/gtkwidgetaccessibleprivate.h
gtk/a11y/gtkwindowaccessible.c
gtk/a11y/gtkwindowaccessible.h

index 6b7e5fb96d39b50ab75622dea1169fa56a264e39..345dc5ea18f0186760796be67caefd93a0c1bfd4 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 86a45eee495b75bd08a9de639b6c51b06b95f2ef..66d5e9e403df455a3402791fa2ed1253f72f02dc 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 0dce3a877f61ceb2112e49121a0c154d1f27b804..a9fc3fbe17414a1a7a012132fb6b23d80e3a749d 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2011, F123 Consulting & Mais Diferenças
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
index 24b21e0ff78a68b48d6b588346ae34645674f6bc..7af6009dd4f3991e555ba1abcdfa3a8ce7353809 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 3d4a44ddaed87e3fdc3408a65d4c0c0c4fc4e7cb..00f401ece115707d9fffab94f07f2dc20b09875c 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index dbbdf56a29a4c2e9137776a7f3ef3807fbb5c46e..59f1ad35fdade04b28e4f2f8fd4e1da8ec4c5954 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index e892f49db6901e76ed6649c990e08fcda3f93fe6..a649bd5135066ce53e26bbdbf02e6a95a16b046c 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 7af88edef55c7ba12592bec5f001cee3107dda01..120c49250cf02396360b8fb12e0c0bd41d9e74a4 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 6619916335b40e569db3eb7d04380f2407f0f266..f7dece930be4a45b8eed480d57ec03288e763b6f 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 597b4159400400e792f31c230085897c63ac0e61..12019753cbb19d3f667a8aba75a0463f1c33841a 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 0bf68b5dec38780ca7a651e4d92883c082129c81..e9b2b8f790c79aec4d7c4cb9113728aa60e68835 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index ecb28afb4dc1703a7b8d2bcef0c9d1b6baeae8b8..27a174d4775eefde77fe70e12f038a0c57fb2028 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 95ce224ddfdbacda92842c0517e37e473c4d7e17..821828caddd3084d0c8958b92f3008904d2d1aae 100644 (file)
@@ -1,5 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
-
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 5c0c08be8d24af92166dca3ddcb8b49d0b32b6c0..7751ad395d58251e1f35ced6d13342e5e5b2dd49 100644 (file)
@@ -1,5 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
- *
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 0519f7b5f7960820f112fdfce69da4bc32e54b3b..79c6b98474d3df718719ee73d4cc0fdbd6aadb30 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 4fb26e4a9692c7581dbf5a8f40a88ca2f8d9b19f..694fec45062da85d8dcba3e1a8d682acf6095226 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2002 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index e6c663a047df8ce2825c91a2ede8adb797488f83..0e1207c2ec62cbd84055d741923e45f3ce364ea7 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2002 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 27c4858e4a69621a87c1e89668d070bc1b24a1bb..e2bc96770439669130d6282c6c67e122d081650c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/* GTK+ - accessibility implementations
  * Copyright 2012 Red Hat, Inc
  *
  * This library is free software; you can redistribute it and/or
index 01b98dae19a628acaacfa63b45f7491d2dfc5d66..13c3447af2b036f332c3a33eb01677be3fcbc105 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/* GTK+ - accessibility implementations
  * Copyright 2012, Red Hat, Inc
  *
  * This library is free software; you can redistribute it and/or
index 180a84a9beb8293f39d9458c3735f692843f73eb..8a7008dd3ddfd9b08d53176f948fa76e4d6b54c0 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2004 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 71662d897cbd135baa685d5a6d8a8fa38486b7ed..afd852e8665dd8a9679800db049907004345cdc8 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2004 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 05362824899f71bfa4d74cd1846537018e64b0e0..ccf075c17b5ed4d984f2e426ddb35d495e1b05a3 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 5ecc4950b5c3aaceeec17c5ef6892c1f6b268cee..108bbdd2501f73ea1f148c65f3697f5010fb8abb 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 5a6607b7de332c4188b016dc3c7261d21f6a846a..2da42eacb3ea03e612cd69fabb3ae29cb75b6514 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 36e40eed744ea710a5666b2839bbddfc3587cffc..63883a54fed185b80d0ddd07478316e28009b5b4 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 809251807d9c202b07d127b335bc9c7e300a4c54..07fea6e07918649db695191667a994268abbc4bf 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 17cdf73f4d89c0700e344fda9481135d737542c8..74f995ea1bbf81ed4b86e8e33b148442d81898b3 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index c1018c5c24ba867879a6b087c4da7a1a3440d467..ae15a22f3706145126c6f036a2c8fbbc1ead20c5 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 2a62c6080685683199068a4f56179300949d77be..0723ae452a0f1c022c93aecff3a01afa09998999 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index cc60c2cd9d1d7bfbadf3fba096771cb5420edeeb..2dbb91dd2233f34ddae8155f8802f7f01d9058a1 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index b6a011a36a941a76b3dd8ee40fc15115c79f6799..c25f2e1f0f177c8fd79c537ebec163aebfa9f7e1 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index bf8111fe9f068c739abceff4fddd1c1979b84f5f..cace6c1e787c51604ea92db29276bd3c1faef978 100644 (file)
@@ -1,4 +1,4 @@
-/* gtkiconview.c
+/* GTK+ - accessibility implementations
  * Copyright (C) 2002, 2004  Anders Carlsson <andersca@gnu.org>
  *
  * This library is free software; you can redistribute it and/or
index 5ccb9caf2ad524d4e6991e1127adfcfbe5eedc89..8e4e9b7e0abebffebcea6019cacdfa5f48f48511 100644 (file)
@@ -1,4 +1,4 @@
-/* gtkiconview.c
+/* GTK+ - accessibility implementations
  * Copyright (C) 2002, 2004  Anders Carlsson <andersca@gnu.org>
  *
  * This library is free software; you can redistribute it and/or
index fd7ac1a24a84ffa23c55377bd0b00383188292a3..64ad8f38f03afa8bb7f562574f04ade3ca378aa4 100644 (file)
@@ -1,4 +1,4 @@
-/* gtkiconview.c
+/* GTK+ - accessibility implementations
  * Copyright (C) 2002, 2004  Anders Carlsson <andersca@gnu.org>
  *
  * This library is free software; you can redistribute it and/or
index de9f707a31c784c55607e32be65ce16de6144fdf..704dd1b10246884c53b4b4f5d85a7145ed14c72a 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 6d4d93c471a984dd46a9f58e16e7db18e20eb624..1e47da2803825b2ffc4dff9297f08bcf91651745 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 171377b0793e58b3953bd5d74fd8f227f1ca96df..6b690606c73531e788b4ef0b44a0339c59e5bba2 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 387283c60fc1105606717c94e19cb3031c05a4f2..e18053445d1c46957f180e6f4858f5f92cc53b59 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index be926585f18aa7bc3a4b18945f5c4b1abb09beb3..dc59d3c0574807373052ca8d1c1fc856d9ede527 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index f591541fc1f58442b524053dae34c46f055b0752..4846cfa38d3da3adbdfaa267574824c7317a7370 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 359c0b11f3f97291859507cd739bf8b33dd3f0ff..b76f237f678655b56ada2f65192950e79b858e8c 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2011 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
index 762e3ae1348f424f67c4bffeb595db907b759e32..78a4f1184b4a17367f0cdf86805b445d16d26a72 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2011 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
index d743fdc21a5a106cdce2b240b6398e1efbb21ee2..0e3216dcde5aa1d184e195fc99f1a9134659d862 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 8af23caae6e7eb58a8856e9a415bfce6e1c42f77..3a754bd325c8ae2b8c83b138edc7058ff383c79a 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 7c65bbc77a81eaa6cd8e0fd53fbc62718f1a5d4d..ced2355923a8b6e1d54c11e3fa344a8f19ab90d4 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 3935e6a0b130a99341ea43ebd59e844d1e8bd0ae..4d2967db260526a4d15585d9e26bac4227d4a384 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index b8fa8a7e2b8d9870badd98231e258b9f81327158..f221d7f91943b479afb79c1a63d3c8422767b801 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index caeabb5884945624812456d0e92e8a5de2214320..4e14a7158cdfc5e959adceae1b6559a4d43bedb7 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index b6830ffd839222055d8585792d8a8b7fa7f96f41..1b3113dabf1ee0e7ff3663a4223748e9d34725d4 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 799d83264ff99d77b4c5958b0d022b5d8ec78d21..a01441d633375fbc7b02c1cfda865d47d105b20f 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index d613b787b24a0f01675d50a51e15bd046d936adf..64d5cb480483c9c47908481ac70ec369f82265a1 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index a82cbc2aff4ee9c7e3ef013d88beaf2bfaef764e..f3b40db1a624544104d6839e5c66e621c0f18216 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 053a05e8cbad4ef8ebb9afb6d2497bb7aa5c48ce..f279a1ede86bc5fd5f32819b1dabc56d46526228 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index b6ec03d31e80eb39f10fb2c5db7572fa47581198..b2287575f2c640d5979bc38954698e0b51d0796a 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 9666c6c4718519ae68594e2626562e688a9b1c97..26d6bf9172bc1117c63fa7b20496b22aef44e529 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index bef4e462561af953b2e79513acfdaba3529ac738..bb589e3502918040f57640cfed3debcfc5b53817 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 7720d43f08008f17c4514b83c210796d61670c1e..191f82353a6b1d9292719d943eaf4079c6cafd28 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index f473c3876576bdef4622bf2a9e10427051cf879c..5707479b52feabfa4e3c04e0935b08f3653c3ff3 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 2b57cce359671af57ca2f324f492e89778ae6d42..d6fc8a7c62e20db61c901868c02d0d0f44a0ef48 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 93736e0bb0c60b396654d95bbd95c96bf44ab6ff..d4719a44376da97584e1c2c2aa5dd0da85fc18f9 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 89a04f82f1f68551d7416346be06a910da34db70..a0c6550ebffd943638abde977c2e777a8e02f1a2 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index e165c2c27f5fb8eb9b00beddaf9e0636cd5d53a7..30df9a275a7b98cff316aed70dada452bf21807b 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2002 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index a3cf0d18b7ff80f2cfb0d3e3154fd513c8d99b1f..e209808ed61d5e3a06aeda0c59169a61cfddc277 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2002 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index dc551354bf82c9f5aa2a4fcda928794942b03ea4..be9c371faed5bc097ff8bb63a0be80af825c7598 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 996a1524734e0e9d41a5639b8a34c5ae1ab3bf22..0c0cc1ba8559f74f827cccb958997a57958503a0 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index bec09a9a105e5621c8b7c8deeb395214708e20a6..d8fdc596284af985dbf0464377a9d1b07ab4923f 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 082c5e1d561cf0fe7c1592b0589d6c3c436d06c3..223cac9f926da2f7854dbb8ed8b773b31abc6eaf 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 63a7e1a8fcbff78a571e4d00e8b6948a6ef73593..1a8be877937d60d2a904e6774d5c355cda91c6b2 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2004 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 6423d8d1fa7deaa89b992d5160dbfddce6fbea99..7db1226d4bd9498e5e0e9ae26b076922ca798aed 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2004 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 98b27c5821eb55ff3cc61363ce84e556126cd408..7e9253d0188295117f40441956bc0df58159f4b9 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2008 Jan Arne Petersen
  *
  * This library is free software; you can redistribute it and/or
index dcbb402058c6736b421c9e84cce36dc56f79259c..1ea177f3f99d2aa834ed947ba1b99d5462bcdc95 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2008 Jan Arne Petersen <jap@gnome.org>
  *
  * This library is free software; you can redistribute it and/or
index a14d92e09608bb35d53b39fd455a7eb5db8aee55..b9cd206c3f835c92c2b57950642181f3f72a443b 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 0f870282dcb0e97ec677ee8f9e3c8a0e18b2bffa..44e65e0f08df40117e534959ad85b8fb21b29216 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 13ca519d9e19413401d0290e644c5629160a5edb..488cf7a9ea0572abb4ca90cc564cb6cfa3a9a7b1 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index c8cb2ca9fd7c0554b24d603e1144740c2621c6b7..ad885005a4da093135f2e7d6cc1dd0d2a110b28b 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index f3b9fd9f1b4575ad65af52932c280c16a0dd2e52..d344f4e4e3885195cdbd9fba7ad6249ef597f547 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index d5445ebc577bca39b0afc95817cb1377ccc6f72b..b5a43f201324e44d1ccfc398a74e5cf0ace4ffc4 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 634da5acda32ed84d5a3688ee3c1571ff65b7437..7517f332f886f4c0227c403b8982116372885cb0 100644 (file)
@@ -1,5 +1,4 @@
-/* GTK - The GIMP Toolkit
- *
+/* GTK+ - accessibility implementations
  * Copyright (C) 2007 John Stowers, Neil Jagdish Patel.
  * Copyright (C) 2009 Bastien Nocera, David Zeuthen
  *
index 2f31f79f61f905abc0eb303806accbc70cab10c6..e2e04a9df44cd4955b6ff884aa1e5e51abe07c42 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2011 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
index 3c579235fb10411653a9cfe82b54f4806a4de671..7d84a5aa409ad25230e592a1a7d990ef7642ed2d 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index a476a8300f7ce511eca3d5dfa75aa343a0673a9c..f84e61b3ab582f5b5cecdd409ac76b7697c3ed69 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 687845a664f10eff46cd6f41e7fa6ed50f17b464..3607f8ebf790e8a85b85c7328f84a3c4bd1fef27 100644 (file)
@@ -1,5 +1,4 @@
-/* GTK - The GIMP Toolkit
- *
+/* GTK+ - accessibility implementations
  * Copyright (C) 2010  Intel Corporation
  * Copyright (C) 2010  RedHat, Inc.
  *
index 0666c5d4b5a59f88099ebb3e3abcd375e43adcc1..f90bb2475709711fdae3efb02502f67a977a1811 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2011 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
index 869b7f03ae0c12ca1b05b0cd5e7e5f7230f42b34..32097e697757f46e8f7016b99dd6f6540d406172 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 692ba70cae4f3a4988370212d8dbf87f515fc8ac..ef66cc7a434e844bd90ee43719c11e13164df9c7 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Enabling Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 7410c4ebb600a9513b3ac4409858e036a440f8ba..9e59b8f1a18c8821115f773cf1711bf68b76eba3 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 87e0d70cf95742f8add5cb225c4d991defcee8bd..c90141f7427200d7ef5c83fc53c0da02ec8f33ea 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 94cbe2238ed4477304611ea6aed922eca34f8451..9417780244514bcf0971bdc279250248884032f6 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 12674598d09782ade7aec28bcf4cd089b01bf0df..8b85f27bb830baadc88490a28e8586a1fd7cdc71 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 67ab56ee2a41d3ac3be81bd277c3eff067555d00..719dfa17ab3d70cc4b222c326bbcf7248e685512 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 48e61c7e218067fba3da9c40c1c8be43ed3144b5..14a2a19694f5f82e41be5cf747040b192b93777f 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index ab15a82607691e80e09633d319bf5bd96c4d8040..07e4c3497dcb9a0cf4af10abb8c11871d9af07de 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 7ac2c3b7236291e41f7be4806f7d7be01820754a..a25fba5d049ab118e3186870299830d910c624ae 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 2a39faffaab1876486fcae1b6d224e13cb773d42..2bde13b6995d55908dd847ac79f4bba94b5cf51e 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 410ff22057e12dd363f9a488229740e613557af3..eca18205844f28db360d45eb72896ae74c1508e3 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 5a1e27c623176fa8ce2e03e1ded68c809150833b..6f4acaa366aeb6539518c416b08843bfb96615fb 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index 2ce5ad000344ec004fdc5794a042bb0b31f4282e..fdf2af4ae59eaf14d6fc8a6548cfc548bc311b3f 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index f346be5ceb983d2f752595019d75885236c572cd..e493f22d5567ee8ab4d0563284d7f9c158a97885 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
index c76d7d8ae36110963738eb4cfea796908911a143..4930ae68a8cbb2c26cb722213d7b32c3c9824ffc 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2011, F123 Consulting & Mais Diferenças
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.
  *
index 28a62550c8c2e3bff34b2717fb52dab519d01ad5..843a6d6772187bd544436b9e555ecb981e3017d3 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or