diff options
-rw-r--r-- | arm-semi.c | 3 | ||||
-rw-r--r-- | bsd-user/main.c | 3 | ||||
-rw-r--r-- | bsd-user/mmap.c | 3 | ||||
-rw-r--r-- | bsd-user/signal.c | 3 | ||||
-rw-r--r-- | bsd-user/syscall.c | 3 | ||||
-rw-r--r-- | darwin-user/commpage.c | 3 | ||||
-rw-r--r-- | darwin-user/main.c | 3 | ||||
-rw-r--r-- | darwin-user/mmap.c | 3 | ||||
-rw-r--r-- | darwin-user/signal.c | 3 | ||||
-rw-r--r-- | darwin-user/syscall.c | 3 | ||||
-rw-r--r-- | linux-user/flatload.c | 3 | ||||
-rw-r--r-- | linux-user/m68k-sim.c | 3 | ||||
-rw-r--r-- | linux-user/main.c | 3 | ||||
-rw-r--r-- | linux-user/mmap.c | 3 | ||||
-rw-r--r-- | linux-user/signal.c | 3 | ||||
-rw-r--r-- | linux-user/syscall.c | 3 | ||||
-rw-r--r-- | linux-user/vm86.c | 3 | ||||
-rw-r--r-- | m68k-semi.c | 3 | ||||
-rw-r--r-- | tests/linux-test.c | 3 | ||||
-rw-r--r-- | tests/test-i386.c | 3 | ||||
-rw-r--r-- | tests/test-mmap.c | 3 |
21 files changed, 42 insertions, 21 deletions
@@ -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 61aa6e8..636f1dc 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 94c5fbe..9c0a76a 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 f953343..5fa2fe0 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 45fb5e4..15c70e3 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 7228872..2b920b5 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 20fde19..3edad73 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 bb7d7e6..f803066 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 f412b36..1337cd2 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 58ead95..8d56de7 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 ea810d5..00e0312 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 149399b..8a2b1d8 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 238165f..5724f87 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 ead1112..8e81cde 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 ae1c0ba..c3f7381 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 bd60494..3cc14b8 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 c933038..80ee25b 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 b083b48..3c76995 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 2f82def..19c0e1a 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 838b69c..e0dfa6c 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 ced483f..1e85ce8 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> |