diff options
author | Matthew Booth <mbooth@redhat.com> | 2011-11-08 14:27:49 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-08 14:43:07 +0000 |
commit | 04ea1375c55aa67df4e7fc61dbb534111767f3b6 (patch) | |
tree | e3fce6cc8412d02eb3a1eb07663e669afe6d8f86 /python | |
parent | 9c299b64bb24cefafa582fe425bb65b78373d205 (diff) | |
download | libguestfs-04ea1375c55aa67df4e7fc61dbb534111767f3b6.tar.gz libguestfs-04ea1375c55aa67df4e7fc61dbb534111767f3b6.tar.xz libguestfs-04ea1375c55aa67df4e7fc61dbb534111767f3b6.zip |
Update FSF address.
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 2 | ||||
-rw-r--r-- | python/examples/Makefile.am | 2 | ||||
-rwxr-xr-x | python/run-bindtests | 2 | ||||
-rwxr-xr-x | python/run-python-tests | 2 | ||||
-rw-r--r-- | python/t/005-import.py | 2 | ||||
-rw-r--r-- | python/t/010-basic.py | 2 | ||||
-rw-r--r-- | python/t/060-optargs.py | 2 | ||||
-rw-r--r-- | python/t/400-events.py | 2 | ||||
-rw-r--r-- | python/t/800-explicit-close.py | 2 |
9 files changed, 9 insertions, 9 deletions
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). |