[pyatspi2] pyatspi2: Fix incorrect-fsf-address in various files



commit b37993d5d16ec9b688dc57158d12c6a82b098e29
Author: BjÃrn Lie <bjorn lie gmail com>
Date:   Tue Sep 18 20:21:17 2012 +0200

    pyatspi2: Fix incorrect-fsf-address in various files
    
    The Free Software Foundation address in these files are outdated, this
    patch updates the address.

 pyatspi/Accessibility.py |    2 +-
 pyatspi/__init__.py      |    2 +-
 pyatspi/action.py        |    2 +-
 pyatspi/appevent.py      |    2 +-
 pyatspi/collection.py    |    2 +-
 pyatspi/component.py     |    2 +-
 pyatspi/constants.py     |    2 +-
 pyatspi/deviceevent.py   |    2 +-
 pyatspi/document.py      |    2 +-
 pyatspi/editabletext.py  |    2 +-
 pyatspi/enum.py          |    2 +-
 pyatspi/hypertext.py     |    2 +-
 pyatspi/image.py         |    2 +-
 pyatspi/interface.py     |    2 +-
 pyatspi/registry.py      |    2 +-
 pyatspi/role.py          |    2 +-
 pyatspi/selection.py     |    2 +-
 pyatspi/state.py         |    2 +-
 pyatspi/table.py         |    2 +-
 pyatspi/text.py          |    2 +-
 pyatspi/utils.py         |    2 +-
 pyatspi/value.py         |    2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/pyatspi/Accessibility.py b/pyatspi/Accessibility.py
index f48f2b6..f11326e 100644
--- a/pyatspi/Accessibility.py
+++ b/pyatspi/Accessibility.py
@@ -10,7 +10,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
 
diff --git a/pyatspi/__init__.py b/pyatspi/__init__.py
index 450dbe2..02ead22 100644
--- a/pyatspi/__init__.py
+++ b/pyatspi/__init__.py
@@ -10,7 +10,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.
 
 __version__ = (1, 9, 0)
 
diff --git a/pyatspi/action.py b/pyatspi/action.py
index 1c80e70..d95e6d1 100644
--- a/pyatspi/action.py
+++ b/pyatspi/action.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.enum import *
diff --git a/pyatspi/appevent.py b/pyatspi/appevent.py
index b50eed8..c96c402 100644
--- a/pyatspi/appevent.py
+++ b/pyatspi/appevent.py
@@ -10,7 +10,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.
 
 import string
 
diff --git a/pyatspi/collection.py b/pyatspi/collection.py
index aab41e1..9723e30 100644
--- a/pyatspi/collection.py
+++ b/pyatspi/collection.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.enum import *
diff --git a/pyatspi/component.py b/pyatspi/component.py
index 343b5c3..3153e81 100644
--- a/pyatspi/component.py
+++ b/pyatspi/component.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.enum import *
diff --git a/pyatspi/constants.py b/pyatspi/constants.py
index d9a2333..d6b4cff 100644
--- a/pyatspi/constants.py
+++ b/pyatspi/constants.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.
 
 #Portions of this code originally licensed and copyright (c) 2005, 2007
 #IBM Corporation under the BSD license, available at
diff --git a/pyatspi/deviceevent.py b/pyatspi/deviceevent.py
index 8fea4ce..7b93df8 100644
--- a/pyatspi/deviceevent.py
+++ b/pyatspi/deviceevent.py
@@ -10,7 +10,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.
 
 import pyatspi.registry as registry
 
diff --git a/pyatspi/document.py b/pyatspi/document.py
index d8a1a54..c41ddc6 100644
--- a/pyatspi/document.py
+++ b/pyatspi/document.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/pyatspi/editabletext.py b/pyatspi/editabletext.py
index db858cf..3bc8861 100644
--- a/pyatspi/editabletext.py
+++ b/pyatspi/editabletext.py
@@ -10,7 +10,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 pyatspi.text import *
 from gi.repository import Atspi
diff --git a/pyatspi/enum.py b/pyatspi/enum.py
index 30f4acd..1a6d75f 100644
--- a/pyatspi/enum.py
+++ b/pyatspi/enum.py
@@ -10,7 +10,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.
 
 __all__ = [
            "Enum",
diff --git a/pyatspi/hypertext.py b/pyatspi/hypertext.py
index 9a7aac7..6912224 100644
--- a/pyatspi/hypertext.py
+++ b/pyatspi/hypertext.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.enum import *
diff --git a/pyatspi/image.py b/pyatspi/image.py
index 31c02ff..ef5f866 100644
--- a/pyatspi/image.py
+++ b/pyatspi/image.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.enum import *
diff --git a/pyatspi/interface.py b/pyatspi/interface.py
index c6c5d88..891b811 100644
--- a/pyatspi/interface.py
+++ b/pyatspi/interface.py
@@ -10,7 +10,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.enum import *
diff --git a/pyatspi/registry.py b/pyatspi/registry.py
index ae64ed8..9d9a46a 100644
--- a/pyatspi/registry.py
+++ b/pyatspi/registry.py
@@ -12,7 +12,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.
 
 #Portions of this code originally licensed and copyright (c) 2005, 2007
 #IBM Corporation under the BSD license, available at
diff --git a/pyatspi/role.py b/pyatspi/role.py
index 73d8fce..5d8dd29 100644
--- a/pyatspi/role.py
+++ b/pyatspi/role.py
@@ -10,7 +10,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 pyatspi.enum import Enum as _Enum
 
diff --git a/pyatspi/selection.py b/pyatspi/selection.py
index b1ad574..17cb0e0 100644
--- a/pyatspi/selection.py
+++ b/pyatspi/selection.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/pyatspi/state.py b/pyatspi/state.py
index 6bfe79f..f4eee65 100644
--- a/pyatspi/state.py
+++ b/pyatspi/state.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.
 
 #Portions of this code originally licensed and copyright (c) 2005, 2007
 #IBM Corporation under the BSD license, available at
diff --git a/pyatspi/table.py b/pyatspi/table.py
index b03f322..f67cc97 100644
--- a/pyatspi/table.py
+++ b/pyatspi/table.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.enum import *
diff --git a/pyatspi/text.py b/pyatspi/text.py
index b3aaa08..6d73d05 100644
--- a/pyatspi/text.py
+++ b/pyatspi/text.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.enum import *
diff --git a/pyatspi/utils.py b/pyatspi/utils.py
index d6d7904..8a2ceed 100644
--- a/pyatspi/utils.py
+++ b/pyatspi/utils.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.
 
 #Portions of this code originally licensed and copyright (c) 2005, 2007
 #IBM Corporation under the BSD license, available at
diff --git a/pyatspi/value.py b/pyatspi/value.py
index 4e4cfbb..08843b3 100644
--- a/pyatspi/value.py
+++ b/pyatspi/value.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.enum import *



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