[pyatspi2] Fix some copyrights, and update FSF address



commit bcc2c0df75be3cb3c8c102d81c8744849cf4c17e
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Tue Aug 27 09:58:45 2019 -0500

    Fix some copyrights, and update FSF address

 COPYING                                    | 6 +++---
 pyatspi/application.py                     | 2 +-
 tests/apps/accessible-app.c                | 4 ++--
 tests/apps/action-app.c                    | 4 ++--
 tests/apps/atk-object-xml-loader.c         | 4 ++--
 tests/apps/atk-object-xml-loader.h         | 4 ++--
 tests/apps/component-app.c                 | 4 ++--
 tests/apps/noop-app.c                      | 4 ++--
 tests/apps/relation-app.c                  | 4 ++--
 tests/apps/test-application.c              | 4 ++--
 tests/data/accessible-test-results.xml     | 4 ++--
 tests/data/accessible-test.xml             | 4 ++--
 tests/dummyatk/my-atk-action.c             | 4 ++--
 tests/dummyatk/my-atk-action.h             | 4 ++--
 tests/dummyatk/my-atk-component.c          | 4 ++--
 tests/dummyatk/my-atk-component.h          | 4 ++--
 tests/dummyatk/my-atk-document.c           | 6 +++---
 tests/dummyatk/my-atk-document.h           | 6 +++---
 tests/dummyatk/my-atk-hyperlink.c          | 4 ++--
 tests/dummyatk/my-atk-hyperlink.h          | 4 ++--
 tests/dummyatk/my-atk-hypertext.c          | 4 ++--
 tests/dummyatk/my-atk-hypertext.h          | 4 ++--
 tests/dummyatk/my-atk-object.c             | 4 ++--
 tests/dummyatk/my-atk-object.h             | 4 ++--
 tests/dummyatk/my-atk-selection.c          | 4 ++--
 tests/dummyatk/my-atk-selection.h          | 4 ++--
 tests/dummyatk/my-atk-streamable-content.c | 4 ++--
 tests/dummyatk/my-atk-streamable-content.h | 4 ++--
 tests/dummyatk/my-atk-table.c              | 4 ++--
 tests/dummyatk/my-atk-table.h              | 4 ++--
 tests/dummyatk/my-atk-text.c               | 4 ++--
 tests/dummyatk/my-atk-text.h               | 4 ++--
 tests/dummyatk/my-atk-value.c              | 4 ++--
 tests/dummyatk/my-atk-value.h              | 4 ++--
 tests/dummyatk/my-atk.h                    | 4 ++--
 tests/dummyatk/resources_storage.c         | 4 ++--
 tests/dummyatk/resources_storage.h         | 4 ++--
 tests/dummyatk/useful_functions.c          | 4 ++--
 tests/dummyatk/useful_functions.h          | 4 ++--
 tests/dummyatk/user_marshal.c              | 4 ++--
 tests/dummyatk/user_marshal.h              | 4 ++--
 tests/pyatspi/accessibletest.py            | 4 ++--
 tests/pyatspi/actiontest.py                | 4 ++--
 tests/pyatspi/collectiontest.py            | 6 +++---
 tests/pyatspi/componenttest.py             | 4 ++--
 tests/pyatspi/desktoptest.py               | 4 ++--
 tests/pyatspi/pasytest/Pasy.py             | 2 +-
 tests/pyatspi/pasytest/__init__.py         | 2 +-
 tests/pyatspi/relationtest.py              | 4 ++--
 tests/pyatspi/statetest.py                 | 4 ++--
 tests/pyatspi/testrunner.in                | 4 ++--
 51 files changed, 103 insertions(+), 103 deletions(-)
---
diff --git a/COPYING b/COPYING
index b8f9ad6..7779bd8 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
                        Version 2, June 1991
 
  Copyright (C) 1991 Free Software Foundation, Inc.
-                    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+                    59 Temple Place, Suite 330, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -464,8 +464,8 @@ convey the exclusion of warranty; and each file should have at least the
 
     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.
 
 Also add information on how to contact you by electronic and paper mail.
 
diff --git a/pyatspi/application.py b/pyatspi/application.py
index fccbfcb..b1a7dc4 100644
--- a/pyatspi/application.py
+++ b/pyatspi/application.py
@@ -11,7 +11,7 @@
 #GNU General Public License for more details.
 #You should have received a copy of the GNU Lesser General Public License
 #along with this program; if not, write to the Free Software
-#Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 from gi.repository import Atspi
 from pyatspi.utils import *
