summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
Diffstat (limited to 'php')
-rw-r--r--php/Makefile.am2
-rw-r--r--php/extension/config.m42
-rwxr-xr-xphp/run-php-tests.sh2
3 files changed, 3 insertions, 3 deletions
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