From 6c641ee035fbef06ca0cbb42c921fb7028cf5216 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 23 Sep 2009 21:52:45 +0000 Subject: fix some wrong versions of the FSF's address (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4664 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/x86emu/x86.c | 2 +- util/x86emu/x86_asm.S | 2 +- util/x86emu/x86_interrupts.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'util/x86emu') diff --git a/util/x86emu/x86.c b/util/x86emu/x86.c index 8509df3111..463c6dfd29 100644 --- a/util/x86emu/x86.c +++ b/util/x86emu/x86.c @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/util/x86emu/x86_asm.S b/util/x86emu/x86_asm.S index 988b596878..d2332857c6 100644 --- a/util/x86emu/x86_asm.S +++ b/util/x86emu/x86_asm.S @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #define REALMODE_BASE 0x500 diff --git a/util/x86emu/x86_interrupts.c b/util/x86emu/x86_interrupts.c index c20c01725c..5bb276aa52 100644 --- a/util/x86emu/x86_interrupts.c +++ b/util/x86emu/x86_interrupts.c @@ -16,7 +16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -- cgit v1.2.3