summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm-semi.c3
-rw-r--r--bsd-user/main.c3
-rw-r--r--bsd-user/mmap.c3
-rw-r--r--bsd-user/signal.c3
-rw-r--r--bsd-user/syscall.c3
-rw-r--r--darwin-user/commpage.c3
-rw-r--r--darwin-user/main.c3
-rw-r--r--darwin-user/mmap.c3
-rw-r--r--darwin-user/signal.c3
-rw-r--r--darwin-user/syscall.c3
-rw-r--r--linux-user/flatload.c3
-rw-r--r--linux-user/m68k-sim.c3
-rw-r--r--linux-user/main.c3
-rw-r--r--linux-user/mmap.c3
-rw-r--r--linux-user/signal.c3
-rw-r--r--linux-user/syscall.c3
-rw-r--r--linux-user/vm86.c3
-rw-r--r--m68k-semi.c3
-rw-r--r--tests/linux-test.c3
-rw-r--r--tests/test-i386.c3
-rw-r--r--tests/test-mmap.c3
21 files changed, 42 insertions, 21 deletions
diff --git a/arm-semi.c b/arm-semi.c
index cd77d1da0f..a33b8e5c3a 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 <sys/types.h>
diff --git a/bsd-user/main.c b/bsd-user/main.c
index 61aa6e83cb..636f1dca05 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 <stdlib.h>
#include <stdio.h>
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c
index 94c5fbee51..9c0a76a3af 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 <stdlib.h>
#include <stdio.h>
diff --git a/bsd-user/signal.c b/bsd-user/signal.c
index f953343d0c..5fa2fe0f76 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 <stdlib.h>
#include <stdio.h>
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 45fb5e4c74..15c70e3d2e 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 <stdlib.h>
#include <stdio.h>
diff --git a/darwin-user/commpage.c b/darwin-user/commpage.c
index 7228872921..2b920b5285 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 <fcntl.h>
#include <stdio.h>
diff --git a/darwin-user/main.c b/darwin-user/main.c
index 20fde19687..3edad73d28 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 <stdlib.h>
#include <stdio.h>
diff --git a/darwin-user/mmap.c b/darwin-user/mmap.c
index bb7d7e6990..f803066aa4 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 <stdlib.h>
#include <stdio.h>
diff --git a/darwin-user/signal.c b/darwin-user/signal.c
index f412b36f80..1337cd2b1f 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 <stdlib.h>
#include <stdio.h>
diff --git a/darwin-user/syscall.c b/darwin-user/syscall.c
index 58ead95f16..8d56de7ede 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 <fcntl.h>
#include <stdio.h>
diff --git a/linux-user/flatload.c b/linux-user/flatload.c
index ea810d5966..00e0312691 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 <davidm@snapgear.com>
diff --git a/linux-user/m68k-sim.c b/linux-user/m68k-sim.c
index 149399b547..8a2b1d872c 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 <sys/types.h>
diff --git a/linux-user/main.c b/linux-user/main.c
index 238165f454..5724f87e58 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 <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index ead1112ac5..8e81cdec74 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 <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/signal.c b/linux-user/signal.c
index ae1c0bac23..c3f7381289 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 <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index bd60494bcf..3cc14b8e3f 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 <stdlib.h>
#include <stdio.h>
diff --git a/linux-user/vm86.c b/linux-user/vm86.c
index c93303895d..80ee25b601 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 <stdlib.h>
#include <stdio.h>
diff --git a/m68k-semi.c b/m68k-semi.c
index b083b48284..3c76995151 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 <sys/types.h>
diff --git a/tests/linux-test.c b/tests/linux-test.c
index 2f82defe03..19c0e1abb9 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 <stdarg.h>
#include <stdlib.h>
diff --git a/tests/test-i386.c b/tests/test-i386.c
index 838b69c909..e0dfa6c8ba 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 <stdlib.h>
diff --git a/tests/test-mmap.c b/tests/test-mmap.c
index ced483fddc..1e85ce8508 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 <stdio.h>