aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/acpi.c3
-rw-r--r--hw/alpha_palcode.c3
-rw-r--r--hw/apic.c3
-rw-r--r--hw/blizzard.c3
-rw-r--r--hw/blizzard_template.h3
-rw-r--r--hw/bt-hci-csr.c3
-rw-r--r--hw/bt-hci.c4
-rw-r--r--hw/bt-hid.c3
-rw-r--r--hw/bt-l2cap.c4
-rw-r--r--hw/bt-sdp.c3
-rw-r--r--hw/bt.c3
-rw-r--r--hw/bt.h4
-rw-r--r--hw/cbus.c3
-rw-r--r--hw/dp8393x.c3
-rw-r--r--hw/e1000.c3
-rw-r--r--hw/e1000_hw.h3
-rw-r--r--hw/eepro100.c3
-rw-r--r--hw/eeprom93xx.c3
-rw-r--r--hw/eeprom93xx.h3
-rw-r--r--hw/fmopl.c3
-rw-r--r--hw/g364fb.c3
-rw-r--r--hw/hpet.c3
-rw-r--r--hw/ioapic.c3
-rw-r--r--hw/lm832x.c3
-rw-r--r--hw/nseries.c3
-rw-r--r--hw/omap.h3
-rw-r--r--hw/omap1.c3
-rw-r--r--hw/omap2.c3
-rw-r--r--hw/omap_clk.c3
-rw-r--r--hw/omap_dma.c3
-rw-r--r--hw/omap_dss.c3
-rw-r--r--hw/omap_i2c.c3
-rw-r--r--hw/omap_lcdc.c3
-rw-r--r--hw/omap_mmc.c3
-rw-r--r--hw/omap_sx1.c3
-rw-r--r--hw/onenand.c3
-rw-r--r--hw/palm.c3
-rw-r--r--hw/pflash_cfi01.c3
-rw-r--r--hw/pflash_cfi02.c3
-rw-r--r--hw/ppc4xx_pci.c3
-rw-r--r--hw/qdev.c3
-rw-r--r--hw/soc_dma.c3
-rw-r--r--hw/soc_dma.h3
-rw-r--r--hw/sysbus.c3
-rw-r--r--hw/tc6393xb_template.h3
-rw-r--r--hw/tmp105.c3
-rw-r--r--hw/tsc2005.c3
-rw-r--r--hw/tsc210x.c3
-rw-r--r--hw/tusb6010.c3
-rw-r--r--hw/twl92230.c3
-rw-r--r--hw/usb-bt.c3
-rw-r--r--hw/usb-musb.c3
-rw-r--r--hw/usb-ohci.c3
-rw-r--r--hw/watchdog.c4
-rw-r--r--hw/watchdog.h4
-rw-r--r--hw/wdt_i6300esb.c4
-rw-r--r--hw/wdt_ib700.c4
-rw-r--r--hw/xen_backend.c3
-rw-r--r--hw/xen_console.c3
-rw-r--r--hw/xen_disk.c3
-rw-r--r--hw/xen_nic.c3
-rw-r--r--hw/xenfb.c3
-rw-r--r--hw/zaurus.c3
63 files changed, 63 insertions, 133 deletions
diff --git a/hw/acpi.c b/hw/acpi.c
index 046520138..056e4c634 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 <http://www.gnu.org/licenses/>
*/
#include "hw.h"
#include "pc.h"
diff --git a/hw/alpha_palcode.c b/hw/alpha_palcode.c
index bfffb5d29..c48a2976b 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 <http://www.gnu.org/licenses/>.
*/
#include <stdint.h>
diff --git a/hw/apic.c b/hw/apic.c
index db85f77d9..192781137 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 <http://www.gnu.org/licenses/>
*/
#include "hw.h"
#include "pc.h"
diff --git a/hw/blizzard.c b/hw/blizzard.c
index 40739d5e8..5f329ad13 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/blizzard_template.h b/hw/blizzard_template.h
index ae5152531..0ef27d1c4 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 <http://www.gnu.org/licenses/>.
*/
#define SKIP_PIXEL(to) to += deststep
diff --git a/hw/bt-hci-csr.c b/hw/bt-hci-csr.c
index 183441b02..19d23f536 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/bt-hci.c b/hw/bt-hci.c
index a5902b03f..6a7909406 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/bt-hid.c b/hw/bt-hid.c
index af0c3d5f2..e495dbf3f 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/bt-l2cap.c b/hw/bt-l2cap.c
index b22b7615a..4697f529d 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/bt-sdp.c b/hw/bt-sdp.c
index 992de0efd..b8732d062 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/bt.c b/hw/bt.c
index 3f886b436..34bf00457 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/bt.h b/hw/bt.h
index 726905f76..4a702adef 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 <http://www.gnu.org/licenses/>.
*/
/* BD Address */
diff --git a/hw/cbus.c b/hw/cbus.c
index ae8f57c57..8ae24e01d 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/dp8393x.c b/hw/dp8393x.c
index e2f86b81d..b700d7eb0 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/e1000.c b/hw/e1000.c
index 4ac891859..c4f1ccfe5 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 <http://www.gnu.org/licenses/>.
*/
diff --git a/hw/e1000_hw.h b/hw/e1000_hw.h
index 9993a7dec..9bd8a4bdf 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 <http://www.gnu.org/licenses/>.
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 85446ed69..ec31a6a9c 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 <http://www.gnu.org/licenses/>.
*
* Tested features (i82559):
* PXE boot (i386) no valid link
diff --git a/hw/eeprom93xx.c b/hw/eeprom93xx.c
index cf778b741..66dfc43d5 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 <http://www.gnu.org/licenses/>.
*/
/* Emulation for serial EEPROMs:
diff --git a/hw/eeprom93xx.h b/hw/eeprom93xx.h
index 4e257f6e8..47282d381 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 <http://www.gnu.org/licenses/>.
*/
#ifndef EEPROM93XX_H
diff --git a/hw/fmopl.c b/hw/fmopl.c
index 52cf35e3f..d1161f848 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 <http://www.gnu.org/licenses/>.
*/
#define INLINE static inline
diff --git a/hw/g364fb.c b/hw/g364fb.c
index 933765051..6aaca7a32 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/hpet.c b/hw/hpet.c
index 186d67152..3873f4c85 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 <http://www.gnu.org/licenses/>.
*
* *****************************************************************
*
diff --git a/hw/ioapic.c b/hw/ioapic.c
index dc1bf5fdd..a5cdd5d9a 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/lm832x.c b/hw/lm832x.c
index 460f21a69..197fe7db9 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/nseries.c b/hw/nseries.c
index c219bfe40..e9b68a7f1 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/omap.h b/hw/omap.h
index e25904c8b..a484c8206 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 <http://www.gnu.org/licenses/>.
*/
#ifndef hw_omap_h
# define hw_omap_h "omap.h"
diff --git a/hw/omap1.c b/hw/omap1.c
index 5af2d9f59..14d7a829c 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "arm-misc.h"
diff --git a/hw/omap2.c b/hw/omap2.c
index f91d678c5..8cbc4b5ea 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "arm-misc.h"
diff --git a/hw/omap_clk.c b/hw/omap_clk.c
index fc86cf172..a2da17fc1 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "omap.h"
diff --git a/hw/omap_dma.c b/hw/omap_dma.c
index e31a14b83..3122f4203 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
#include "qemu-timer.h"
diff --git a/hw/omap_dss.c b/hw/omap_dss.c
index c69b91b9d..b6aad4f09 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "console.h"
diff --git a/hw/omap_i2c.c b/hw/omap_i2c.c
index 60da5745c..9e59005e8 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "i2c.h"
diff --git a/hw/omap_lcdc.c b/hw/omap_lcdc.c
index 5458f2ab1..2dfffad04 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "console.h"
diff --git a/hw/omap_mmc.c b/hw/omap_mmc.c
index 93dbff612..9aadfc904 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "omap.h"
diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c
index 0f6ed9ef6..1ba42f6cd 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "sysemu.h"
diff --git a/hw/onenand.c b/hw/onenand.c
index 7388e7c79..870cfd990 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/palm.c b/hw/palm.c
index 8b3a2ba04..7c812a303 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "audio/audio.h"
diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c
index 53ed97e64..bfa2bdd97 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 <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/hw/pflash_cfi02.c b/hw/pflash_cfi02.c
index 4b963643b..a62d60955 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 <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/hw/ppc4xx_pci.c b/hw/ppc4xx_pci.c
index 87c44f80d..077ae7094 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 <http://www.gnu.org/licenses/>.
*
* Copyright IBM Corp. 2008
*
diff --git a/hw/qdev.c b/hw/qdev.c
index 83e98bf3e..1bccf2ff2 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 <http://www.gnu.org/licenses/>.
*/
/* 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 2967b5223..e116e6373 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
#include "qemu-timer.h"
diff --git a/hw/soc_dma.h b/hw/soc_dma.h
index 34b01d909..c0ebb8d71 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 <http://www.gnu.org/licenses/>.
*/
struct soc_dma_s;
diff --git a/hw/sysbus.c b/hw/sysbus.c
index 08f15e42f..814d34703 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 <http://www.gnu.org/licenses/>.
*/
#include "sysbus.h"
diff --git a/hw/tc6393xb_template.h b/hw/tc6393xb_template.h
index 2c5fb674e..37bf8336b 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 <http://www.gnu.org/licenses/>.
*/
#if BITS == 8
diff --git a/hw/tmp105.c b/hw/tmp105.c
index 5381b7d66..c9756c5e9 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/tsc2005.c b/hw/tsc2005.c
index 2e71b8e79..efc63c045 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/tsc210x.c b/hw/tsc210x.c
index 16874e060..004e60764 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/tusb6010.c b/hw/tusb6010.c
index 622de81d5..3fb0cf749 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
#include "qemu-timer.h"
diff --git a/hw/twl92230.c b/hw/twl92230.c
index 9960acc8c..519a5838b 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
diff --git a/hw/usb-bt.c b/hw/usb-bt.c
index 53ad9a869..72245f64b 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 <http://www.gnu.org/licenses/>.
*/
#include "qemu-common.h"
diff --git a/hw/usb-musb.c b/hw/usb-musb.c
index 451bc8dbd..d015d2492 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 <http://www.gnu.org/licenses/>.
*
* Only host-mode and non-DMA accesses are currently supported.
*/
diff --git a/hw/usb-ohci.c b/hw/usb-ohci.c
index 83d1a5c93..28ab3a915 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 <http://www.gnu.org/licenses/>.
*
* TODO:
* o Isochronous transfers
diff --git a/hw/watchdog.c b/hw/watchdog.c
index c64868d2c..fde2f1b3d 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 <http://www.gnu.org/licenses/>.
*
* By Richard W.M. Jones (rjones@redhat.com).
*/
diff --git a/hw/watchdog.h b/hw/watchdog.h
index c2b2b3687..ad1fcfce5 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 <http://www.gnu.org/licenses/>.
*
* By Richard W.M. Jones (rjones@redhat.com).
*/
diff --git a/hw/wdt_i6300esb.c b/hw/wdt_i6300esb.c
index 42642c77f..5e9fd7c78 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 <http://www.gnu.org/licenses/>.
*
* By Richard W.M. Jones (rjones@redhat.com).
*/
diff --git a/hw/wdt_ib700.c b/hw/wdt_ib700.c
index d32aaf13f..7b54bde70 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 <http://www.gnu.org/licenses/>.
*
* By Richard W.M. Jones (rjones@redhat.com).
*/
diff --git a/hw/xen_backend.c b/hw/xen_backend.c
index 76d07ecd3..efafd2fa5 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 <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/hw/xen_console.c b/hw/xen_console.c
index 27a0083d2..d2261f413 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 <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/hw/xen_disk.c b/hw/xen_disk.c
index 659a839f9..7ed6c33aa 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 <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/hw/xen_nic.c b/hw/xen_nic.c
index 4377ed15d..c9e91999e 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 <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/hw/xenfb.c b/hw/xenfb.c
index ad3e8eea5..795a32626 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 <http://www.gnu.org/licenses/>.
*/
#include <stdarg.h>
diff --git a/hw/zaurus.c b/hw/zaurus.c
index 53191ef9e..e52f29b57 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 <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "pxa.h"