From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6192] Fix more FSF addresses
Date: Mon, 05 Jan 2009 18:11:54 +0000 [thread overview]
Message-ID: <E1LJtve-00046f-2b@cvs.savannah.gnu.org> (raw)
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 <sys/types.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <fcntl.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <fcntl.h>
#include <stdio.h>
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 <davidm@snapgear.com>
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 <sys/types.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <stdlib.h>
#include <stdio.h>
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 <sys/types.h>
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 <stdarg.h>
#include <stdlib.h>
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 <stdlib.h>
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 <stdio.h>
reply other threads:[~2009-01-05 18:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1LJtve-00046f-2b@cvs.savannah.gnu.org \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).