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. --- perl/Makefile.PL.in | 2 +- perl/Makefile.am | 2 +- perl/examples/Makefile.am | 2 +- perl/run-bindtests | 2 +- perl/run-perl-tests | 2 +- perl/t/005-pod.t | 2 +- perl/t/006-pod-coverage.t | 2 +- perl/t/010-load.t | 2 +- perl/t/020-create.t | 2 +- perl/t/030-config.t | 2 +- perl/t/050-lvcreate.t | 2 +- perl/t/060-readdir.t | 2 +- perl/t/070-optargs.t | 2 +- perl/t/400-events.t | 2 +- perl/t/500-lib-load.t | 2 +- perl/t/800-explicit-close.t | 2 +- perl/t/810-mkdir-eexist.t | 2 +- perl/t/900-introspection.t | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) (limited to 'perl') diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 62cd04b1..349adbb2 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -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. use Config; use ExtUtils::MakeMaker; diff --git a/perl/Makefile.am b/perl/Makefile.am index d8167d19..eff00596 100644 --- a/perl/Makefile.am +++ b/perl/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. include $(top_srcdir)/subdir-rules.mk diff --git a/perl/examples/Makefile.am b/perl/examples/Makefile.am index 387cdf1c..472f0b01 100644 --- a/perl/examples/Makefile.am +++ b/perl/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/perl/run-bindtests b/perl/run-bindtests index f9cf2312..5a53ab63 100755 --- a/perl/run-bindtests +++ b/perl/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/perl/run-perl-tests b/perl/run-perl-tests index c290742d..0e7e9aba 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-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/perl/t/005-pod.t b/perl/t/005-pod.t index 54025f12..e53caafe 100644 --- a/perl/t/005-pod.t +++ b/perl/t/005-pod.t @@ -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. use Test::More; use strict; diff --git a/perl/t/006-pod-coverage.t b/perl/t/006-pod-coverage.t index 4c8c4ca2..65bb4c2c 100644 --- a/perl/t/006-pod-coverage.t +++ b/perl/t/006-pod-coverage.t @@ -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. use Test::More; use strict; diff --git a/perl/t/010-load.t b/perl/t/010-load.t index 05a39958..e279b2a7 100644 --- a/perl/t/010-load.t +++ b/perl/t/010-load.t @@ -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. use strict; use warnings; diff --git a/perl/t/020-create.t b/perl/t/020-create.t index 7bcd76eb..16a03754 100644 --- a/perl/t/020-create.t +++ b/perl/t/020-create.t @@ -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. use strict; use warnings; diff --git a/perl/t/030-config.t b/perl/t/030-config.t index 12f4531f..5f8e04aa 100644 --- a/perl/t/030-config.t +++ b/perl/t/030-config.t @@ -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. use strict; use warnings; diff --git a/perl/t/050-lvcreate.t b/perl/t/050-lvcreate.t index a8f3e7bf..0079221d 100644 --- a/perl/t/050-lvcreate.t +++ b/perl/t/050-lvcreate.t @@ -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. use strict; use warnings; diff --git a/perl/t/060-readdir.t b/perl/t/060-readdir.t index dc8278b3..e8fe151e 100644 --- a/perl/t/060-readdir.t +++ b/perl/t/060-readdir.t @@ -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. use strict; use warnings; diff --git a/perl/t/070-optargs.t b/perl/t/070-optargs.t index 81873959..273a7fa7 100644 --- a/perl/t/070-optargs.t +++ b/perl/t/070-optargs.t @@ -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. use strict; use warnings; diff --git a/perl/t/400-events.t b/perl/t/400-events.t index bea4a520..dd31966d 100644 --- a/perl/t/400-events.t +++ b/perl/t/400-events.t @@ -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. use strict; use warnings; diff --git a/perl/t/500-lib-load.t b/perl/t/500-lib-load.t index 7ce28c6e..3b5b054b 100644 --- a/perl/t/500-lib-load.t +++ b/perl/t/500-lib-load.t @@ -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. use strict; use warnings; diff --git a/perl/t/800-explicit-close.t b/perl/t/800-explicit-close.t index 81851680..79fd9fb5 100644 --- a/perl/t/800-explicit-close.t +++ b/perl/t/800-explicit-close.t @@ -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#602592). diff --git a/perl/t/810-mkdir-eexist.t b/perl/t/810-mkdir-eexist.t index 86b4e0e8..a059ee49 100644 --- a/perl/t/810-mkdir-eexist.t +++ b/perl/t/810-mkdir-eexist.t @@ -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 $g->last_errno (RHBZ#672491). diff --git a/perl/t/900-introspection.t b/perl/t/900-introspection.t index 6defc9be..c1fa6f8e 100644 --- a/perl/t/900-introspection.t +++ b/perl/t/900-introspection.t @@ -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 %guestfs_introspection. -- cgit