diff options
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/Guestfs005Load.hs | 2 | ||||
-rw-r--r-- | haskell/Guestfs010Basic.hs | 2 | ||||
-rw-r--r-- | haskell/Makefile.am | 2 | ||||
-rwxr-xr-x | haskell/run-bindtests | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/haskell/Guestfs005Load.hs b/haskell/Guestfs005Load.hs index c7cb1671..f119c7fa 100644 --- a/haskell/Guestfs005Load.hs +++ b/haskell/Guestfs005Load.hs @@ -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. -} module Guestfs005Load where diff --git a/haskell/Guestfs010Basic.hs b/haskell/Guestfs010Basic.hs index f59465bd..2889e28b 100644 --- a/haskell/Guestfs010Basic.hs +++ b/haskell/Guestfs010Basic.hs @@ -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. -} module Guestfs010Basic where diff --git a/haskell/Makefile.am b/haskell/Makefile.am index d8a06f3b..1fa8c0b4 100644 --- a/haskell/Makefile.am +++ b/haskell/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/haskell/run-bindtests b/haskell/run-bindtests index 7b45145b..3b174035 100755 --- a/haskell/run-bindtests +++ b/haskell/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 |