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 cd77d1da0..a33b8e5c3 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 61aa6e83c..636f1dca0 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 94c5fbee5..9c0a76a3a 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 f953343d0..5fa2fe0f7 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 45fb5e4c7..15c70e3d2 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 722887292..2b920b528 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 20fde1968..3edad73d2 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 bb7d7e699..f803066aa 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 f412b36f8..1337cd2b1 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 58ead95f1..8d56de7ed 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 ea810d596..00e031269 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 149399b54..8a2b1d872 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 238165f45..5724f87e5 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 ead1112ac..8e81cdec7 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 ae1c0bac2..c3f738128 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 bd60494bc..3cc14b8e3 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 c93303895..80ee25b60 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 b083b4828..3c7699515 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 2f82defe0..19c0e1abb 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 838b69c90..e0dfa6c8b 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 ced483fdd..1e85ce850 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 -- 2.39.5