qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Update FSF address in GPL/LGPL boilerplate


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Update FSF address in GPL/LGPL boilerplate
Date: Sun, 4 Jan 2009 23:06:04 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Jan 03, 2009 at 05:13:45PM +0000, Stuart Brady wrote:
> The attached patch updates the FSF address in the GPL/LGPL boilerplate
> in most GPL/LGPLed files, and also in COPYING.LIB.
> 
> Signed-off-by: Stuart Brady <address@hidden>

Thanks, applied.

> Cheers,
> -- 
> Stuart Brady

> Index: thunk.h
> ===================================================================
> --- thunk.h   (revision 6158)
> +++ thunk.h   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef THUNK_H
>  #define THUNK_H
> Index: target-sh4/helper.c
> ===================================================================
> --- target-sh4/helper.c       (revision 6158)
> +++ target-sh4/helper.c       (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: target-sh4/exec.h
> ===================================================================
> --- target-sh4/exec.h (revision 6158)
> +++ target-sh4/exec.h (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef _EXEC_SH4_H
>  #define _EXEC_SH4_H
> Index: target-sh4/cpu.h
> ===================================================================
> --- target-sh4/cpu.h  (revision 6158)
> +++ target-sh4/cpu.h  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef _CPU_SH4_H
>  #define _CPU_SH4_H
> Index: target-sh4/op_helper.c
> ===================================================================
> --- target-sh4/op_helper.c    (revision 6158)
> +++ target-sh4/op_helper.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <assert.h>
>  #include "exec.h"
> Index: target-sh4/translate.c
> ===================================================================
> --- target-sh4/translate.c    (revision 6158)
> +++ target-sh4/translate.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: sh4-dis.c
> ===================================================================
> --- sh4-dis.c (revision 6158)
> +++ sh4-dis.c (working copy)
> @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
> USA.  */
> +   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
> +   MA 02110-1301, USA.  */
>  
>  #include <stdio.h>
>  #include "dis-asm.h"
> Index: uboot_image.h
> ===================================================================
> --- uboot_image.h     (revision 6158)
> +++ uboot_image.h     (working copy)
> @@ -15,10 +15,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.       See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   *
>   ********************************************************************
>   * NOTE: This header file defines an interface to U-Boot. Including
> Index: hostregs_helper.h
> ===================================================================
> --- hostregs_helper.h (revision 6158)
> +++ hostregs_helper.h (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /* The GCC global register variable extension is used to reserve some
> Index: translate-all.c
> ===================================================================
> --- translate-all.c   (revision 6158)
> +++ translate-all.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: target-cris/mmu.c
> ===================================================================
> --- target-cris/mmu.c (revision 6158)
> +++ target-cris/mmu.c (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #ifndef CONFIG_USER_ONLY
> Index: target-cris/helper.c
> ===================================================================
> --- target-cris/helper.c      (revision 6158)
> +++ target-cris/helper.c      (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdio.h>
> Index: target-cris/crisv32-decode.h
> ===================================================================
> --- target-cris/crisv32-decode.h      (revision 6158)
> +++ target-cris/crisv32-decode.h      (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /* Convenient binary macros.  */
> Index: target-cris/exec.h
> ===================================================================
> --- target-cris/exec.h        (revision 6158)
> +++ target-cris/exec.h        (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "dyngen-exec.h"
>  
> Index: target-cris/cpu.h
> ===================================================================
> --- target-cris/cpu.h (revision 6158)
> +++ target-cris/cpu.h (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef CPU_CRIS_H
>  #define CPU_CRIS_H
> Index: target-cris/op_helper.c
> ===================================================================
> --- target-cris/op_helper.c   (revision 6158)
> +++ target-cris/op_helper.c   (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <assert.h>
> Index: target-cris/translate.c
> ===================================================================
> --- target-cris/translate.c   (revision 6158)
> +++ target-cris/translate.c   (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /*
> Index: dyngen-exec.h
> ===================================================================
> --- dyngen-exec.h     (revision 6158)
> +++ dyngen-exec.h     (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #if !defined(__DYNGEN_EXEC_H__)
>  #define __DYNGEN_EXEC_H__
> Index: target-alpha/helper.c
> ===================================================================
> --- target-alpha/helper.c     (revision 6158)
> +++ target-alpha/helper.c     (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdint.h>
> Index: target-alpha/exec.h
> ===================================================================
> --- target-alpha/exec.h       (revision 6158)
> +++ target-alpha/exec.h       (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #if !defined (__ALPHA_EXEC_H__)
> Index: target-alpha/cpu.h
> ===================================================================
> --- target-alpha/cpu.h        (revision 6158)
> +++ target-alpha/cpu.h        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #if !defined (__CPU_ALPHA_H__)
> Index: target-alpha/op_helper.c
> ===================================================================
> --- target-alpha/op_helper.c  (revision 6158)
> +++ target-alpha/op_helper.c  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include "exec.h"
> Index: target-alpha/translate.c
> ===================================================================
> --- target-alpha/translate.c  (revision 6158)
> +++ target-alpha/translate.c  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdint.h>
> Index: nbd.c
> ===================================================================
> --- nbd.c     (revision 6158)
> +++ nbd.c     (working copy)
> @@ -14,7 +14,7 @@
>   *
>   *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include "nbd.h"
> Index: softmmu_header.h
> ===================================================================
> --- softmmu_header.h  (revision 6158)
> +++ softmmu_header.h  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #if DATA_SIZE == 8
>  #define SUFFIX q
> Index: nbd.h
> ===================================================================
> --- nbd.h     (revision 6158)
> +++ nbd.h     (working copy)
> @@ -14,7 +14,7 @@
>   *
>   *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #ifndef NBD_H
> Index: target-sparc/helper.c
> ===================================================================
> --- target-sparc/helper.c     (revision 6158)
> +++ target-sparc/helper.c     (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: target-sparc/translate.c
> ===================================================================
> --- target-sparc/translate.c  (revision 6158)
> +++ target-sparc/translate.c  (working copy)
> @@ -16,7 +16,7 @@
>  
>     You should have received a copy of the GNU Lesser General Public
>     License along with this library; if not, write to the Free Software
> -   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> +   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdarg.h>
> Index: target-m68k/helper.c
> ===================================================================
> --- target-m68k/helper.c      (revision 6158)
> +++ target-m68k/helper.c      (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdio.h>
> Index: target-m68k/exec.h
> ===================================================================
> --- target-m68k/exec.h        (revision 6158)
> +++ target-m68k/exec.h        (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "dyngen-exec.h"
>  
> Index: target-m68k/cpu.h
> ===================================================================
> --- target-m68k/cpu.h (revision 6158)
> +++ target-m68k/cpu.h (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef CPU_M68K_H
>  #define CPU_M68K_H
> Index: target-m68k/op_helper.c
> ===================================================================
> --- target-m68k/op_helper.c   (revision 6158)
> +++ target-m68k/op_helper.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "exec.h"
>  #include "helpers.h"
> Index: target-m68k/translate.c
> ===================================================================
> --- target-m68k/translate.c   (revision 6158)
> +++ target-m68k/translate.c   (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: linux-user/ppc/syscall.h
> ===================================================================
> --- linux-user/ppc/syscall.h  (revision 6158)
> +++ linux-user/ppc/syscall.h  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /* XXX: ABSOLUTELY BUGGY:
> Index: bt-vhci.c
> ===================================================================
> --- bt-vhci.c (revision 6158)
> +++ bt-vhci.c (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: tap-win32.c
> ===================================================================
> --- tap-win32.c       (revision 6158)
> +++ tap-win32.c       (working copy)
> @@ -24,7 +24,7 @@
>   *  You should have received a copy of the GNU General Public License
>   *  along with this program (see the file COPYING included with this
>   *  distribution); if not, write to the Free Software Foundation, Inc.,
> - *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "qemu-common.h"
>  #include "net.h"
> Index: target-ppc/helper_regs.h
> ===================================================================
> --- target-ppc/helper_regs.h  (revision 6158)
> +++ target-ppc/helper_regs.h  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #if !defined(__HELPER_REGS_H__)
> Index: target-ppc/op_helper.c
> ===================================================================
> --- target-ppc/op_helper.c    (revision 6158)
> +++ target-ppc/op_helper.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "exec.h"
>  #include "host-utils.h"
> Index: target-ppc/helper.c
> ===================================================================
> --- target-ppc/helper.c       (revision 6158)
> +++ target-ppc/helper.c       (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: target-ppc/translate_init.c
> ===================================================================
> --- target-ppc/translate_init.c       (revision 6158)
> +++ target-ppc/translate_init.c       (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /* A lot of PowerPC definition have been included here.
> Index: target-ppc/exec.h
> ===================================================================
> --- target-ppc/exec.h (revision 6158)
> +++ target-ppc/exec.h (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #if !defined (__PPC_H__)
>  #define __PPC_H__
> Index: target-ppc/cpu.h
> ===================================================================
> --- target-ppc/cpu.h  (revision 6158)
> +++ target-ppc/cpu.h  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #if !defined (__CPU_PPC_H__)
>  #define __CPU_PPC_H__
> Index: target-ppc/translate.c
> ===================================================================
> --- target-ppc/translate.c    (revision 6158)
> +++ target-ppc/translate.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: gdbstub.c
> ===================================================================
> --- gdbstub.c (revision 6158)
> +++ gdbstub.c (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "config.h"
>  #include "qemu-common.h"
> Index: ppc-dis.c
> ===================================================================
> --- ppc-dis.c (revision 6158)
> +++ ppc-dis.c (working copy)
> @@ -16,7 +16,7 @@
>  
>  You should have received a copy of the GNU General Public License
>  along with this file; see the file COPYING.  If not, write to the Free
> -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
> USA.  */
> +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 
> 02110-1301, USA.  */
>  #include "dis-asm.h"
>  
>  /* ppc.h -- Header file for PowerPC opcode table
> @@ -37,7 +37,7 @@
>  
>  You should have received a copy of the GNU General Public License
>  along with this file; see the file COPYING.  If not, write to the Free
> -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
> USA.  */
> +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 
> 02110-1301, USA. */
>  
>  /* The opcode table is an array of struct powerpc_opcode.  */
>  
> @@ -273,7 +273,8 @@
>  
>  You should have received a copy of the GNU General Public License
>  along with this file; see the file COPYING.  If not, write to the Free
> -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
> USA.  */
> +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
> +02110-1301, USA.  */
>  
>  /* This file holds the PowerPC opcode table.  The opcode table
>     includes almost all of the extended instruction mnemonics.  This
> Index: alpha-dis.c
> ===================================================================
> --- alpha-dis.c       (revision 6158)
> +++ alpha-dis.c       (working copy)
> @@ -17,8 +17,8 @@
>  
>  You should have received a copy of the GNU General Public License
>  along with this file; see the file COPYING.  If not, write to the Free
> -Software Foundation, 59 Temple Place - Suite 330, Boston, MA
> -02111-1307, USA.  */
> +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
> +02110-1301, USA.  */
>  
>  #include <stdio.h>
>  #include "dis-asm.h"
> Index: loader.c
> ===================================================================
> --- loader.c  (revision 6158)
> +++ loader.c  (working copy)
> @@ -38,10 +38,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.       See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: qemu-nbd.c
> ===================================================================
> --- qemu-nbd.c        (revision 6158)
> +++ qemu-nbd.c        (working copy)
> @@ -14,7 +14,7 @@
>   *
>   *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <qemu-common.h>
> Index: target-mips/helper.c
> ===================================================================
> --- target-mips/helper.c      (revision 6158)
> +++ target-mips/helper.c      (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: target-mips/translate_init.c
> ===================================================================
> --- target-mips/translate_init.c      (revision 6158)
> +++ target-mips/translate_init.c      (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /* CPU / CPU family specific config register values. */
> Index: target-mips/op_helper.c
> ===================================================================
> --- target-mips/op_helper.c   (revision 6158)
> +++ target-mips/op_helper.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdlib.h>
>  #include "exec.h"
> Index: target-mips/translate.c
> ===================================================================
> --- target-mips/translate.c   (revision 6158)
> +++ target-mips/translate.c   (working copy)
> @@ -17,7 +17,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdarg.h>
> Index: mips-dis.c
> ===================================================================
> --- mips-dis.c        (revision 6158)
> +++ mips-dis.c        (working copy)
> @@ -18,7 +18,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
> */
> +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
> +MA 02110-1301, USA.  */
>  
>  #include "dis-asm.h"
>  
> @@ -42,30 +43,8 @@
>  
>  You should have received a copy of the GNU General Public License
>  along with this file; see the file COPYING.  If not, write to the Free
> -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
> USA.  */
> +Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 
> 02110-1301, USA.  */
>  
> -/* mips.h.  Mips opcode list for GDB, the GNU debugger.
> -   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
> -   Free Software Foundation, Inc.
> -   Contributed by Ralph Campbell and OSF
> -   Commented and modified by Ian Lance Taylor, Cygnus Support
> -
> -This file is part of GDB, GAS, and the GNU binutils.
> -
> -GDB, GAS, and the GNU binutils are free software; you can redistribute
> -them and/or modify them under the terms of the GNU General Public
> -License as published by the Free Software Foundation; either version
> -1, or (at your option) any later version.
> -
> -GDB, GAS, and the GNU binutils are distributed in the hope that they
> -will be useful, but WITHOUT ANY WARRANTY; without even the implied
> -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
> -the GNU General Public License for more details.
> -
> -You should have received a copy of the GNU General Public License
> -along with this file; see the file COPYING.  If not, write to the Free
> -Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
> USA.  */
> -
>  /* These are bit masks and shift counts to use to access the various
>     fields of an instruction.  To retrieve the X field of an
>     instruction, use the expression
> Index: net-checksum.c
> ===================================================================
> --- net-checksum.c    (revision 6158)
> +++ net-checksum.c    (working copy)
> @@ -13,7 +13,7 @@
>   *
>   *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include "hw/hw.h"
> Index: softmmu_template.h
> ===================================================================
> --- softmmu_template.h        (revision 6158)
> +++ softmmu_template.h        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #define DATA_SIZE (1 << SHIFT)
>  
> Index: i386-dis.c
> ===================================================================
> --- i386-dis.c        (revision 6158)
> +++ i386-dis.c        (working copy)
> @@ -17,7 +17,7 @@
>  
>  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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
> */
> +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, 
> USA.  */
>  
>  /*
>   * 80386 instruction printer by Pace Willisson (address@hidden)
> Index: cpu-exec.c
> ===================================================================
> --- cpu-exec.c        (revision 6158)
> +++ cpu-exec.c        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "config.h"
>  #define CPU_NO_GLOBAL_REGS
> Index: exec.c
> ===================================================================
> --- exec.c    (revision 6158)
> +++ exec.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "config.h"
>  #ifdef _WIN32
> Index: exec-all.h
> ===================================================================
> --- exec-all.h        (revision 6158)
> +++ exec-all.h        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #ifndef _EXEC_ALL_H_
> Index: qemu-lock.h
> ===================================================================
> --- qemu-lock.h       (revision 6158)
> +++ qemu-lock.h       (working copy)
> @@ -13,7 +13,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /* Locking primitives.  Most of this code should be redundant -
> Index: target-i386/helper.c
> ===================================================================
> --- target-i386/helper.c      (revision 6158)
> +++ target-i386/helper.c      (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: target-i386/helper_template.h
> ===================================================================
> --- target-i386/helper_template.h     (revision 6158)
> +++ target-i386/helper_template.h     (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #define DATA_BITS (1 << (3 + SHIFT))
>  #define SHIFT_MASK (DATA_BITS - 1)
> Index: target-i386/ops_sse.h
> ===================================================================
> --- target-i386/ops_sse.h     (revision 6158)
> +++ target-i386/ops_sse.h     (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #if SHIFT == 0
>  #define Reg MMXReg
> Index: target-i386/ops_sse_header.h
> ===================================================================
> --- target-i386/ops_sse_header.h      (revision 6158)
> +++ target-i386/ops_sse_header.h      (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #if SHIFT == 0
>  #define Reg MMXReg
> Index: target-i386/exec.h
> ===================================================================
> --- target-i386/exec.h        (revision 6158)
> +++ target-i386/exec.h        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "config.h"
>  #include "dyngen-exec.h"
> Index: target-i386/cpu.h
> ===================================================================
> --- target-i386/cpu.h (revision 6158)
> +++ target-i386/cpu.h (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef CPU_I386_H
>  #define CPU_I386_H
> Index: target-i386/op_helper.c
> ===================================================================
> --- target-i386/op_helper.c   (revision 6158)
> +++ target-i386/op_helper.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #define CPU_NO_GLOBAL_REGS
>  #include "exec.h"
> Index: target-i386/translate.c
> ===================================================================
> --- target-i386/translate.c   (revision 6158)
> +++ target-i386/translate.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: hw/soc_dma.c
> ===================================================================
> --- hw/soc_dma.c      (revision 6158)
> +++ hw/soc_dma.c      (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "qemu-common.h"
>  #include "qemu-timer.h"
> Index: hw/nseries.c
> ===================================================================
> --- hw/nseries.c      (revision 6158)
> +++ hw/nseries.c      (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/soc_dma.h
> ===================================================================
> --- hw/soc_dma.h      (revision 6158)
> +++ hw/soc_dma.h      (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  struct soc_dma_s;
> Index: hw/blizzard_template.h
> ===================================================================
> --- hw/blizzard_template.h    (revision 6158)
> +++ hw/blizzard_template.h    (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #define SKIP_PIXEL(to)               to += deststep
> Index: hw/palm.c
> ===================================================================
> --- hw/palm.c (revision 6158)
> +++ hw/palm.c (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "audio/audio.h"
> Index: hw/omap.h
> ===================================================================
> --- hw/omap.h (revision 6158)
> +++ hw/omap.h (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #ifndef hw_omap_h
>  # define hw_omap_h           "omap.h"
> Index: hw/usb-ohci.c
> ===================================================================
> --- hw/usb-ohci.c     (revision 6158)
> +++ hw/usb-ohci.c     (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   *
>   * TODO:
>   *  o Isochronous transfers
> Index: hw/acpi.c
> ===================================================================
> --- hw/acpi.c (revision 6158)
> +++ hw/acpi.c (working copy)
> @@ -14,7 +14,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "hw.h"
>  #include "pc.h"
> Index: hw/omap1.c
> ===================================================================
> --- hw/omap1.c        (revision 6158)
> +++ hw/omap1.c        (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "arm-misc.h"
> Index: hw/omap_sx1.c
> ===================================================================
> --- hw/omap_sx1.c     (revision 6158)
> +++ hw/omap_sx1.c     (working copy)
> @@ -22,10 +22,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "sysemu.h"
> Index: hw/omap_clk.c
> ===================================================================
> --- hw/omap_clk.c     (revision 6158)
> +++ hw/omap_clk.c     (working copy)
> @@ -15,10 +15,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "omap.h"
> Index: hw/bt-sdp.c
> ===================================================================
> --- hw/bt-sdp.c       (revision 6158)
> +++ hw/bt-sdp.c       (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/omap2.c
> ===================================================================
> --- hw/omap2.c        (revision 6158)
> +++ hw/omap2.c        (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "arm-misc.h"
> Index: hw/tusb6010.c
> ===================================================================
> --- hw/tusb6010.c     (revision 6158)
> +++ hw/tusb6010.c     (working copy)
> @@ -15,10 +15,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "qemu-common.h"
>  #include "qemu-timer.h"
> Index: hw/g364fb_template.h
> ===================================================================
> --- hw/g364fb_template.h      (revision 6158)
> +++ hw/g364fb_template.h      (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  static void glue(g364fb_draw_graphic, BPP)(G364State *s, int full_update)
> Index: hw/apic.c
> ===================================================================
> --- hw/apic.c (revision 6158)
> +++ hw/apic.c (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "hw.h"
>  #include "pc.h"
> Index: hw/usb-bt.c
> ===================================================================
> --- hw/usb-bt.c       (revision 6158)
> +++ hw/usb-bt.c       (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/pflash_cfi01.c
> ===================================================================
> --- hw/pflash_cfi01.c (revision 6158)
> +++ hw/pflash_cfi01.c (working copy)
> @@ -16,7 +16,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /*
> Index: hw/twl92230.c
> ===================================================================
> --- hw/twl92230.c     (revision 6158)
> +++ hw/twl92230.c     (working copy)
> @@ -15,10 +15,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "hw.h"
> Index: hw/omap_dma.c
> ===================================================================
> --- hw/omap_dma.c     (revision 6158)
> +++ hw/omap_dma.c     (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "qemu-common.h"
>  #include "qemu-timer.h"
> Index: hw/omap_lcdc.c
> ===================================================================
> --- hw/omap_lcdc.c    (revision 6158)
> +++ hw/omap_lcdc.c    (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "console.h"
> Index: hw/bt.c
> ===================================================================
> --- hw/bt.c   (revision 6158)
> +++ hw/bt.c   (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/g364fb.c
> ===================================================================
> --- hw/g364fb.c       (revision 6158)
> +++ hw/g364fb.c       (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "hw.h"
> Index: hw/bt-hci-csr.c
> ===================================================================
> --- hw/bt-hci-csr.c   (revision 6158)
> +++ hw/bt-hci-csr.c   (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/pflash_cfi02.c
> ===================================================================
> --- hw/pflash_cfi02.c (revision 6158)
> +++ hw/pflash_cfi02.c (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  /*
> Index: hw/tmp105.c
> ===================================================================
> --- hw/tmp105.c       (revision 6158)
> +++ hw/tmp105.c       (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "hw.h"
> Index: hw/zaurus.c
> ===================================================================
> --- hw/zaurus.c       (revision 6158)
> +++ hw/zaurus.c       (working copy)
> @@ -12,10 +12,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "pxa.h"
> Index: hw/tsc210x.c
> ===================================================================
> --- hw/tsc210x.c      (revision 6158)
> +++ hw/tsc210x.c      (working copy)
> @@ -15,10 +15,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "hw.h"
> Index: hw/tc6393xb_template.h
> ===================================================================
> --- hw/tc6393xb_template.h    (revision 6158)
> +++ hw/tc6393xb_template.h    (working copy)
> @@ -17,10 +17,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #if BITS == 8
> Index: hw/omap_i2c.c
> ===================================================================
> --- hw/omap_i2c.c     (revision 6158)
> +++ hw/omap_i2c.c     (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "i2c.h"
> Index: hw/cbus.c
> ===================================================================
> --- hw/cbus.c (revision 6158)
> +++ hw/cbus.c (working copy)
> @@ -16,10 +16,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/fmopl.c
> ===================================================================
> --- hw/fmopl.c        (revision 6158)
> +++ hw/fmopl.c        (working copy)
> @@ -28,7 +28,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #define INLINE               __inline
> Index: hw/omap_dss.c
> ===================================================================
> --- hw/omap_dss.c     (revision 6158)
> +++ hw/omap_dss.c     (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "console.h"
> Index: hw/onenand.c
> ===================================================================
> --- hw/onenand.c      (revision 6158)
> +++ hw/onenand.c      (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/lm832x.c
> ===================================================================
> --- hw/lm832x.c       (revision 6158)
> +++ hw/lm832x.c       (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "hw.h"
> Index: hw/tsc2005.c
> ===================================================================
> --- hw/tsc2005.c      (revision 6158)
> +++ hw/tsc2005.c      (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "hw.h"
> Index: hw/bt-hid.c
> ===================================================================
> --- hw/bt-hid.c       (revision 6158)
> +++ hw/bt-hid.c       (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/blizzard.c
> ===================================================================
> --- hw/blizzard.c     (revision 6158)
> +++ hw/blizzard.c     (working copy)
> @@ -14,10 +14,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: hw/e1000.c
> ===================================================================
> --- hw/e1000.c        (revision 6158)
> +++ hw/e1000.c        (working copy)
> @@ -19,7 +19,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  
> Index: hw/omap_mmc.c
> ===================================================================
> --- hw/omap_mmc.c     (revision 6158)
> +++ hw/omap_mmc.c     (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  #include "hw.h"
>  #include "omap.h"
> Index: hw/usb-musb.c
> ===================================================================
> --- hw/usb-musb.c     (revision 6158)
> +++ hw/usb-musb.c     (working copy)
> @@ -15,10 +15,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   *
>   * Only host-mode and non-DMA accesses are currently supported.
>   */
> Index: hw/hpet.c
> ===================================================================
> --- hw/hpet.c (revision 6158)
> +++ hw/hpet.c (working copy)
> @@ -18,7 +18,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   *
>   * *****************************************************************
>   *
> Index: hw/alpha_palcode.c
> ===================================================================
> --- hw/alpha_palcode.c        (revision 6158)
> +++ hw/alpha_palcode.c        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdint.h>
> Index: cpu-all.h
> ===================================================================
> --- cpu-all.h (revision 6158)
> +++ cpu-all.h (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef CPU_ALL_H
>  #define CPU_ALL_H
> Index: cpu-defs.h
> ===================================================================
> --- cpu-defs.h        (revision 6158)
> +++ cpu-defs.h        (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef CPU_DEFS_H
>  #define CPU_DEFS_H
> Index: darwin-user/machload.c
> ===================================================================
> --- darwin-user/machload.c    (revision 6158)
> +++ darwin-user/machload.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdio.h>
>  #include <sys/types.h>
> Index: bt-host.c
> ===================================================================
> --- bt-host.c (revision 6158)
> +++ bt-host.c (working copy)
> @@ -13,10 +13,9 @@
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> - * 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., 59 Temple Place, Suite 330, Boston,
> - * MA 02111-1307 USA
> + * 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.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include "qemu-common.h"
> Index: target-arm/iwmmxt_helper.c
> ===================================================================
> --- target-arm/iwmmxt_helper.c        (revision 6158)
> +++ target-arm/iwmmxt_helper.c        (working copy)
> @@ -17,7 +17,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  
>  #include <stdlib.h>
> Index: target-arm/exec.h
> ===================================================================
> --- target-arm/exec.h (revision 6158)
> +++ target-arm/exec.h (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "config.h"
>  #include "dyngen-exec.h"
> Index: target-arm/cpu.h
> ===================================================================
> --- target-arm/cpu.h  (revision 6158)
> +++ target-arm/cpu.h  (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #ifndef CPU_ARM_H
>  #define CPU_ARM_H
> Index: target-arm/op_helper.c
> ===================================================================
> --- target-arm/op_helper.c    (revision 6158)
> +++ target-arm/op_helper.c    (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "exec.h"
>  #include "helpers.h"
> Index: target-arm/translate.c
> ===================================================================
> --- target-arm/translate.c    (revision 6158)
> +++ target-arm/translate.c    (working copy)
> @@ -17,7 +17,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdarg.h>
>  #include <stdlib.h>
> Index: kqemu.c
> ===================================================================
> --- kqemu.c   (revision 6158)
> +++ kqemu.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include "config.h"
>  #ifdef _WIN32
> Index: thunk.c
> ===================================================================
> --- thunk.c   (revision 6158)
> +++ thunk.c   (working copy)
> @@ -15,7 +15,7 @@
>   *
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
> USA
>   */
>  #include <stdlib.h>
>  #include <stdio.h>
> Index: COPYING.LIB
> ===================================================================
> --- COPYING.LIB       (revision 6158)
> +++ COPYING.LIB       (working copy)
> @@ -2,7 +2,7 @@
>                      Version 2.1, February 1999
>  
>   Copyright (C) 1991, 1999 Free Software Foundation, Inc.
> -     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> +     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
>   Everyone is permitted to copy and distribute verbatim copies
>   of this license document, but changing it is not allowed.
>  
> @@ -485,7 +485,7 @@
>  
>      You should have received a copy of the GNU Lesser General Public
>      License along with this library; if not, write to the Free Software
> -    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
> +    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  
> USA
>  
>  Also add information on how to contact you by electronic and paper mail.
>  


-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]