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. --- php/Makefile.am | 2 +- php/extension/config.m4 | 2 +- php/run-php-tests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'php') diff --git a/php/Makefile.am b/php/Makefile.am index 6666f66e..828960c6 100644 --- a/php/Makefile.am +++ b/php/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/php/extension/config.m4 b/php/extension/config.m4 index ee199715..00c06b46 100644 --- a/php/extension/config.m4 +++ b/php/extension/config.m4 @@ -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. PHP_ARG_ENABLE([guestfs_php], [enable libguestfs PHP bindings], [ --enable-guestfs-php Enable libguestfs support]) diff --git a/php/run-php-tests.sh b/php/run-php-tests.sh index 4905c2c3..66159854 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -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. set -e cd extension -- cgit