From 5c45c40c04f89cf67ade3fdfa99915ca5409e51a Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Thu, 11 Jun 2020 21:37:41 +0900 Subject: [PATCH] Fix Free software foundation address (#564) ref. https://www.fsf.org/about/contact/ --- .travis/bfin-sim.exp | 2 +- .travis/m32r-sim.exp | 2 +- .travis/moxie-sim.exp | 2 +- .travis/or1k-sim.exp | 2 +- .travis/powerpc-eabisim.exp | 2 +- .travis/wine-sim.exp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis/bfin-sim.exp b/.travis/bfin-sim.exp index 13cd0ff..b36d9f0 100644 --- a/.travis/bfin-sim.exp +++ b/.travis/bfin-sim.exp @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, MA 02110, USA. # This is a list of toolchains that are supported on this board. set_board_info target_install {bfin-elf} diff --git a/.travis/m32r-sim.exp b/.travis/m32r-sim.exp index b3341f2..c18123f 100644 --- a/.travis/m32r-sim.exp +++ b/.travis/m32r-sim.exp @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, MA 02110, USA. # This is a list of toolchains that are supported on this board. set_board_info target_install {m32r-elf} diff --git a/.travis/moxie-sim.exp b/.travis/moxie-sim.exp index 3a6042e..32979ea 100644 --- a/.travis/moxie-sim.exp +++ b/.travis/moxie-sim.exp @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, MA 02110, USA. # This is a list of toolchains that are supported on this board. set_board_info target_install {moxie-elf} diff --git a/.travis/or1k-sim.exp b/.travis/or1k-sim.exp index 64e1444..3920413 100644 --- a/.travis/or1k-sim.exp +++ b/.travis/or1k-sim.exp @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, MA 02110, USA. # This is a list of toolchains that are supported on this board. set_board_info target_install {or1k-elf} diff --git a/.travis/powerpc-eabisim.exp b/.travis/powerpc-eabisim.exp index bdc4389..285fd4f 100644 --- a/.travis/powerpc-eabisim.exp +++ b/.travis/powerpc-eabisim.exp @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, MA 02110, USA. # This is a list of toolchains that are supported on this board. set_board_info target_install {powerpc-eabisim} diff --git a/.travis/wine-sim.exp b/.travis/wine-sim.exp index 8bdab67..1ad6038 100644 --- a/.travis/wine-sim.exp +++ b/.travis/wine-sim.exp @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with DejaGnu; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, MA 02110, USA. # This is a list of toolchains that are supported on this board. set_board_info target_install {i686-w64-mingw32} -- 2.7.4