diff --git a/tests/apps/accessible-app.c b/tests/apps/accessible-app.c
index e886feb..d1c2198 100644
--- a/tests/apps/accessible-app.c
+++ b/tests/apps/accessible-app.c
@@ -13,8 +13,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 <gmodule.h>
diff --git a/tests/apps/action-app.c b/tests/apps/action-app.c
index 723b160..5a0e556 100644
--- a/tests/apps/action-app.c
+++ b/tests/apps/action-app.c
@@ -13,8 +13,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 <gmodule.h>
diff --git a/tests/apps/atk-object-xml-loader.c b/tests/apps/atk-object-xml-loader.c
index 0b05326..41c4eb7 100644
--- a/tests/apps/atk-object-xml-loader.c
+++ b/tests/apps/atk-object-xml-loader.c
@@ -13,8 +13,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/apps/atk-object-xml-loader.h b/tests/apps/atk-object-xml-loader.h
index ce707bd..4b5b501 100644
--- a/tests/apps/atk-object-xml-loader.h
+++ b/tests/apps/atk-object-xml-loader.h
@@ -13,8 +13,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/apps/component-app.c b/tests/apps/component-app.c
index 7c7907e..8231ca8 100644
--- a/tests/apps/component-app.c
+++ b/tests/apps/component-app.c
@@ -13,8 +13,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 <gmodule.h>
diff --git a/tests/apps/noop-app.c b/tests/apps/noop-app.c
index 478d94d..d515cac 100644
--- a/tests/apps/noop-app.c
+++ b/tests/apps/noop-app.c
@@ -13,8 +13,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 <gmodule.h>
diff --git a/tests/apps/relation-app.c b/tests/apps/relation-app.c
index 6303c81..5d8af6b 100644
--- a/tests/apps/relation-app.c
+++ b/tests/apps/relation-app.c
@@ -13,8 +13,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 <gmodule.h>
diff --git a/tests/apps/test-application.c b/tests/apps/test-application.c
index c503d3c..f6cd231 100644
--- a/tests/apps/test-application.c
+++ b/tests/apps/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.
  */
 
 /*
diff --git a/tests/data/accessible-test-results.xml b/tests/data/accessible-test-results.xml
index 3d9dcad..972bb50 100644
--- a/tests/data/accessible-test-results.xml
+++ b/tests/data/accessible-test-results.xml
@@ -14,8 +14,8 @@ 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.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
 
 -->
 
diff --git a/tests/data/accessible-test.xml b/tests/data/accessible-test.xml
index 6ff1a0c..65e91e7 100644
--- a/tests/data/accessible-test.xml
+++ b/tests/data/accessible-test.xml
@@ -14,8 +14,8 @@ 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.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
 
 -->
 
diff --git a/tests/dummyatk/my-atk-action.c b/tests/dummyatk/my-atk-action.c
index b5caece..2d3e113 100644
--- a/tests/dummyatk/my-atk-action.c
+++ b/tests/dummyatk/my-atk-action.c
@@ -13,8 +13,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 86d3a40..c09b842 100644
--- a/tests/dummyatk/my-atk-action.h
+++ b/tests/dummyatk/my-atk-action.h
@@ -13,8 +13,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 d91e8c1..98bbee6 100644
--- a/tests/dummyatk/my-atk-component.c
+++ b/tests/dummyatk/my-atk-component.c
@@ -13,8 +13,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 15bab6a..ebe62a8 100644
--- a/tests/dummyatk/my-atk-component.h
+++ b/tests/dummyatk/my-atk-component.h
@@ -13,8 +13,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_COMPONENT_H
diff --git a/tests/dummyatk/my-atk-document.c b/tests/dummyatk/my-atk-document.c
index 25879a2..b870432 100644
--- a/tests/dummyatk/my-atk-document.c
+++ b/tests/dummyatk/my-atk-document.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 Mike Gorse <mgorse novell com>
+ * Copyright 2010 Novell, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -13,8 +13,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.
  */
 
 /* This file contains both declaration and definition of the MyAtkDocument,
diff --git a/tests/dummyatk/my-atk-document.h b/tests/dummyatk/my-atk-document.h
index 11dfaf3..6326876 100644
--- a/tests/dummyatk/my-atk-document.h
+++ b/tests/dummyatk/my-atk-document.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 Mike Gorse <mgorse novell com>
+ * Copyright 2010 Novell, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -13,8 +13,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-hyperlink.c b/tests/dummyatk/my-atk-hyperlink.c
index 0c69443..0518c9a 100644
--- a/tests/dummyatk/my-atk-hyperlink.c
+++ b/tests/dummyatk/my-atk-hyperlink.c
@@ -13,8 +13,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/atk.h>
diff --git a/tests/dummyatk/my-atk-hyperlink.h b/tests/dummyatk/my-atk-hyperlink.h
index 2eddf2d..35af13e 100644
--- a/tests/dummyatk/my-atk-hyperlink.h
+++ b/tests/dummyatk/my-atk-hyperlink.h
@@ -13,8 +13,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 b51ea3a..19efc83 100644
--- a/tests/dummyatk/my-atk-hypertext.c
+++ b/tests/dummyatk/my-atk-hypertext.c
@@ -13,8 +13,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/atk.h>
diff --git a/tests/dummyatk/my-atk-hypertext.h b/tests/dummyatk/my-atk-hypertext.h
index 781944b..f909c9c 100644
--- a/tests/dummyatk/my-atk-hypertext.h
+++ b/tests/dummyatk/my-atk-hypertext.h
@@ -13,8 +13,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-object.c b/tests/dummyatk/my-atk-object.c
index d025d54..2b69583 100644
--- a/tests/dummyatk/my-atk-object.c
+++ b/tests/dummyatk/my-atk-object.c
@@ -13,8 +13,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-object.h b/tests/dummyatk/my-atk-object.h
index d6fe5c0..ee4dd2e 100644
--- a/tests/dummyatk/my-atk-object.h
+++ b/tests/dummyatk/my-atk-object.h
@@ -13,8 +13,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_OBJECT_H
diff --git a/tests/dummyatk/my-atk-selection.c b/tests/dummyatk/my-atk-selection.c
index 87757a0..22b0609 100644
--- a/tests/dummyatk/my-atk-selection.c
+++ b/tests/dummyatk/my-atk-selection.c
@@ -13,8 +13,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.
  */
 
 /* This file contains both declaration and definition of the MyAtkSelection,
diff --git a/tests/dummyatk/my-atk-selection.h b/tests/dummyatk/my-atk-selection.h
index bea511b..29bcb6b 100644
--- a/tests/dummyatk/my-atk-selection.h
+++ b/tests/dummyatk/my-atk-selection.h
@@ -13,8 +13,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.
  */
 
 /* This file contains both declaration and definition of the MyAtkSelection,
diff --git a/tests/dummyatk/my-atk-streamable-content.c b/tests/dummyatk/my-atk-streamable-content.c
index 19f437f..04fd28e 100644
--- a/tests/dummyatk/my-atk-streamable-content.c
+++ b/tests/dummyatk/my-atk-streamable-content.c
@@ -13,8 +13,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/atk.h>
diff --git a/tests/dummyatk/my-atk-streamable-content.h b/tests/dummyatk/my-atk-streamable-content.h
index a9ba5e6..1b49d28 100644
--- a/tests/dummyatk/my-atk-streamable-content.h
+++ b/tests/dummyatk/my-atk-streamable-content.h
@@ -13,8 +13,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_STREAMABLE_CONTENT_H
diff --git a/tests/dummyatk/my-atk-table.c b/tests/dummyatk/my-atk-table.c
index 3c2e26e..4b3964d 100644
--- a/tests/dummyatk/my-atk-table.c
+++ b/tests/dummyatk/my-atk-table.c
@@ -13,8 +13,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.
  */
 
 /* This file contains both declaration and definition of the MyAtkTable,
diff --git a/tests/dummyatk/my-atk-table.h b/tests/dummyatk/my-atk-table.h
index 47b939e..8ef3e12 100644
--- a/tests/dummyatk/my-atk-table.h
+++ b/tests/dummyatk/my-atk-table.h
@@ -13,8 +13,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 1b6a79c..88d68ad 100644
--- a/tests/dummyatk/my-atk-text.c
+++ b/tests/dummyatk/my-atk-text.c
@@ -13,8 +13,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-text.h b/tests/dummyatk/my-atk-text.h
index c16cc42..417f258 100644
--- a/tests/dummyatk/my-atk-text.h
+++ b/tests/dummyatk/my-atk-text.h
@@ -13,8 +13,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 6452a5d..6f5b0aa 100644
--- a/tests/dummyatk/my-atk-value.c
+++ b/tests/dummyatk/my-atk-value.c
@@ -13,8 +13,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/atk.h>
diff --git a/tests/dummyatk/my-atk-value.h b/tests/dummyatk/my-atk-value.h
index ca27db3..db477be 100644
--- a/tests/dummyatk/my-atk-value.h
+++ b/tests/dummyatk/my-atk-value.h
@@ -13,8 +13,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 c32d7cb..e5e6146 100644
--- a/tests/dummyatk/my-atk.h
+++ b/tests/dummyatk/my-atk.h
@@ -13,8 +13,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/dummyatk/resources_storage.c b/tests/dummyatk/resources_storage.c
index 11fd647..4788fe5 100644
--- a/tests/dummyatk/resources_storage.c
+++ b/tests/dummyatk/resources_storage.c
@@ -13,8 +13,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/atk.h>
diff --git a/tests/dummyatk/resources_storage.h b/tests/dummyatk/resources_storage.h
index 962b27e..d7b3d8a 100644
--- a/tests/dummyatk/resources_storage.h
+++ b/tests/dummyatk/resources_storage.h
@@ -13,8 +13,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 RESOURCES_STORAGE_H
diff --git a/tests/dummyatk/useful_functions.c b/tests/dummyatk/useful_functions.c
index a2e2734..6a13009 100644
--- a/tests/dummyatk/useful_functions.c
+++ b/tests/dummyatk/useful_functions.c
@@ -13,8 +13,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 <string.h>
diff --git a/tests/dummyatk/useful_functions.h b/tests/dummyatk/useful_functions.h
index 498d212..2fb6083 100644
--- a/tests/dummyatk/useful_functions.h
+++ b/tests/dummyatk/useful_functions.h
@@ -13,8 +13,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 USEFUL_FUNCTIONS_H
diff --git a/tests/dummyatk/user_marshal.c b/tests/dummyatk/user_marshal.c
index d87c07f..28d9128 100644
--- a/tests/dummyatk/user_marshal.c
+++ b/tests/dummyatk/user_marshal.c
@@ -13,8 +13,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/user_marshal.h b/tests/dummyatk/user_marshal.h
index 914d4c2..ac30f08 100644
--- a/tests/dummyatk/user_marshal.h
+++ b/tests/dummyatk/user_marshal.h
@@ -13,8 +13,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 USER_MARSHAL_H
diff --git a/tests/pyatspi/accessibletest.py b/tests/pyatspi/accessibletest.py
index 64dafb6..cf0aff4 100644
--- a/tests/pyatspi/accessibletest.py
+++ b/tests/pyatspi/accessibletest.py
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/actiontest.py b/tests/pyatspi/actiontest.py
index cc29bbe..3e6b1c4 100644
--- a/tests/pyatspi/actiontest.py
+++ b/tests/pyatspi/actiontest.py
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/collectiontest.py b/tests/pyatspi/collectiontest.py
index fbd9b4d..f052ce2 100644
--- a/tests/pyatspi/collectiontest.py
+++ b/tests/pyatspi/collectiontest.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2009 Mike Gorse <mgorse novell com>
+# Copyright 2009 Novell, Inc.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Library General Public
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/componenttest.py b/tests/pyatspi/componenttest.py
index 2ca84e6..99f963f 100644
--- a/tests/pyatspi/componenttest.py
+++ b/tests/pyatspi/componenttest.py
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/desktoptest.py b/tests/pyatspi/desktoptest.py
index 65e953d..5d1b980 100644
--- a/tests/pyatspi/desktoptest.py
+++ b/tests/pyatspi/desktoptest.py
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/pasytest/Pasy.py b/tests/pyatspi/pasytest/Pasy.py
index 6c6c73f..c4a09ee 100644
--- a/tests/pyatspi/pasytest/Pasy.py
+++ b/tests/pyatspi/pasytest/Pasy.py
@@ -11,7 +11,7 @@
 #GNU General Public License for more details.
 #You should have received a copy of the GNU General Public License
 #along with this program; if not, write to the Free Software
-#Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 from gi.repository import GObject, GLib
 from Events import Events
diff --git a/tests/pyatspi/pasytest/__init__.py b/tests/pyatspi/pasytest/__init__.py
index c54bff1..3441237 100644
--- a/tests/pyatspi/pasytest/__init__.py
+++ b/tests/pyatspi/pasytest/__init__.py
@@ -11,6 +11,6 @@
 #GNU General Public License for more details.
 #You should have received a copy of the GNU General Public License
 #along with this program; if not, write to the Free Software
-#Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 from Pasy import PasyTestStep, PasyTestFunc, PasyTest
diff --git a/tests/pyatspi/relationtest.py b/tests/pyatspi/relationtest.py
index bb09159..858cef5 100644
--- a/tests/pyatspi/relationtest.py
+++ b/tests/pyatspi/relationtest.py
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/statetest.py b/tests/pyatspi/statetest.py
index 4a1f11e..e0b2789 100644
--- a/tests/pyatspi/statetest.py
+++ b/tests/pyatspi/statetest.py
@@ -13,8 +13,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.
 #
 
 import dbus
diff --git a/tests/pyatspi/testrunner.in b/tests/pyatspi/testrunner.in
index 2a36764..3e67a62 100755
--- a/tests/pyatspi/testrunner.in
+++ b/tests/pyatspi/testrunner.in
@@ -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.
 #
 
 from gi.repository import GObject, GLib


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]