From 8167ee883931cb20c6264fc19d040ce2dc6ceaaa Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Thu, 16 Jul 2009 20:47:01 +0000 Subject: Update to a hopefully more future proof FSF address Signed-off-by: Blue Swirl --- hw/acpi.c | 3 +-- hw/alpha_palcode.c | 3 +-- hw/apic.c | 3 +-- hw/blizzard.c | 3 +-- hw/blizzard_template.h | 3 +-- hw/bt-hci-csr.c | 3 +-- hw/bt-hci.c | 4 +--- hw/bt-hid.c | 3 +-- hw/bt-l2cap.c | 4 +--- hw/bt-sdp.c | 3 +-- hw/bt.c | 3 +-- hw/bt.h | 4 +--- hw/cbus.c | 3 +-- hw/dp8393x.c | 3 +-- hw/e1000.c | 3 +-- hw/e1000_hw.h | 3 +-- hw/eepro100.c | 3 +-- hw/eeprom93xx.c | 3 +-- hw/eeprom93xx.h | 3 +-- hw/fmopl.c | 3 +-- hw/g364fb.c | 3 +-- hw/hpet.c | 3 +-- hw/ioapic.c | 3 +-- hw/lm832x.c | 3 +-- hw/nseries.c | 3 +-- hw/omap.h | 3 +-- hw/omap1.c | 3 +-- hw/omap2.c | 3 +-- hw/omap_clk.c | 3 +-- hw/omap_dma.c | 3 +-- hw/omap_dss.c | 3 +-- hw/omap_i2c.c | 3 +-- hw/omap_lcdc.c | 3 +-- hw/omap_mmc.c | 3 +-- hw/omap_sx1.c | 3 +-- hw/onenand.c | 3 +-- hw/palm.c | 3 +-- hw/pflash_cfi01.c | 3 +-- hw/pflash_cfi02.c | 3 +-- hw/ppc4xx_pci.c | 3 +-- hw/qdev.c | 3 +-- hw/soc_dma.c | 3 +-- hw/soc_dma.h | 3 +-- hw/sysbus.c | 3 +-- hw/tc6393xb_template.h | 3 +-- hw/tmp105.c | 3 +-- hw/tsc2005.c | 3 +-- hw/tsc210x.c | 3 +-- hw/tusb6010.c | 3 +-- hw/twl92230.c | 3 +-- hw/usb-bt.c | 3 +-- hw/usb-musb.c | 3 +-- hw/usb-ohci.c | 3 +-- hw/watchdog.c | 4 +--- hw/watchdog.h | 4 +--- hw/wdt_i6300esb.c | 4 +--- hw/wdt_ib700.c | 4 +--- hw/xen_backend.c | 3 +-- hw/xen_console.c | 3 +-- hw/xen_disk.c | 3 +-- hw/xen_nic.c | 3 +-- hw/xenfb.c | 3 +-- hw/zaurus.c | 3 +-- 63 files changed, 63 insertions(+), 133 deletions(-) (limited to 'hw') diff --git a/hw/acpi.c b/hw/acpi.c index 0465201381..056e4c6344 100644 --- a/hw/acpi.c +++ b/hw/acpi.c @@ -13,8 +13,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see */ #include "hw.h" #include "pc.h" diff --git a/hw/alpha_palcode.c b/hw/alpha_palcode.c index bfffb5d29c..c48a2976b5 100644 --- a/hw/alpha_palcode.c +++ b/hw/alpha_palcode.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/hw/apic.c b/hw/apic.c index db85f77d98..192781137a 100644 --- a/hw/apic.c +++ b/hw/apic.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see */ #include "hw.h" #include "pc.h" diff --git a/hw/blizzard.c b/hw/blizzard.c index 40739d5e86..5f329ad13f 100644 --- a/hw/blizzard.c +++ b/hw/blizzard.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/blizzard_template.h b/hw/blizzard_template.h index ae51525315..0ef27d1c4d 100644 --- a/hw/blizzard_template.h +++ b/hw/blizzard_template.h @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #define SKIP_PIXEL(to) to += deststep diff --git a/hw/bt-hci-csr.c b/hw/bt-hci-csr.c index 183441b026..19d23f536d 100644 --- a/hw/bt-hci-csr.c +++ b/hw/bt-hci-csr.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/bt-hci.c b/hw/bt-hci.c index a5902b03fd..6a7909406c 100644 --- a/hw/bt-hci.c +++ b/hw/bt-hci.c @@ -15,9 +15,7 @@ * 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., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA + * along with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/bt-hid.c b/hw/bt-hid.c index af0c3d5f28..e495dbf3f7 100644 --- a/hw/bt-hid.c +++ b/hw/bt-hid.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, if not, see . */ #include "qemu-common.h" diff --git a/hw/bt-l2cap.c b/hw/bt-l2cap.c index b22b7615ad..4697f529dc 100644 --- a/hw/bt-l2cap.c +++ b/hw/bt-l2cap.c @@ -14,9 +14,7 @@ * 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., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA + * along with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/bt-sdp.c b/hw/bt-sdp.c index 992de0efd9..b8732d062f 100644 --- a/hw/bt-sdp.c +++ b/hw/bt-sdp.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/bt.c b/hw/bt.c index 3f886b4360..34bf004572 100644 --- a/hw/bt.c +++ b/hw/bt.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/bt.h b/hw/bt.h index 726905f760..4a702adef7 100644 --- a/hw/bt.h +++ b/hw/bt.h @@ -20,9 +20,7 @@ * 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., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA + * along with this program; if not, see . */ /* BD Address */ diff --git a/hw/cbus.c b/hw/cbus.c index ae8f57c579..8ae24e01de 100644 --- a/hw/cbus.c +++ b/hw/cbus.c @@ -17,8 +17,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/dp8393x.c b/hw/dp8393x.c index e2f86b81d8..b700d7eb03 100644 --- a/hw/dp8393x.c +++ b/hw/dp8393x.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/e1000.c b/hw/e1000.c index 4ac8918593..c4f1ccfe54 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -18,8 +18,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ diff --git a/hw/e1000_hw.h b/hw/e1000_hw.h index 9993a7dec7..9bd8a4bdfd 100644 --- a/hw/e1000_hw.h +++ b/hw/e1000_hw.h @@ -13,8 +13,7 @@ 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., - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + this program; if not, see . The full GNU General Public License is included in this distribution in the file called "COPYING". diff --git a/hw/eepro100.c b/hw/eepro100.c index 85446ed697..ec31a6a9c2 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -17,8 +17,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . * * Tested features (i82559): * PXE boot (i386) no valid link diff --git a/hw/eeprom93xx.c b/hw/eeprom93xx.c index cf778b7410..66dfc43d50 100644 --- a/hw/eeprom93xx.c +++ b/hw/eeprom93xx.c @@ -14,8 +14,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ /* Emulation for serial EEPROMs: diff --git a/hw/eeprom93xx.h b/hw/eeprom93xx.h index 4e257f6e86..47282d381e 100644 --- a/hw/eeprom93xx.h +++ b/hw/eeprom93xx.h @@ -14,8 +14,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef EEPROM93XX_H diff --git a/hw/fmopl.c b/hw/fmopl.c index 52cf35e3f9..d1161f848f 100644 --- a/hw/fmopl.c +++ b/hw/fmopl.c @@ -27,8 +27,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ #define INLINE static inline diff --git a/hw/g364fb.c b/hw/g364fb.c index 933765051e..6aaca7a323 100644 --- a/hw/g364fb.c +++ b/hw/g364fb.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/hpet.c b/hw/hpet.c index 186d671523..3873f4c850 100644 --- a/hw/hpet.c +++ b/hw/hpet.c @@ -17,8 +17,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . * * ***************************************************************** * diff --git a/hw/ioapic.c b/hw/ioapic.c index dc1bf5fddf..a5cdd5d9a7 100644 --- a/hw/ioapic.c +++ b/hw/ioapic.c @@ -17,8 +17,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ #include "hw.h" diff --git a/hw/lm832x.c b/hw/lm832x.c index 460f21a692..197fe7db96 100644 --- a/hw/lm832x.c +++ b/hw/lm832x.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/nseries.c b/hw/nseries.c index c219bfe402..e9b68a7f10 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/omap.h b/hw/omap.h index e25904c8bb..a484c8206e 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #ifndef hw_omap_h # define hw_omap_h "omap.h" diff --git a/hw/omap1.c b/hw/omap1.c index 5af2d9f591..14d7a829c0 100644 --- a/hw/omap1.c +++ b/hw/omap1.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "arm-misc.h" diff --git a/hw/omap2.c b/hw/omap2.c index f91d678c5b..8cbc4b5ea4 100644 --- a/hw/omap2.c +++ b/hw/omap2.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "arm-misc.h" diff --git a/hw/omap_clk.c b/hw/omap_clk.c index fc86cf1724..a2da17fc12 100644 --- a/hw/omap_clk.c +++ b/hw/omap_clk.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "omap.h" diff --git a/hw/omap_dma.c b/hw/omap_dma.c index e31a14b832..3122f42031 100644 --- a/hw/omap_dma.c +++ b/hw/omap_dma.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" #include "qemu-timer.h" diff --git a/hw/omap_dss.c b/hw/omap_dss.c index c69b91b9d7..b6aad4f09c 100644 --- a/hw/omap_dss.c +++ b/hw/omap_dss.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "console.h" diff --git a/hw/omap_i2c.c b/hw/omap_i2c.c index 60da5745c7..9e59005e89 100644 --- a/hw/omap_i2c.c +++ b/hw/omap_i2c.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "i2c.h" diff --git a/hw/omap_lcdc.c b/hw/omap_lcdc.c index 5458f2ab18..2dfffad04b 100644 --- a/hw/omap_lcdc.c +++ b/hw/omap_lcdc.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "console.h" diff --git a/hw/omap_mmc.c b/hw/omap_mmc.c index 93dbff6121..9aadfc9042 100644 --- a/hw/omap_mmc.c +++ b/hw/omap_mmc.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "omap.h" diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c index 0f6ed9ef6c..1ba42f6cd1 100644 --- a/hw/omap_sx1.c +++ b/hw/omap_sx1.c @@ -23,8 +23,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "sysemu.h" diff --git a/hw/onenand.c b/hw/onenand.c index 7388e7c792..870cfd9906 100644 --- a/hw/onenand.c +++ b/hw/onenand.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/palm.c b/hw/palm.c index 8b3a2ba04f..7c812a3033 100644 --- a/hw/palm.c +++ b/hw/palm.c @@ -14,8 +14,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "audio/audio.h" diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index 53ed97e647..bfa2bdd97b 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflash_cfi01.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ /* diff --git a/hw/pflash_cfi02.c b/hw/pflash_cfi02.c index 4b963643b0..a62d609555 100644 --- a/hw/pflash_cfi02.c +++ b/hw/pflash_cfi02.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ /* diff --git a/hw/ppc4xx_pci.c b/hw/ppc4xx_pci.c index 87c44f80de..077ae70945 100644 --- a/hw/ppc4xx_pci.c +++ b/hw/ppc4xx_pci.c @@ -9,8 +9,7 @@ * 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * along with this program; if not, see . * * Copyright IBM Corp. 2008 * diff --git a/hw/qdev.c b/hw/qdev.c index 83e98bf3ed..1bccf2ff27 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ /* The theory here is that it should be possible to create a machine without diff --git a/hw/soc_dma.c b/hw/soc_dma.c index 2967b5223f..e116e6373a 100644 --- a/hw/soc_dma.c +++ b/hw/soc_dma.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" #include "qemu-timer.h" diff --git a/hw/soc_dma.h b/hw/soc_dma.h index 34b01d909a..c0ebb8d715 100644 --- a/hw/soc_dma.h +++ b/hw/soc_dma.h @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ struct soc_dma_s; diff --git a/hw/sysbus.c b/hw/sysbus.c index 08f15e42fa..814d347037 100644 --- a/hw/sysbus.c +++ b/hw/sysbus.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . */ #include "sysbus.h" diff --git a/hw/tc6393xb_template.h b/hw/tc6393xb_template.h index 2c5fb674ea..37bf8336be 100644 --- a/hw/tc6393xb_template.h +++ b/hw/tc6393xb_template.h @@ -18,8 +18,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #if BITS == 8 diff --git a/hw/tmp105.c b/hw/tmp105.c index 5381b7d66a..c9756c5e96 100644 --- a/hw/tmp105.c +++ b/hw/tmp105.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/tsc2005.c b/hw/tsc2005.c index 2e71b8e794..efc63c0454 100644 --- a/hw/tsc2005.c +++ b/hw/tsc2005.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/tsc210x.c b/hw/tsc210x.c index 16874e060d..004e607649 100644 --- a/hw/tsc210x.c +++ b/hw/tsc210x.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/tusb6010.c b/hw/tusb6010.c index 622de81d59..3fb0cf749b 100644 --- a/hw/tusb6010.c +++ b/hw/tusb6010.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" #include "qemu-timer.h" diff --git a/hw/twl92230.c b/hw/twl92230.c index 9960acc8c5..519a5838b5 100644 --- a/hw/twl92230.c +++ b/hw/twl92230.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" diff --git a/hw/usb-bt.c b/hw/usb-bt.c index 53ad9a8693..72245f64b5 100644 --- a/hw/usb-bt.c +++ b/hw/usb-bt.c @@ -15,8 +15,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "qemu-common.h" diff --git a/hw/usb-musb.c b/hw/usb-musb.c index 451bc8dbde..d015d24920 100644 --- a/hw/usb-musb.c +++ b/hw/usb-musb.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . * * Only host-mode and non-DMA accesses are currently supported. */ diff --git a/hw/usb-ohci.c b/hw/usb-ohci.c index 83d1a5c934..28ab3a9153 100644 --- a/hw/usb-ohci.c +++ b/hw/usb-ohci.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see . * * TODO: * o Isochronous transfers diff --git a/hw/watchdog.c b/hw/watchdog.c index c64868d2c4..fde2f1b3d4 100644 --- a/hw/watchdog.c +++ b/hw/watchdog.c @@ -14,9 +14,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see . * * By Richard W.M. Jones (rjones@redhat.com). */ diff --git a/hw/watchdog.h b/hw/watchdog.h index c2b2b36878..ad1fcfce56 100644 --- a/hw/watchdog.h +++ b/hw/watchdog.h @@ -14,9 +14,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see . * * By Richard W.M. Jones (rjones@redhat.com). */ diff --git a/hw/wdt_i6300esb.c b/hw/wdt_i6300esb.c index 42642c77f2..5e9fd7c78c 100644 --- a/hw/wdt_i6300esb.c +++ b/hw/wdt_i6300esb.c @@ -14,9 +14,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see . * * By Richard W.M. Jones (rjones@redhat.com). */ diff --git a/hw/wdt_ib700.c b/hw/wdt_ib700.c index d32aaf13ff..7b54bde708 100644 --- a/hw/wdt_ib700.c +++ b/hw/wdt_ib700.c @@ -14,9 +14,7 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. + * along with this program; if not, see . * * By Richard W.M. Jones (rjones@redhat.com). */ diff --git a/hw/xen_backend.c b/hw/xen_backend.c index 76d07ecd38..efafd2fa52 100644 --- a/hw/xen_backend.c +++ b/hw/xen_backend.c @@ -12,8 +12,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ /* diff --git a/hw/xen_console.c b/hw/xen_console.c index 27a0083d27..d2261f4139 100644 --- a/hw/xen_console.c +++ b/hw/xen_console.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include diff --git a/hw/xen_disk.c b/hw/xen_disk.c index 659a839f97..7ed6c33aae 100644 --- a/hw/xen_disk.c +++ b/hw/xen_disk.c @@ -13,8 +13,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include diff --git a/hw/xen_nic.c b/hw/xen_nic.c index 4377ed15d6..c9e91999e4 100644 --- a/hw/xen_nic.c +++ b/hw/xen_nic.c @@ -13,8 +13,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include diff --git a/hw/xenfb.c b/hw/xenfb.c index ad3e8eea5f..795a326260 100644 --- a/hw/xenfb.c +++ b/hw/xenfb.c @@ -21,8 +21,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include diff --git a/hw/zaurus.c b/hw/zaurus.c index 53191ef9ed..e52f29b575 100644 --- a/hw/zaurus.c +++ b/hw/zaurus.c @@ -13,8 +13,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; if not, see . */ #include "hw.h" #include "pxa.h" -- cgit v1.2.3