summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2011-11-08 14:27:49 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-11-08 14:43:07 +0000
commit04ea1375c55aa67df4e7fc61dbb534111767f3b6 (patch)
treee3fce6cc8412d02eb3a1eb07663e669afe6d8f86 /perl
parent9c299b64bb24cefafa582fe425bb65b78373d205 (diff)
downloadlibguestfs-04ea1375c55aa67df4e7fc61dbb534111767f3b6.tar.gz
libguestfs-04ea1375c55aa67df4e7fc61dbb534111767f3b6.tar.xz
libguestfs-04ea1375c55aa67df4e7fc61dbb534111767f3b6.zip
Update FSF address.
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.PL.in2
-rw-r--r--perl/Makefile.am2
-rw-r--r--perl/examples/Makefile.am2
-rwxr-xr-xperl/run-bindtests2
-rwxr-xr-xperl/run-perl-tests2
-rw-r--r--perl/t/005-pod.t2
-rw-r--r--perl/t/006-pod-coverage.t2
-rw-r--r--perl/t/010-load.t2
-rw-r--r--perl/t/020-create.t2
-rw-r--r--perl/t/030-config.t2
-rw-r--r--perl/t/050-lvcreate.t2
-rw-r--r--perl/t/060-readdir.t2
-rw-r--r--perl/t/070-optargs.t2
-rw-r--r--perl/t/400-events.t2
-rw-r--r--perl/t/500-lib-load.t2
-rw-r--r--perl/t/800-explicit-close.t2
-rw-r--r--perl/t/810-mkdir-eexist.t2
-rw-r--r--perl/t/900-introspection.t2
18 files changed, 18 insertions, 18 deletions
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.