summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-27 14:25:17 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-27 14:25:17 -0500
commit6088d00b218177fcb75827a236b19cd21b932978 (patch)
tree2971b941fb8cb7a1022d6516ac6c31442b1545bc /tests
parent72395c0dc0cd3d839f64d0847771fdeb8095069f (diff)
downloadat-spi2-atk-6088d00b218177fcb75827a236b19cd21b932978.tar.gz
Fix old FSF address
Diffstat (limited to 'tests')
-rw-r--r--tests/atk-object-xml-loader.c4
-rw-r--r--tests/atk-object-xml-loader.h4
-rw-r--r--tests/atk_suite.c4
-rw-r--r--tests/atk_suite.h4
-rw-r--r--tests/atk_test_accessible.c4
-rw-r--r--tests/atk_test_action.c4
-rw-r--r--tests/atk_test_collection.c4
-rw-r--r--tests/atk_test_component.c4
-rw-r--r--tests/atk_test_document.c4
-rw-r--r--tests/atk_test_editable_text.c4
-rw-r--r--tests/atk_test_hyperlink.c4
-rw-r--r--tests/atk_test_hypertext.c4
-rw-r--r--tests/atk_test_image.c4
-rw-r--r--tests/atk_test_selection.c4
-rw-r--r--tests/atk_test_state_set.c4
-rw-r--r--tests/atk_test_table.c4
-rw-r--r--tests/atk_test_table_cell.c4
-rw-r--r--tests/atk_test_text.c4
-rw-r--r--tests/atk_test_util.c4
-rw-r--r--tests/atk_test_util.h4
-rw-r--r--tests/atk_test_value.c4
-rw-r--r--tests/dummyatk/my-atk-action.c4
-rw-r--r--tests/dummyatk/my-atk-action.h4
-rw-r--r--tests/dummyatk/my-atk-component.c4
-rw-r--r--tests/dummyatk/my-atk-component.h4
-rw-r--r--tests/dummyatk/my-atk-document.c4
-rw-r--r--tests/dummyatk/my-atk-document.h4
-rw-r--r--tests/dummyatk/my-atk-editable-text.c4
-rw-r--r--tests/dummyatk/my-atk-editable-text.h4
-rw-r--r--tests/dummyatk/my-atk-hyperlink.c4
-rw-r--r--tests/dummyatk/my-atk-hyperlink.h4
-rw-r--r--tests/dummyatk/my-atk-hypertext.c4
-rw-r--r--tests/dummyatk/my-atk-hypertext.h4
-rw-r--r--tests/dummyatk/my-atk-image.c4
-rw-r--r--tests/dummyatk/my-atk-image.h4
-rw-r--r--tests/dummyatk/my-atk-object.c4
-rw-r--r--tests/dummyatk/my-atk-object.h4
-rw-r--r--tests/dummyatk/my-atk-selection.c4
-rw-r--r--tests/dummyatk/my-atk-selection.h4
-rw-r--r--tests/dummyatk/my-atk-table-cell.c4
-rw-r--r--tests/dummyatk/my-atk-table-cell.h4
-rw-r--r--tests/dummyatk/my-atk-table.c4
-rw-r--r--tests/dummyatk/my-atk-table.h4
-rw-r--r--tests/dummyatk/my-atk-text.c4
-rw-r--r--tests/dummyatk/my-atk-text.h4
-rw-r--r--tests/dummyatk/my-atk-value.c4
-rw-r--r--tests/dummyatk/my-atk-value.h4
-rw-r--r--tests/dummyatk/my-atk.h4
-rw-r--r--tests/test-application.c4
49 files changed, 98 insertions, 98 deletions
diff --git a/tests/atk-object-xml-loader.c b/tests/atk-object-xml-loader.c
index 8c312d2..5a39242 100644
--- a/tests/atk-object-xml-loader.c
+++ b/tests/atk-object-xml-loader.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdlib.h>
diff --git a/tests/atk-object-xml-loader.h b/tests/atk-object-xml-loader.h
index 5d2768a..4716d63 100644
--- a/tests/atk-object-xml-loader.h
+++ b/tests/atk-object-xml-loader.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef ATK_OBJECT_XML_LOADER_H
diff --git a/tests/atk_suite.c b/tests/atk_suite.c
index c291e2a..12ee2e3 100644
--- a/tests/atk_suite.c
+++ b/tests/atk_suite.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdlib.h>
diff --git a/tests/atk_suite.h b/tests/atk_suite.h
index 07c2e89..075299b 100644
--- a/tests/atk_suite.h
+++ b/tests/atk_suite.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _ATK_SUITE_H
diff --git a/tests/atk_test_accessible.c b/tests/atk_test_accessible.c
index a08766d..04babfa 100644
--- a/tests/atk_test_accessible.c
+++ b/tests/atk_test_accessible.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_action.c b/tests/atk_test_action.c
index 2c6a378..a7b4257 100644
--- a/tests/atk_test_action.c
+++ b/tests/atk_test_action.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_collection.c b/tests/atk_test_collection.c
index 219113a..ce3e434 100644
--- a/tests/atk_test_collection.c
+++ b/tests/atk_test_collection.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/tests/atk_test_component.c b/tests/atk_test_component.c
index 2aa4457..3073b5b 100644
--- a/tests/atk_test_component.c
+++ b/tests/atk_test_component.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_document.c b/tests/atk_test_document.c
index 12fa5c7..339016a 100644
--- a/tests/atk_test_document.c
+++ b/tests/atk_test_document.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_editable_text.c b/tests/atk_test_editable_text.c
index e529df5..d2ba0a4 100644
--- a/tests/atk_test_editable_text.c
+++ b/tests/atk_test_editable_text.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_hyperlink.c b/tests/atk_test_hyperlink.c
index b6e2c01..c7cb0ac 100644
--- a/tests/atk_test_hyperlink.c
+++ b/tests/atk_test_hyperlink.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_test_util.h"
diff --git a/tests/atk_test_hypertext.c b/tests/atk_test_hypertext.c
index a316874..a992598 100644
--- a/tests/atk_test_hypertext.c
+++ b/tests/atk_test_hypertext.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_test_util.h"
diff --git a/tests/atk_test_image.c b/tests/atk_test_image.c
index 71d5af7..5e9f03d 100644
--- a/tests/atk_test_image.c
+++ b/tests/atk_test_image.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_selection.c b/tests/atk_test_selection.c
index 8a60ee6..d6ede5c 100644
--- a/tests/atk_test_selection.c
+++ b/tests/atk_test_selection.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_state_set.c b/tests/atk_test_state_set.c
index f895c68..264cf02 100644
--- a/tests/atk_test_state_set.c
+++ b/tests/atk_test_state_set.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_suite.h"
diff --git a/tests/atk_test_table.c b/tests/atk_test_table.c
index c0330ed..5ef7c60 100644
--- a/tests/atk_test_table.c
+++ b/tests/atk_test_table.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_test_util.h"
diff --git a/tests/atk_test_table_cell.c b/tests/atk_test_table_cell.c
index d3051ee..8429e98 100644
--- a/tests/atk_test_table_cell.c
+++ b/tests/atk_test_table_cell.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_test_util.h"
diff --git a/tests/atk_test_text.c b/tests/atk_test_text.c
index 14a33dd..8a6ebfd 100644
--- a/tests/atk_test_text.c
+++ b/tests/atk_test_text.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_test_util.h"
diff --git a/tests/atk_test_util.c b/tests/atk_test_util.c
index 7a73c2b..551ca22 100644
--- a/tests/atk_test_util.c
+++ b/tests/atk_test_util.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <signal.h>
diff --git a/tests/atk_test_util.h b/tests/atk_test_util.h
index 87970cc..d9f9e36 100644
--- a/tests/atk_test_util.h
+++ b/tests/atk_test_util.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/tests/atk_test_value.c b/tests/atk_test_value.c
index 0911603..9c7074e 100644
--- a/tests/atk_test_value.c
+++ b/tests/atk_test_value.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "atk_test_util.h"
diff --git a/tests/dummyatk/my-atk-action.c b/tests/dummyatk/my-atk-action.c
index cb272cb..2890cd3 100644
--- a/tests/dummyatk/my-atk-action.c
+++ b/tests/dummyatk/my-atk-action.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/dummyatk/my-atk-action.h b/tests/dummyatk/my-atk-action.h
index 8bdb4f8..c5b19ed 100644
--- a/tests/dummyatk/my-atk-action.h
+++ b/tests/dummyatk/my-atk-action.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_ACTION_H
diff --git a/tests/dummyatk/my-atk-component.c b/tests/dummyatk/my-atk-component.c
index 53a1091..622dd75 100644
--- a/tests/dummyatk/my-atk-component.c
+++ b/tests/dummyatk/my-atk-component.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/dummyatk/my-atk-component.h b/tests/dummyatk/my-atk-component.h
index 229002f..80222ec 100644
--- a/tests/dummyatk/my-atk-component.h
+++ b/tests/dummyatk/my-atk-component.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/tests/dummyatk/my-atk-document.c b/tests/dummyatk/my-atk-document.c
index 62b0c81..925ed1e 100644
--- a/tests/dummyatk/my-atk-document.c
+++ b/tests/dummyatk/my-atk-document.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib-object.h>
diff --git a/tests/dummyatk/my-atk-document.h b/tests/dummyatk/my-atk-document.h
index 47c9187..02cc751 100644
--- a/tests/dummyatk/my-atk-document.h
+++ b/tests/dummyatk/my-atk-document.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_DOCUMENT_H
diff --git a/tests/dummyatk/my-atk-editable-text.c b/tests/dummyatk/my-atk-editable-text.c
index 3af2a41..1b05cb3 100644
--- a/tests/dummyatk/my-atk-editable-text.c
+++ b/tests/dummyatk/my-atk-editable-text.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/dummyatk/my-atk-editable-text.h b/tests/dummyatk/my-atk-editable-text.h
index 3b3e432..dfc5431 100644
--- a/tests/dummyatk/my-atk-editable-text.h
+++ b/tests/dummyatk/my-atk-editable-text.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_EDITABLE_TEXT_H_
diff --git a/tests/dummyatk/my-atk-hyperlink.c b/tests/dummyatk/my-atk-hyperlink.c
index 834369d..dd120bb 100644
--- a/tests/dummyatk/my-atk-hyperlink.c
+++ b/tests/dummyatk/my-atk-hyperlink.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib.h>
diff --git a/tests/dummyatk/my-atk-hyperlink.h b/tests/dummyatk/my-atk-hyperlink.h
index 566d12d..54bbf5b 100644
--- a/tests/dummyatk/my-atk-hyperlink.h
+++ b/tests/dummyatk/my-atk-hyperlink.h
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_HYPERLINK_H_
diff --git a/tests/dummyatk/my-atk-hypertext.c b/tests/dummyatk/my-atk-hypertext.c
index 80abb3f..26d5096 100644
--- a/tests/dummyatk/my-atk-hypertext.c
+++ b/tests/dummyatk/my-atk-hypertext.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib.h>
diff --git a/tests/dummyatk/my-atk-hypertext.h b/tests/dummyatk/my-atk-hypertext.h
index 2dd7409..bcfd5f6 100644
--- a/tests/dummyatk/my-atk-hypertext.h
+++ b/tests/dummyatk/my-atk-hypertext.h
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_HYPERTEXT_H_
diff --git a/tests/dummyatk/my-atk-image.c b/tests/dummyatk/my-atk-image.c
index c714a45..265052b 100644
--- a/tests/dummyatk/my-atk-image.c
+++ b/tests/dummyatk/my-atk-image.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/tests/dummyatk/my-atk-image.h b/tests/dummyatk/my-atk-image.h
index d8a91c8..70710c0 100644
--- a/tests/dummyatk/my-atk-image.h
+++ b/tests/dummyatk/my-atk-image.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_IMAGE_H_
diff --git a/tests/dummyatk/my-atk-object.c b/tests/dummyatk/my-atk-object.c
index 98525b1..3e415e0 100644
--- a/tests/dummyatk/my-atk-object.c
+++ b/tests/dummyatk/my-atk-object.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/dummyatk/my-atk-object.h b/tests/dummyatk/my-atk-object.h
index 54f65ac..30e22fe 100644
--- a/tests/dummyatk/my-atk-object.h
+++ b/tests/dummyatk/my-atk-object.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/tests/dummyatk/my-atk-selection.c b/tests/dummyatk/my-atk-selection.c
index bf706cc..aff9d1d 100644
--- a/tests/dummyatk/my-atk-selection.c
+++ b/tests/dummyatk/my-atk-selection.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/dummyatk/my-atk-selection.h b/tests/dummyatk/my-atk-selection.h
index be932e0..49c4978 100644
--- a/tests/dummyatk/my-atk-selection.h
+++ b/tests/dummyatk/my-atk-selection.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_SELECTION_H
diff --git a/tests/dummyatk/my-atk-table-cell.c b/tests/dummyatk/my-atk-table-cell.c
index b22eaf5..31eeecb 100644
--- a/tests/dummyatk/my-atk-table-cell.c
+++ b/tests/dummyatk/my-atk-table-cell.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib.h>
diff --git a/tests/dummyatk/my-atk-table-cell.h b/tests/dummyatk/my-atk-table-cell.h
index 78f8dd0..83a63de 100644
--- a/tests/dummyatk/my-atk-table-cell.h
+++ b/tests/dummyatk/my-atk-table-cell.h
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_TABLE_CELL_H_
diff --git a/tests/dummyatk/my-atk-table.c b/tests/dummyatk/my-atk-table.c
index 58fd1bd..86e0dfe 100644
--- a/tests/dummyatk/my-atk-table.c
+++ b/tests/dummyatk/my-atk-table.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib.h>
diff --git a/tests/dummyatk/my-atk-table.h b/tests/dummyatk/my-atk-table.h
index a3a0e35..8e51cb6 100644
--- a/tests/dummyatk/my-atk-table.h
+++ b/tests/dummyatk/my-atk-table.h
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_TABLE_H_
diff --git a/tests/dummyatk/my-atk-text.c b/tests/dummyatk/my-atk-text.c
index 54d7a2f..62e2470 100644
--- a/tests/dummyatk/my-atk-text.c
+++ b/tests/dummyatk/my-atk-text.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/tests/dummyatk/my-atk-text.h b/tests/dummyatk/my-atk-text.h
index cb221a1..1367d45 100644
--- a/tests/dummyatk/my-atk-text.h
+++ b/tests/dummyatk/my-atk-text.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_TEXT_H_
diff --git a/tests/dummyatk/my-atk-value.c b/tests/dummyatk/my-atk-value.c
index 5fce30a..f436398 100644
--- a/tests/dummyatk/my-atk-value.c
+++ b/tests/dummyatk/my-atk-value.c
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <glib.h>
diff --git a/tests/dummyatk/my-atk-value.h b/tests/dummyatk/my-atk-value.h
index eb69b90..44ec0c5 100644
--- a/tests/dummyatk/my-atk-value.h
+++ b/tests/dummyatk/my-atk-value.h
@@ -14,8 +14,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_VALUE_H_
diff --git a/tests/dummyatk/my-atk.h b/tests/dummyatk/my-atk.h
index ef13273..0296412 100644
--- a/tests/dummyatk/my-atk.h
+++ b/tests/dummyatk/my-atk.h
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef MY_ATK_H
diff --git a/tests/test-application.c b/tests/test-application.c
index fe9527d..1506014 100644
--- a/tests/test-application.c
+++ b/tests/test-application.c
@@ -16,8 +16,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/*