From 04ea1375c55aa67df4e7fc61dbb534111767f3b6 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Tue, 8 Nov 2011 14:27:49 +0000 Subject: Update FSF address. --- python/Makefile.am | 2 +- python/examples/Makefile.am | 2 +- python/run-bindtests | 2 +- python/run-python-tests | 2 +- python/t/005-import.py | 2 +- python/t/010-basic.py | 2 +- python/t/060-optargs.py | 2 +- python/t/400-events.py | 2 +- python/t/800-explicit-close.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 2f543e7b..bbccb1ae 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -13,7 +13,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Old RHEL 5 autoconf doesn't have builddir. builddir ?= $(top_builddir)/python diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am index 434c8f76..efd634c5 100644 --- a/python/examples/Makefile.am +++ b/python/examples/Makefile.am @@ -13,7 +13,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. EXTRA_DIST = \ LICENSE \ diff --git a/python/run-bindtests b/python/run-bindtests index cf28bb6b..8670387c 100755 --- a/python/run-bindtests +++ b/python/run-bindtests @@ -14,7 +14,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e diff --git a/python/run-python-tests b/python/run-python-tests index f82dc101..528dc2e1 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -14,7 +14,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e diff --git a/python/t/005-import.py b/python/t/005-import.py index 5896d15d..36accf83 100644 --- a/python/t/005-import.py +++ b/python/t/005-import.py @@ -13,6 +13,6 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import guestfs diff --git a/python/t/010-basic.py b/python/t/010-basic.py index db2d9509..e123f292 100644 --- a/python/t/010-basic.py +++ b/python/t/010-basic.py @@ -13,7 +13,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os import guestfs diff --git a/python/t/060-optargs.py b/python/t/060-optargs.py index 78d07c8b..aae343dc 100644 --- a/python/t/060-optargs.py +++ b/python/t/060-optargs.py @@ -13,7 +13,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os import guestfs diff --git a/python/t/400-events.py b/python/t/400-events.py index 1c29b004..9f96fb01 100644 --- a/python/t/400-events.py +++ b/python/t/400-events.py @@ -13,7 +13,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os import guestfs diff --git a/python/t/800-explicit-close.py b/python/t/800-explicit-close.py index 291534dd..4ed67740 100644 --- a/python/t/800-explicit-close.py +++ b/python/t/800-explicit-close.py @@ -13,7 +13,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Test implicit vs explicit closes of the handle (RHBZ#717786). -- cgit