From 530e7615ce3c01882e582c84dc6304ab98a3d5c5 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Mon, 5 Jan 2009 18:11:53 +0000 Subject: [PATCH] Fix more FSF addresses git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6192 c046a42c-6fe2-441c-8c8c-71466251a162 --- arm-semi.c | 3 ++- bsd-user/main.c | 3 ++- bsd-user/mmap.c | 3 ++- bsd-user/signal.c | 3 ++- bsd-user/syscall.c | 3 ++- darwin-user/commpage.c | 3 ++- darwin-user/main.c | 3 ++- darwin-user/mmap.c | 3 ++- darwin-user/signal.c | 3 ++- darwin-user/syscall.c | 3 ++- linux-user/flatload.c | 3 ++- linux-user/m68k-sim.c | 3 ++- linux-user/main.c | 3 ++- linux-user/mmap.c | 3 ++- linux-user/signal.c | 3 ++- linux-user/syscall.c | 3 ++- linux-user/vm86.c | 3 ++- m68k-semi.c | 3 ++- tests/linux-test.c | 3 ++- tests/test-i386.c | 3 ++- tests/test-mmap.c | 3 ++- 21 files changed, 42 insertions(+), 21 deletions(-) diff --git a/arm-semi.c b/arm-semi.c index cd77d1d..a33b8e5 100644 --- a/arm-semi.c +++ b/arm-semi.c @@ -16,7 +16,8 @@ * * 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 diff --git a/bsd-user/main.c b/bsd-user/main.c index 61aa6e8..636f1dc 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index 94c5fbe..9c0a76a 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/bsd-user/signal.c b/bsd-user/signal.c index f953343..5fa2fe0 100644 --- a/bsd-user/signal.c +++ b/bsd-user/signal.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 45fb5e4..15c70e3 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/darwin-user/commpage.c b/darwin-user/commpage.c index 7228872..2b920b5 100644 --- a/darwin-user/commpage.c +++ b/darwin-user/commpage.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/darwin-user/main.c b/darwin-user/main.c index 20fde19..3edad73 100644 --- a/darwin-user/main.c +++ b/darwin-user/main.c @@ -16,7 +16,8 @@ * * 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 #include diff --git a/darwin-user/mmap.c b/darwin-user/mmap.c index bb7d7e6..f803066 100644 --- a/darwin-user/mmap.c +++ b/darwin-user/mmap.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/darwin-user/signal.c b/darwin-user/signal.c index f412b36..1337cd2 100644 --- a/darwin-user/signal.c +++ b/darwin-user/signal.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/darwin-user/syscall.c b/darwin-user/syscall.c index 58ead95..8d56de7 100644 --- a/darwin-user/syscall.c +++ b/darwin-user/syscall.c @@ -16,7 +16,8 @@ * * 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 #include diff --git a/linux-user/flatload.c b/linux-user/flatload.c index ea810d5..00e0312 100644 --- a/linux-user/flatload.c +++ b/linux-user/flatload.c @@ -14,7 +14,8 @@ * * 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. * * Copyright (C) 2006 CodeSourcery. * Copyright (C) 2000-2003 David McCullough diff --git a/linux-user/m68k-sim.c b/linux-user/m68k-sim.c index 149399b..8a2b1d8 100644 --- a/linux-user/m68k-sim.c +++ b/linux-user/m68k-sim.c @@ -15,7 +15,8 @@ * * 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 diff --git a/linux-user/main.c b/linux-user/main.c index 238165f..5724f87 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/linux-user/mmap.c b/linux-user/mmap.c index ead1112..8e81cde 100644 --- a/linux-user/mmap.c +++ b/linux-user/mmap.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/linux-user/signal.c b/linux-user/signal.c index ae1c0ba..c3f7381 100644 --- a/linux-user/signal.c +++ b/linux-user/signal.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/linux-user/syscall.c b/linux-user/syscall.c index bd60494..3cc14b8 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/linux-user/vm86.c b/linux-user/vm86.c index c933038..80ee25b 100644 --- a/linux-user/vm86.c +++ b/linux-user/vm86.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/m68k-semi.c b/m68k-semi.c index b083b48..3c76995 100644 --- a/m68k-semi.c +++ b/m68k-semi.c @@ -15,7 +15,8 @@ * * 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 diff --git a/tests/linux-test.c b/tests/linux-test.c index 2f82def..19c0e1a 100644 --- a/tests/linux-test.c +++ b/tests/linux-test.c @@ -15,7 +15,8 @@ * * 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 #include diff --git a/tests/test-i386.c b/tests/test-i386.c index 838b69c..e0dfa6c 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -15,7 +15,8 @@ * * 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. */ #define _GNU_SOURCE #include diff --git a/tests/test-mmap.c b/tests/test-mmap.c index ced483f..1e85ce8 100644 --- a/tests/test-mmap.c +++ b/tests/test-mmap.c @@ -20,7 +20,8 @@ * * 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 -- 1.7.9.5