From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJtvg-0001z1-PJ for qemu-devel@nongnu.org; Mon, 05 Jan 2009 13:11:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJtvf-0001yX-Tp for qemu-devel@nongnu.org; Mon, 05 Jan 2009 13:11:56 -0500 Received: from [199.232.76.173] (port=35895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJtvf-0001yR-Ks for qemu-devel@nongnu.org; Mon, 05 Jan 2009 13:11:55 -0500 Received: from savannah.gnu.org ([199.232.41.3]:36958 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJtvf-0006nL-5N for qemu-devel@nongnu.org; Mon, 05 Jan 2009 13:11:55 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LJtve-00046j-GS for qemu-devel@nongnu.org; Mon, 05 Jan 2009 18:11:54 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LJtve-00046f-2b for qemu-devel@nongnu.org; Mon, 05 Jan 2009 18:11:54 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Mon, 05 Jan 2009 18:11:54 +0000 Subject: [Qemu-devel] [6192] Fix more FSF addresses Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6192 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6192 Author: blueswir1 Date: 2009-01-05 18:11:53 +0000 (Mon, 05 Jan 2009) Log Message: ----------- Fix more FSF addresses Modified Paths: -------------- trunk/arm-semi.c trunk/bsd-user/main.c trunk/bsd-user/mmap.c trunk/bsd-user/signal.c trunk/bsd-user/syscall.c trunk/darwin-user/commpage.c trunk/darwin-user/main.c trunk/darwin-user/mmap.c trunk/darwin-user/signal.c trunk/darwin-user/syscall.c trunk/linux-user/flatload.c trunk/linux-user/m68k-sim.c trunk/linux-user/main.c trunk/linux-user/mmap.c trunk/linux-user/signal.c trunk/linux-user/syscall.c trunk/linux-user/vm86.c trunk/m68k-semi.c trunk/tests/linux-test.c trunk/tests/test-i386.c trunk/tests/test-mmap.c Modified: trunk/arm-semi.c =================================================================== --- trunk/arm-semi.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/arm-semi.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/bsd-user/main.c =================================================================== --- trunk/bsd-user/main.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/bsd-user/main.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/bsd-user/mmap.c =================================================================== --- trunk/bsd-user/mmap.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/bsd-user/mmap.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/bsd-user/signal.c =================================================================== --- trunk/bsd-user/signal.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/bsd-user/signal.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/bsd-user/syscall.c =================================================================== --- trunk/bsd-user/syscall.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/bsd-user/syscall.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/darwin-user/commpage.c =================================================================== --- trunk/darwin-user/commpage.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/darwin-user/commpage.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/darwin-user/main.c =================================================================== --- trunk/darwin-user/main.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/darwin-user/main.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/darwin-user/mmap.c =================================================================== --- trunk/darwin-user/mmap.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/darwin-user/mmap.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/darwin-user/signal.c =================================================================== --- trunk/darwin-user/signal.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/darwin-user/signal.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/darwin-user/syscall.c =================================================================== --- trunk/darwin-user/syscall.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/darwin-user/syscall.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/flatload.c =================================================================== --- trunk/linux-user/flatload.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/flatload.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/m68k-sim.c =================================================================== --- trunk/linux-user/m68k-sim.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/m68k-sim.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/main.c =================================================================== --- trunk/linux-user/main.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/main.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/mmap.c =================================================================== --- trunk/linux-user/mmap.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/mmap.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/signal.c =================================================================== --- trunk/linux-user/signal.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/signal.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/syscall.c =================================================================== --- trunk/linux-user/syscall.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/syscall.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/linux-user/vm86.c =================================================================== --- trunk/linux-user/vm86.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/linux-user/vm86.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/m68k-semi.c =================================================================== --- trunk/m68k-semi.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/m68k-semi.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/tests/linux-test.c =================================================================== --- trunk/tests/linux-test.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/tests/linux-test.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/tests/test-i386.c =================================================================== --- trunk/tests/test-i386.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/tests/test-i386.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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 Modified: trunk/tests/test-mmap.c =================================================================== --- trunk/tests/test-mmap.c 2009-01-05 17:37:06 UTC (rev 6191) +++ trunk/tests/test-mmap.c 2009-01-05 18:11:53 UTC (rev 6192) @@ -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