* [Qemu-devel] [6192] Fix more FSF addresses
@ 2009-01-05 18:11 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-01-05 18:11 UTC (permalink / raw)
To: qemu-devel
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-05 18:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 18:11 [Qemu-devel] [6192] Fix more FSF addresses Blue Swirl
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).