diff options
Diffstat (limited to 'linux-user')
-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 |
7 files changed, 14 insertions, 7 deletions
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> |