]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
Replace FSF street address with canonical URL
authorIan Campbell <ian.campbell@citrix.com>
Wed, 29 Jul 2015 10:00:36 +0000 (11:00 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 29 Jul 2015 10:14:07 +0000 (11:14 +0100)
As recommended in http://www.gnu.org/licenses/gpl-howto.en.html.

This is the result of:
$ git grep -El Mass\|Temple\|Franklin | xargs ./fsf.pl

Where fsf.pl is:
    #!/usr/bin/perl -w -pi.bak -0777
    my $repl = 'If not, see <http://www.gnu.org/licenses/>.';
    my $br = qr/(?:\s*\n\s*(?:[\*\#]|\/\/|\.\\" )?\s*|\s+)/;

    my $inwt = qr/[Ii]f${br}not,${br}write${br}(?:to${br})?the${br}Free${br}Software${br}Foundation,(?:${br}Inc\.,)?/;

    my $mass = qr/675${br}Mass${br}Ave,?${br}Cambridge,?${br}MA${br}02139,?${br}USA,?\.?/;
    my $franklin = qr/51${br}Franklin${br}St(?:reet)?(?:,${br}| - )Fifth${br}Floor,?${br}Boston,?${br}MA,?${br}02110-1301,?${br}USA,?\.?/;
    my $temple = qr/59${br}Temple${br}Place(?:,${br}| - )Suite${br}330,?${br}Boston,?${br}MA,?${br}021110?-1307,?${br}USA,?\.?/;

    s|$inwt$br$mass|$repl|m;
    s|$inwt$br$franklin|$repl|m;
    s|$inwt$br$temple|$repl|m;

The only remaining mentions of these addresses are in COPYING files which I
haven't touched.

Some of the changed files are imports from elsewhere, however
filtering them out is tricky, I think it is tolerable to have these
files be modified here and then perhaps reverted on the next sync,
since it's only 1-2 lines and obvious what is going on.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
472 files changed:
COPYING
m4/pkg.m4
m4/systemd.m4
stubdom/vtpmmgr/tpmrsa.c
stubdom/vtpmmgr/tpmrsa.h
tools/blktap2/drivers/libaio-compat.h
tools/configure
tools/console/client/main.c
tools/console/daemon/io.c
tools/console/daemon/io.h
tools/console/daemon/main.c
tools/console/daemon/utils.c
tools/console/daemon/utils.h
tools/debugger/gdbsx/gx/gx.h
tools/debugger/gdbsx/gx/gx_comm.c
tools/debugger/gdbsx/gx/gx_local.c
tools/debugger/gdbsx/gx/gx_main.c
tools/debugger/gdbsx/gx/gx_utils.c
tools/debugger/gdbsx/gx/xg_dummy.c
tools/debugger/gdbsx/xg/xg_main.c
tools/debugger/gdbsx/xg/xg_public.h
tools/firmware/hvmloader/32bitbios_support.c
tools/firmware/hvmloader/Makefile
tools/firmware/hvmloader/acpi/Makefile
tools/firmware/hvmloader/acpi/acpi2_0.h
tools/firmware/hvmloader/acpi/build.c
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/ssdt_pm.asl
tools/firmware/hvmloader/acpi/ssdt_s3.asl
tools/firmware/hvmloader/acpi/ssdt_s4.asl
tools/firmware/hvmloader/acpi/ssdt_tpm.asl
tools/firmware/hvmloader/acpi/static_tables.c
tools/firmware/hvmloader/cacheattr.c
tools/firmware/hvmloader/e820.c
tools/firmware/hvmloader/hvmloader.c
tools/firmware/hvmloader/mkhex
tools/firmware/hvmloader/mp_tables.c
tools/firmware/hvmloader/optionroms.c
tools/firmware/hvmloader/ovmf.c
tools/firmware/hvmloader/pci.c
tools/firmware/hvmloader/pir_types.h
tools/firmware/hvmloader/rombios.c
tools/firmware/hvmloader/seabios.c
tools/firmware/hvmloader/smbios.c
tools/firmware/hvmloader/smbios_types.h
tools/firmware/hvmloader/smp.c
tools/firmware/hvmloader/tests.c
tools/firmware/hvmloader/util.c
tools/firmware/rombios/32bit/32bitbios.c
tools/firmware/rombios/32bit/mkhex
tools/firmware/rombios/32bit/pmm.c
tools/firmware/rombios/32bit/tcgbios/tcgbios.c
tools/firmware/rombios/32bit/tcgbios/tpm_drivers.c
tools/firmware/rombios/32bit/util.c
tools/firmware/rombios/32bitgateway.c
tools/firmware/rombios/apmbios.S
tools/firmware/rombios/rombios.c
tools/firmware/rombios/rombios.h
tools/firmware/rombios/tcgbios.c
tools/firmware/vgabios/COPYING
tools/firmware/vgabios/biossums.c
tools/firmware/vgabios/clext.c
tools/firmware/vgabios/vbe.c
tools/firmware/vgabios/vgabios.c
tools/hotplug/Linux/block-common.sh
tools/hotplug/Linux/block-drbd-probe
tools/hotplug/Linux/external-device-migrate
tools/hotplug/Linux/locking.sh
tools/hotplug/Linux/logging.sh
tools/hotplug/Linux/vif-common.sh
tools/hotplug/Linux/xen-hotplug-common.sh.in
tools/hotplug/Linux/xen-network-common.sh
tools/hotplug/Linux/xen-script-common.sh
tools/libfsimage/ext2fs/fsys_ext2fs.c
tools/libfsimage/fat/fat.h
tools/libfsimage/fat/fsys_fat.c
tools/libfsimage/iso9660/fsys_iso9660.c
tools/libfsimage/iso9660/iso9660.h
tools/libfsimage/reiserfs/fsys_reiserfs.c
tools/libfsimage/ufs/fsys_ufs.c
tools/libfsimage/xfs/fsys_xfs.c
tools/libfsimage/xfs/xfs.h
tools/libfsimage/zfs/Makefile
tools/libfsimage/zfs/filesys.h
tools/libfsimage/zfs/fsi_zfs.c
tools/libfsimage/zfs/fsi_zfs.h
tools/libfsimage/zfs/fsys_zfs.c
tools/libfsimage/zfs/fsys_zfs.h
tools/libfsimage/zfs/mb_info.h
tools/libfsimage/zfs/shared.h
tools/libfsimage/zfs/zfs-include/dmu.h
tools/libfsimage/zfs/zfs-include/dmu_objset.h
tools/libfsimage/zfs/zfs-include/dnode.h
tools/libfsimage/zfs/zfs-include/dsl_dataset.h
tools/libfsimage/zfs/zfs-include/dsl_dir.h
tools/libfsimage/zfs/zfs-include/sa_impl.h
tools/libfsimage/zfs/zfs-include/spa.h
tools/libfsimage/zfs/zfs-include/uberblock_impl.h
tools/libfsimage/zfs/zfs-include/vdev_impl.h
tools/libfsimage/zfs/zfs-include/zap_impl.h
tools/libfsimage/zfs/zfs-include/zap_leaf.h
tools/libfsimage/zfs/zfs-include/zfs.h
tools/libfsimage/zfs/zfs-include/zfs_acl.h
tools/libfsimage/zfs/zfs-include/zfs_znode.h
tools/libfsimage/zfs/zfs-include/zil.h
tools/libfsimage/zfs/zfs-include/zio.h
tools/libfsimage/zfs/zfs-include/zio_checksum.h
tools/libfsimage/zfs/zfs_fletcher.c
tools/libfsimage/zfs/zfs_lzjb.c
tools/libfsimage/zfs/zfs_sha256.c
tools/libvchan/init.c
tools/libvchan/io.c
tools/libvchan/libxenvchan.h
tools/libvchan/node-select.c
tools/libvchan/node.c
tools/libxc/include/xc_dom.h
tools/libxc/include/xenctrl.h
tools/libxc/include/xenctrlosdep.h
tools/libxc/include/xenguest.h
tools/libxc/include/xentoollog.h
tools/libxc/xc_altp2m.c
tools/libxc/xc_compression.c
tools/libxc/xc_core.c
tools/libxc/xc_core.h
tools/libxc/xc_core_arm.c
tools/libxc/xc_core_arm.h
tools/libxc/xc_core_x86.c
tools/libxc/xc_core_x86.h
tools/libxc/xc_cpu_hotplug.c
tools/libxc/xc_cpufeature.h
tools/libxc/xc_cpuid_x86.c
tools/libxc/xc_cpupool.c
tools/libxc/xc_csched.c
tools/libxc/xc_csched2.c
tools/libxc/xc_dom_arm.c
tools/libxc/xc_dom_armzimageloader.c
tools/libxc/xc_dom_binloader.c
tools/libxc/xc_dom_boot.c
tools/libxc/xc_dom_bzimageloader.c
tools/libxc/xc_dom_compat_linux.c
tools/libxc/xc_dom_core.c
tools/libxc/xc_dom_elfloader.c
tools/libxc/xc_dom_x86.c
tools/libxc/xc_domain.c
tools/libxc/xc_efi.h
tools/libxc/xc_elf.h
tools/libxc/xc_evtchn.c
tools/libxc/xc_flask.c
tools/libxc/xc_foreign_memory.c
tools/libxc/xc_freebsd.c
tools/libxc/xc_freebsd_osdep.c
tools/libxc/xc_gnttab.c
tools/libxc/xc_hcall_buf.c
tools/libxc/xc_hvm_build_arm.c
tools/libxc/xc_hvm_build_x86.c
tools/libxc/xc_linux.c
tools/libxc/xc_linux_osdep.c
tools/libxc/xc_mem_access.c
tools/libxc/xc_mem_paging.c
tools/libxc/xc_memshr.c
tools/libxc/xc_minios.c
tools/libxc/xc_misc.c
tools/libxc/xc_monitor.c
tools/libxc/xc_netbsd.c
tools/libxc/xc_nomigrate.c
tools/libxc/xc_offline_page.c
tools/libxc/xc_pagetab.c
tools/libxc/xc_physdev.c
tools/libxc/xc_pm.c
tools/libxc/xc_private.c
tools/libxc/xc_private.h
tools/libxc/xc_resume.c
tools/libxc/xc_rt.c
tools/libxc/xc_solaris.c
tools/libxc/xc_suspend.c
tools/libxc/xc_tbuf.c
tools/libxc/xc_tmem.c
tools/libxc/xc_vm_event.c
tools/libxc/xg_private.c
tools/libxc/xg_private.h
tools/libxc/xg_save_restore.h
tools/libxc/xtl_core.c
tools/libxc/xtl_logger_stdio.c
tools/memshr/bidir-daemon.c
tools/memshr/bidir-daemon.h
tools/memshr/bidir-hash.c
tools/memshr/bidir-hash.h
tools/memshr/bidir-namedefs.h
tools/memshr/interface.c
tools/memshr/memshr-priv.h
tools/memshr/memshr.h
tools/memshr/shm.c
tools/memshr/shm.h
tools/misc/gtracestat.c
tools/misc/gtraceview.c
tools/misc/xen-ringwatch
tools/misc/xencov.c
tools/misc/xencov_split
tools/misc/xenpm.c
tools/misc/xenpvnetboot
tools/ocaml/LICENSE
tools/pygrub/src/ExtLinuxConf.py
tools/pygrub/src/GrubConf.py
tools/pygrub/src/pygrub
tools/python/xen/lowlevel/xl/xl.c
tools/python/xen/lowlevel/xs/xs.c
tools/tests/mce-test/cases/srao_llc/dom0/cases.sh
tools/tests/mce-test/cases/srao_llc/guest/cases.sh
tools/tests/mce-test/cases/srao_llc/xen/cases.sh
tools/tests/mce-test/cases/srao_mem/dom0/cases.sh
tools/tests/mce-test/cases/srao_mem/guest/cases.sh
tools/tests/mce-test/cases/srao_mem/xen/cases.sh
tools/tests/mce-test/cases/ucna_llc/dom0/cases.sh
tools/tests/mce-test/cases/ucna_llc/guest/cases.sh
tools/tests/mce-test/cases/ucna_llc/xen/cases.sh
tools/tests/mce-test/config/setup.conf
tools/tests/mce-test/lib/xen-mceinj-tool.sh
tools/tests/mce-test/tools/xen-mceinj.c
tools/tests/utests/run_all_tests.py
tools/tests/x86_emulator/blowfish.c
tools/xenbackendd/xenbackendd.c
tools/xenmon/COPYING
tools/xenmon/setmask.c
tools/xenmon/xenbaked.c
tools/xenmon/xenbaked.h
tools/xenmon/xenmon.py
tools/xenpaging/file_ops.c
tools/xenpaging/file_ops.h
tools/xenpaging/policy.h
tools/xenpaging/policy_default.c
tools/xenpaging/xenpaging.c
tools/xenpaging/xenpaging.h
tools/xenpmd/xenpmd.c
tools/xenstat/libxenstat/COPYING
tools/xenstat/xentop/xentop.1
tools/xenstat/xentop/xentop.c
tools/xenstore/COPYING
tools/xenstore/include/xenstore.h
tools/xenstore/include/xenstore_lib.h
tools/xenstore/talloc.c
tools/xenstore/talloc.h
tools/xenstore/tdb.c
tools/xenstore/tdb.h
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_domain.c
tools/xenstore/xenstored_domain.h
tools/xenstore/xenstored_minios.c
tools/xenstore/xenstored_posix.c
tools/xenstore/xenstored_transaction.c
tools/xenstore/xenstored_transaction.h
tools/xenstore/xenstored_watch.c
tools/xenstore/xenstored_watch.h
tools/xenstore/xs.c
tools/xenstore/xs_lib.c
tools/xentrace/xenalyze.c
unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
unmodified_drivers/linux-2.6/platform-pci/platform-pci.h
unmodified_drivers/linux-2.6/platform-pci/xen_support.c
xen/COPYING
xen/arch/arm/arm32/lib/lib1funcs.S
xen/arch/arm/arm32/lib/lshrdi3.S
xen/arch/x86/acpi/boot.c
xen/arch/x86/acpi/cpu_idle.c
xen/arch/x86/acpi/cpufreq/cpufreq.c
xen/arch/x86/acpi/cpufreq/powernow.c
xen/arch/x86/acpi/cpuidle_menu.c
xen/arch/x86/acpi/lib.c
xen/arch/x86/alternative.c
xen/arch/x86/cpu/mcheck/amd_nonfatal.c
xen/arch/x86/cpu/mcheck/mce-apei.c
xen/arch/x86/cpu/mcheck/mce_amd.c
xen/arch/x86/cpu/mcheck/mce_quirks.h
xen/arch/x86/cpu/mcheck/vmce.c
xen/arch/x86/cpu/mcheck/x86_mca.h
xen/arch/x86/cpu/mtrr/main.c
xen/arch/x86/cpu/mwait-idle.c
xen/arch/x86/cpu/vpmu.c
xen/arch/x86/cpu/vpmu_amd.c
xen/arch/x86/cpu/vpmu_intel.c
xen/arch/x86/debug.c
xen/arch/x86/gdbstub.c
xen/arch/x86/genapic/x2apic.c
xen/arch/x86/hvm/asid.c
xen/arch/x86/hvm/event.c
xen/arch/x86/hvm/hpet.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/intercept.c
xen/arch/x86/hvm/io.c
xen/arch/x86/hvm/irq.c
xen/arch/x86/hvm/mtrr.c
xen/arch/x86/hvm/nestedhvm.c
xen/arch/x86/hvm/pmtimer.c
xen/arch/x86/hvm/quirks.c
xen/arch/x86/hvm/save.c
xen/arch/x86/hvm/svm/asid.c
xen/arch/x86/hvm/svm/emulate.c
xen/arch/x86/hvm/svm/entry.S
xen/arch/x86/hvm/svm/intr.c
xen/arch/x86/hvm/svm/nestedsvm.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/svm/svmdebug.c
xen/arch/x86/hvm/svm/vmcb.c
xen/arch/x86/hvm/vioapic.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vmsi.c
xen/arch/x86/hvm/vmx/entry.S
xen/arch/x86/hvm/vmx/intr.c
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/vvmx.c
xen/arch/x86/hvm/vpt.c
xen/arch/x86/mm.c
xen/arch/x86/mm/altp2m.c
xen/arch/x86/mm/guest_walk.c
xen/arch/x86/mm/hap/guest_walk.c
xen/arch/x86/mm/hap/hap.c
xen/arch/x86/mm/hap/nested_ept.c
xen/arch/x86/mm/hap/nested_hap.c
xen/arch/x86/mm/hap/private.h
xen/arch/x86/mm/mem_paging.c
xen/arch/x86/mm/mem_sharing.c
xen/arch/x86/mm/mm-locks.h
xen/arch/x86/mm/p2m-ept.c
xen/arch/x86/mm/p2m-pod.c
xen/arch/x86/mm/p2m-pt.c
xen/arch/x86/mm/p2m.c
xen/arch/x86/mm/paging.c
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/mm/shadow/multi.c
xen/arch/x86/mm/shadow/multi.h
xen/arch/x86/mm/shadow/private.h
xen/arch/x86/mm/shadow/types.h
xen/arch/x86/monitor.c
xen/arch/x86/smpboot.c
xen/arch/x86/traps.c
xen/arch/x86/vm_event.c
xen/arch/x86/x86_64/acpi_mmcfg.c
xen/arch/x86/x86_64/cpu_idle.c
xen/arch/x86/x86_64/cpufreq.c
xen/arch/x86/x86_64/gdbstub.c
xen/arch/x86/x86_64/mm.c
xen/arch/x86/x86_64/mmconfig.h
xen/arch/x86/x86_emulate/x86_emulate.c
xen/arch/x86/x86_emulate/x86_emulate.h
xen/common/event_channel.c
xen/common/gdbstub.c
xen/common/grant_table.c
xen/common/hvm/save.c
xen/common/libelf/libelf-dominfo.c
xen/common/libelf/libelf-loader.c
xen/common/libelf/libelf-private.h
xen/common/libelf/libelf-tools.c
xen/common/libfdt/fdt.c
xen/common/libfdt/fdt_empty_tree.c
xen/common/libfdt/fdt_ro.c
xen/common/libfdt/fdt_rw.c
xen/common/libfdt/fdt_strerror.c
xen/common/libfdt/fdt_sw.c
xen/common/libfdt/fdt_wip.c
xen/common/libfdt/libfdt_internal.h
xen/common/mem_access.c
xen/common/page_alloc.c
xen/common/pdx.c
xen/common/preempt.c
xen/common/radix-tree.c
xen/common/rbtree.c
xen/common/rcupdate.c
xen/common/stop_machine.c
xen/common/time.c
xen/common/unlzma.c
xen/common/unlzo.c
xen/common/vm_event.c
xen/common/wait.c
xen/drivers/acpi/apei/apei-base.c
xen/drivers/acpi/apei/apei-io.c
xen/drivers/acpi/apei/erst.c
xen/drivers/acpi/apei/hest.c
xen/drivers/acpi/numa.c
xen/drivers/acpi/osl.c
xen/drivers/acpi/pmstat.c
xen/drivers/acpi/tables.c
xen/drivers/cpufreq/cpufreq.c
xen/drivers/passthrough/amd/iommu_acpi.c
xen/drivers/passthrough/amd/iommu_cmd.c
xen/drivers/passthrough/amd/iommu_detect.c
xen/drivers/passthrough/amd/iommu_guest.c
xen/drivers/passthrough/amd/iommu_init.c
xen/drivers/passthrough/amd/iommu_intr.c
xen/drivers/passthrough/amd/iommu_map.c
xen/drivers/passthrough/amd/pci_amd_iommu.c
xen/drivers/passthrough/arm/smmu.c
xen/drivers/passthrough/ats.h
xen/drivers/passthrough/io.c
xen/drivers/passthrough/iommu.c
xen/drivers/passthrough/pci.c
xen/drivers/passthrough/vtd/dmar.c
xen/drivers/passthrough/vtd/dmar.h
xen/drivers/passthrough/vtd/extern.h
xen/drivers/passthrough/vtd/intremap.c
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/iommu.h
xen/drivers/passthrough/vtd/qinval.c
xen/drivers/passthrough/vtd/quirks.c
xen/drivers/passthrough/vtd/utils.c
xen/drivers/passthrough/vtd/vtd.h
xen/drivers/passthrough/vtd/x86/ats.c
xen/drivers/passthrough/vtd/x86/vtd.c
xen/drivers/passthrough/x86/ats.c
xen/drivers/passthrough/x86/iommu.c
xen/include/asm-arm/iommu.h
xen/include/asm-arm/monitor.h
xen/include/asm-arm/vm_event.h
xen/include/asm-x86/acpi.h
xen/include/asm-x86/altp2m.h
xen/include/asm-x86/amd-iommu.h
xen/include/asm-x86/guest_pt.h
xen/include/asm-x86/hap.h
xen/include/asm-x86/hvm/asid.h
xen/include/asm-x86/hvm/domain.h
xen/include/asm-x86/hvm/event.h
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/hvm/io.h
xen/include/asm-x86/hvm/irq.h
xen/include/asm-x86/hvm/nestedhvm.h
xen/include/asm-x86/hvm/support.h
xen/include/asm-x86/hvm/svm/amd-iommu-defs.h
xen/include/asm-x86/hvm/svm/amd-iommu-proto.h
xen/include/asm-x86/hvm/svm/asid.h
xen/include/asm-x86/hvm/svm/emulate.h
xen/include/asm-x86/hvm/svm/intr.h
xen/include/asm-x86/hvm/svm/nestedsvm.h
xen/include/asm-x86/hvm/svm/svm.h
xen/include/asm-x86/hvm/svm/svmdebug.h
xen/include/asm-x86/hvm/svm/vmcb.h
xen/include/asm-x86/hvm/vcpu.h
xen/include/asm-x86/hvm/vioapic.h
xen/include/asm-x86/hvm/vlapic.h
xen/include/asm-x86/hvm/vmx/vmcs.h
xen/include/asm-x86/hvm/vmx/vmx.h
xen/include/asm-x86/hvm/vmx/vvmx.h
xen/include/asm-x86/hvm/vpt.h
xen/include/asm-x86/iommu.h
xen/include/asm-x86/mem_paging.h
xen/include/asm-x86/mem_sharing.h
xen/include/asm-x86/monitor.h
xen/include/asm-x86/p2m.h
xen/include/asm-x86/paging.h
xen/include/asm-x86/shadow.h
xen/include/asm-x86/traps.h
xen/include/asm-x86/vm_event.h
xen/include/asm-x86/vpmu.h
xen/include/asm-x86/xenoprof.h
xen/include/public/io/libxenvchan.h
xen/include/xen/acpi.h
xen/include/xen/cper.h
xen/include/xen/cpuidle.h
xen/include/xen/gdbstub.h
xen/include/xen/grant_table.h
xen/include/xen/hvm/iommu.h
xen/include/xen/hvm/irq.h
xen/include/xen/hvm/save.h
xen/include/xen/inttypes.h
xen/include/xen/iommu.h
xen/include/xen/libfdt/fdt.h
xen/include/xen/libfdt/libfdt.h
xen/include/xen/mem_access.h
xen/include/xen/multiboot.h
xen/include/xen/radix-tree.h
xen/include/xen/rbtree.h
xen/include/xen/rcupdate.h
xen/include/xen/vm_event.h

diff --git a/COPYING b/COPYING
index 07535ad7ea1cd5a8292ce3af8333571377f1d4ff..acd3016690a07328b68adb6c4c1594ccae5eec58 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -343,8 +343,7 @@ the "copyright" line and a pointer to where the full notice is found.
     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
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 
 Also add information on how to contact you by electronic and paper mail.
index 62995f01f445b8bc586412dc71f480928e4f9519..ed7182d826339ebc7459ef61cb92c06128865389 100644 (file)
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -14,8 +14,7 @@
 # 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.
+# along with this program; If not, see <http://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
index b04964bdc7d468693b8828760acde55f25500a02..8284993223a77bebc01849eb5533886c048d8774 100644 (file)
@@ -13,8 +13,7 @@
 # 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/>.
 
 dnl Some optional path options
 AC_DEFUN([AX_SYSTEMD_OPTIONS], [
index 2a2fa3634aede7765c1b2f68c3ff44fdb15eca1f..b18a5a3af680a69c758da8cae531fd7999dbdbef 100644 (file)
@@ -19,8 +19,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/>.
  */
 /*
  *  RSA was designed by Ron Rivest, Adi Shamir and Len Adleman.
index 31e5a8b56b87b09048d74908af528cf91356c195..08213bbb7a8866812b0169e024a40ca0dc0425ca 100644 (file)
@@ -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/>.
  */
 #ifndef TPMRSA_H
 #define TPMRSA_H
index 47cd96de94c78f8aece6ca52752cd4d6b2bb6d12..ca9ff45223b223209e3f39640f060afe7c89bd8d 100644 (file)
@@ -13,9 +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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
+ * License along with this library; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index d90db47ef31bebdb0202a0a4f340c35bffc2ad0f..9cb01aedab1c4cab45f64249087dc54c36d258d7 100755 (executable)
@@ -3595,8 +3595,7 @@ esac
 # 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.
+# along with this program; If not, see <http://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -3805,8 +3804,7 @@ esac
 # 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/>.
 
 
 
index ff9ac7d1045194884d164ea12a90a72394ec8926..f130a605fe489e78abd9bc75a21fb6e50366af28 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
 \*/
 
 #include <sys/file.h>
index e246c25eeb962c9165ec4dd7c66515884a85f8d9..cafc7b7f275a039c3cb916f82937e9d518134dad 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #define _GNU_SOURCE
index f658bfcea03eb96dafb8d1b7c2b9d2e8f60208a2..d016addac896c6d6930495af2e9e4f19bc09abf5 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
 \*/
 
 #ifndef CONSOLED_IO_H
index 11de5c94e5dd285992020c1ff98b1af72241eab8..23860d3e57e31cae1c1fa542079947db4e2b075f 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
 \*/
 
 #include <getopt.h>
index 71dd185b8e0cf26e1aae101486988489827f8267..dbb3b125167c5feff022ac4d509ae44857a4df87 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
 \*/
 
 #include <sys/types.h>
index 8725dcdafa8b4eb2528775a6a623ee98004587cf..12958222da72303c0b5a272d6317d223a0ea9df2 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
 \*/
 
 #ifndef CONSOLED_UTILS_H
index 47594c3696200be7b30b4eed602456ba2e559d33..af3957587aab02396b393dff6428eb2204c46b1f 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 typedef uint16_t domid_t;
index 7680dbd0d71ccc4e2bbb011a74defd634bcc1394..5a0c61df4bd4d984aff33f5cda661ed075911b22 100644 (file)
@@ -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 Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
+   along with this program; If not, see <http://www.gnu.org/licenses/>.  */
 /*
  * Copyright (C) 2009, Mukesh Rathor, Oracle Corp.  All rights reserved.
  *
@@ -31,9 +29,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* This module handles communication with remote gdb.  courtesy 
index c8f0e72a1b15f740319ce4fc1e10e74e80324c78..1bec03d49c7a0799cc9ac4db76edb024c6735d3d 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index e3feee14434f50228be76aa98222b4cbe8672725..a908c45e1daa413e26cb38b917e40ea131f85688 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* This module is the main module for gdbsx implementation. gdbsx is a remote
index e87ffcb730f8c8ec6b9b7c32018637096f71125b..f3c003960c4e407834468f2760bb4279a5121a92 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
index b82899f5e80ebbb0443538d5bfbf8bc4f2b7bb37..e995fad7d5d30ddf24034db70ec9ff603d50e2ae 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <stddef.h>
index c95e4ede8a2497dea854c309b788c27fd3be5bed..8c8a402e272efbd635724be7de75fa433492e7f4 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* This is the main module to interface with xen. This module exports APIs that
index 6236d08fef0c8887dfc47ff1b4c2224443f01544..3f905a2f0d88d22123046018705176b891584308 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #define XGERR(...)   \
index fe770a3959d1543e87c88acda9bd453353cbeb19..114135022ef707ac663f81e5064d4e02e6199431 100644 (file)
@@ -17,8 +17,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <inttypes.h>
index 76773b83dbdf1c84944793aa44e34f9e55bae75b..0560a7b59a8c68edef0f15d12987053c6337c6e0 100644 (file)
@@ -14,8 +14,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., 59 Temple
-# Place - Suite 330, Boston, MA 02111-1307 USA.
+# this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 XEN_ROOT = $(CURDIR)/../../..
index 33b714adcaa65517c4c751a8976a0f1bb9124c97..d3e882ac694987a02ba9783764f3dc1bb926c8ec 100644 (file)
@@ -11,8 +11,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., 59 Temple
-# Place - Suite 330, Boston, MA 02111-1307 USA.
+# this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 XEN_ROOT = $(CURDIR)/../../../..
index d698095d66676f94935bd55456a4e501bf537372..78eb43dbce26d1eeb9113b31f80649514c7bb22f 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef _ACPI_2_0_H_
index 3276df265e68673295f0f9801e0d6fe4d64df1c5..503648ce976fa688727c2ef63ee48ecddc4b52e5 100644 (file)
@@ -12,8 +12,7 @@
  * 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.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "acpi2_0.h"
index fc1f3095b1acbf11be9c390dcd9137c5225ad501..e266dc2fcd036859d70d66df95dfb5a77794e1a8 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 DefinitionBlock ("DSDT.aml", "DSDT", 2, "Xen", "HVM", 0)
index 48e6d05861660483c4d617faa16d06d4360f99ad..1a7d75275bbe7aa41bfef60cf2cfb77bf2b97dad 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index dad1db57601d2db68a56fcbe7b854fdd2b07a237..f89ac02b7dcc2f4e691bf0fbdaa75c6b5c974b87 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 DefinitionBlock ("SSDT_S3.aml", "SSDT", 2, "Xen", "HVM", 0)
index 0a843816e1d980b738f0432cde9524ba232b0794..d589e4b8d4e3637cb7ca935aa2f93d9b3d79a390 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 DefinitionBlock ("SSDT_S4.aml", "SSDT", 2, "Xen", "HVM", 0)
index 1157eb483511af8f85ef39efae424fbc37f993a3..2ae8ad4ffea2e3bd3dd891781cd79418253783eb 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* SSDT for TPM TIS Interface for Xen with Qemu device model. */
index 323ae3124ccb59d784f5f09c6a4673fd6241c5b1..f4d627b2dab24ae21e505e4dae2671c14a1b8f8a 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "acpi2_0.h"
index de8d39cda99c0cc43f3dd5f915998d16f4212223..1ac6656c7071ca41e08b69b5e13b513850a0e898 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.h"
index f4ccacbd7ebd7ebec444c48850bf6611deaa7fc5..bbde2be51b2b03b2e1d245fd725b6a8775d2f91c 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 84c588ca8333dec398f5ac2566f2bedcdcd32e87..716d03ccd65fc43f904e9230791ec5258553d1b1 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.h"
index cb2125702e10e7086a6efefd469148cd1afe0ded..d0982d5787286ba894087358115824cc75eaea30 100755 (executable)
@@ -16,8 +16,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., 59 Temple
-# Place - Suite 330, Boston, MA 02111-1307 USA.
+# this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 echo "unsigned $1[] = {"
index fd636a07f476b80ef8200d70ed38d525fe095eb5..69c28854c094fa2526baee2b0f33c555567f8052 100644 (file)
@@ -24,8 +24,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdint.h>
index e35aebc58ee5c4eda3f44ac41a4f204267c72e58..97080583cca7aba7269cc7e68feec4e5beab8990 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 28dd7bc77be1940f46e9091ab8a1a23c7564dea0..bb3da939b81ea0ba5ac05eae486916a2cacd9df4 100644 (file)
@@ -18,8 +18,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 69b98d62460943510fedba3bbd23c8a01152e038..4eb1a31733ab8b00a865a178b1287afd0eedc33e 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.h"
index 6e50822ebb71b99caaf5ba6e4a7f67d3244a1861..9f9259c2e144420d4cb1db190a7af447283624ad 100644 (file)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Citrix Systems, 2011
  *
index 810bd24ce7393f9c0de60411adcd2b4ffdeea904..1f15b94b8db86bfc014e131833ee02ba7b82fcc1 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index dd7dfbe0e8a571e2239a1753d38fa0d1b8f0b5c7..c6b3d9fb6b02182051d2eab2181274d6976127ac 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 4d3d69273de04490a7f6038c53e6077d993ad88d..210c7b0d3525a08e9c27485f0b13df9239bc45f3 100644 (file)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  *
index ff365643f7594a208c8d86e3dfd907b3cef7557c..e924f819b348a2a648ab12cb9dd4c176c25e7e96 100644 (file)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  *
index fa9687833bb913abe4dd196691c46288296df5a3..082b17f138186c48e936f621d154955bf1dfe652 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.h"
index 52772aa5d0549e8080aabae213806f9b7b6f5f13..fea3ad34a3ec1963b9858465a218e4b6deeb8574 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.h"
index 32ddcd06861e100c7465001b3363226e8d589f8b..d779fd75b6d83bdb3cf9d6dfcb1825ede44a646e 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "util.h"
index 22f83f4cf01f646ed786c93480fcc8924a0c01e5..87acf209c3fdb6185910cd5e29e4b1538c59548f 100644 (file)
@@ -12,8 +12,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  *
index 4517e36c533623f7f131139740468dff515d04f8..7200d007e460021d1b25b6d3b29a34c08b82eb69 100644 (file)
@@ -16,8 +16,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., 59 Temple
-# Place - Suite 330, Boston, MA 02111-1307 USA.
+# this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 echo "unsigned $1[] = {"
index 4a279cac26bc30e1cd128233f1b1a92017ff6b75..09fec427483f3385b621aebac505705e7f819630 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  *  Copyright (C) 2009 FUJITSU LIMITED
  *
index 01d4f2f6b035479094bcf2e0aba9bbbae79f4eaf..beef5a40d0cd3411485b77945f7ee232ae437f15 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  *
index d45f9b0c30b6915cbda3ce53791498361da2d0b5..59d16bbae6b422cd77d9faf719b4faad075d4ece 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  *
index a47bb71cde87b4741e4f766085136ab50b76d4bb..e473e89431ff2bb89062082b9bf3e1cb13057eff 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <stdarg.h>
 #include <stdint.h>
index fc82e077252e3d8d9e284e91a93bd55d62c9f962..3d58a6b0a1cdd8b6b8a24bb7da1ea1d236597345 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  * Copyright (c) 2008, Citrix Systems, Inc.
index a010949f7d0a6048d5e490a0dd49f1c2d1e34f66..814be8fd57eba8998a177c3ebd757de557c92599 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//  License along with this library; If not, see <http://www.gnu.org/licenses/>.
 
 #if defined(APM_REAL)
 #define APMSYM(s) apmreal_ ## s
index 057aced3472f46f3278997161e2158e78c28f870..58ace9bc17f53894ae0dfd0a345dc65a1c381324 100644 (file)
@@ -21,8 +21,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/>.
 
 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
 
index 0308a18f29ef3a425314f58fbe5cbe063e52c7d2..8726d37737b4f980311a2695156b34c42af16fa2 100644 (file)
@@ -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/>.
 
 /* define it to include QEMU specific code */
 //#define BX_QEMU
index c7ec261081bce5209cb5a29c619c0524cb1bde72..e725ef9d1bdc3b995044e2a27bbfbc399dbd8e5c 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2006
  *
index 223ede7de3ec74eb86253f9ce9ed7ba3c5aa9130..05956269987638868d4aea655e8fd4c9d5b6ecd5 100644 (file)
@@ -484,8 +484,7 @@ convey the exclusion of warranty; and each file should have at least the
     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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
index 628849861ae51cb577d135d679ec42b22cfe65ec..85ecc04e1665c6c3902a95f4687859513cc6e358 100644 (file)
@@ -12,8 +12,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 <stdlib.h>
 #include <stdio.h>
index c501227422b73e68ab4ffeddf75410a5d7ab2e33..d727cd59f270d6658c1bc0dee82eff40ceff0074 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//  License along with this library; If not, see <http://www.gnu.org/licenses/>.
 // 
 
 //#define CIRRUS_VESA3_PMINFO
index a13e22348728a66e47a66f089af8baeed3fdf56c..c5066906d3d001f8246566ed0e207e40659ac9a6 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//  License along with this library; If not, see <http://www.gnu.org/licenses/>.
 // 
 // ============================================================================================
 //  
index a9dbe008d31b65a522ae0e7cac0e19c2fa7674e9..1c75b7de96c2b366f910ffb7ed4a7833d53a59da 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//  License along with this library; If not, see <http://www.gnu.org/licenses/>.
 // 
 // ============================================================================================
 //  
index cc374efeb45389d8b7176000c47b4c17cabbb515..ee95009824f504a73630a0de02b02c055f9f3414 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 
index 247a9d098d13408dbbdf1583278377fe653c22b0..635d9f9a52016275baaf19e5d0aeda9b2a6bb7d7 100755 (executable)
@@ -12,8 +12,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 # Usage:
 #     block-drbd-probe devicename
index a4113483a8a8325d540c0188d1a4facb662b5173..f5942a6a954fc1ac9f21974f0e2a70a4d8dd3dbd 100644 (file)
@@ -12,8 +12,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 set -x
index 122bcfb53bbba8181785230f8e56a3e508a17741..c6a7e96ff91d140f099281cabbe9e3d1cabbf8c9 100644 (file)
@@ -12,8 +12,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 #
index c1bc699c7bafacd530d31329556fed5c0927f881..3e94df1a9e900d1b2b368568e2400063882f74eb 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 log() {
index fa0a18e8eb3ea47a716361434e530b2bb7904576..6e8d5841a13b519e9fcdb5708ea694aaccb9d1c5 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 
index afb240ffcfa855be3f8895218ea25e72e684bf7b..d5d0b698ea0a781a50eb98c32607d27a18f1f784 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 dir=$(dirname "$0")
index 3c63c55c74898dce95fd7ecd4f016dddc5347190..92ffa603f7e5d4a7912b7819eaf5cae466c3256b 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 
index f6841acffaf4f7d2be83c8e6d02549a8cf655347..370a50a3cd9849e9348be5934b12d21d3f7b05d0 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 
index 75c4cbe6aa2f0d31425fee755a8a88e6d44220eb..ba53ff4ca636189c8aa6dde3739cbfca10c1b97b 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <fsimage_grub.h>
index f72b72ab9d525d304c4f4738de19f1451ae4939f..2abb43084f47fa83e628ea01e237efd4d797bdd6 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index d22d24333403af071c100ec94cb80d944a22b45f..b8129a8c0470d92cfde20f7a3c039b0f807eeab8 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <limits.h>
index b991cfce11db371c44d8a895f6a083a70db654e9..5dbf100dfec88f97e3011c5937048e045babd368 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  *  References:
index 83d0019775390077ada753ecc4b7289bb48d296d..4ea9b3eed36a416c0faaaceb12f345da318cd7b7 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  *  References:
index 4aa9bfbdb0ee8d0263cec743405ceb6635ab3eac..92c3b2bbfbaaf3ed74bac31d37a1fbc3d4e61395 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <fsimage_grub.h>
index be5141125742da54ed4e96fa04c13eca535a9b2d..cf7e22ad0bf7b1ff53593e74dd5ca450abfda1ca 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
index 0261a5284a09cad838d9765acf2b0694acf2f76f..f39d096ba2a19d868500402aee66b46cf2888df0 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <fsimage_grub.h>
index 02f8dcd1a21584da5797ed44628c26d71df47a82..40699281e44d6a9587ef40a61563d71424292a4a 100644 (file)
@@ -20,8 +20,7 @@
  *  other software, or any other product whatsoever.
  * 
  *  You should have received a copy of the GNU General Public License along
- *  with this program; if not, write the Free Software Foundation, Inc., 59
- *  Temple Place - Suite 330, Boston MA 02111-1307, USA.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  * 
  *  Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
  *  Mountain View, CA  94043, or:
index 9fb0aabe78bd5cf293d32c69b779e1d9d50fc563..4b9f131a5747aacb1dc7d7b37d70c88ab3cc1f54 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#  along with this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 # 
index 1fae8e88e0ee9178e7c8fe534eb22cdee4093af8..36cc720709f7b238e1aa746afeabf6b961cda1c0 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 05148bcdb9ba949ec48deb0071dcbe9ef3b48003..75145875fd10edfaf52145633a0d347b07310493 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index c849147b54ddd0a6b0a7f0edabcb28220bf0a131..fb4dc23bbfb872df9119cb0a4712522d524855b2 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 863232b18846354dcae3713d1547973903451c2a..e881fbb09ba9311e1e3001f148244e5416d61e16 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 36aa1e7097b3b2c4c00955a3a7901265f5df3d83..5cd627dbac45a87c12913ee354b536d680b03278 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 1e1e63bae6023d99339c9f869ee9b9ee2ef7ab7b..16e9013f58b3f28b3c2cd3a211f0eb6c265d1451 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index 0bf67515fc33940f605e729a9a8d9d23e33914fd..e4a239abe19c130ea2e48c6a8d7fb16079fd4dd7 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 7faa7088b55d491b58d9603881dc3e028fd9d93b..b39a951cf7c9725b9198bbd2876fd31080f90ee3 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 8d1cf8ea33b5316ebbacd7da5f74a0b8e6e5fba9..2680fcf1bd8082e2e6f78997b35dcb4b6c35ef48 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
index 5f6e4bbe3068e988053d8256fe0e9d5f14e7df9f..dd90a8779c70074dfcce14e61ad94e069f42eb35 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index a8c60c4fcc2e1eabc207931865d909e9f29fd526..470b60758840438cc8f655ece37311f1793f23bf 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index 591e1978c913adc0ff9b0c3d34724e3551f02adb..0e71b6b4808ed847560b2b62e0bbe3c865ebe521 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index 4d935586c5a4db62095c94ff93ee07ac8547d295..0679c93f2999d951adafa477be6e72975884995b 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 4c943310dc5438cbd9f5ca2da8adf2635ae849a1..ee708ef60bdc355e9d895967e00b277c3a897bf5 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 9e70ac0a7178ab451f803b0b3a6ad2d6b8ca1a6a..282d3b92827c70e4982530608b0ce0a028cf1ca2 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index ba427dd2bf20521c7102a7bf3d3be04ed3c97656..f3823b298d134379483b8c8e196c9fe196617e93 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index ebb57a6d4a48db672a651abc2383c18110f9cd25..7adfc347c3a15dc89d97510827468a02fb2643da 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
index 4ff35158cf43f78dfb82b0410448c39f7587c9cf..ecf3faacb6407856e247521012242aff0e8fb2ee 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index c0887d5b1d83f2ae3ac724e812a71d5a54270c53..592d23a768d1ded2d521a1135f791888bef3ae5f 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 77ebb8dc77d1185efee7a8039e07898796b4b0aa..6a685e0536711617abe5ba770fc9b89666ea109c 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index ea37c0813865dca39a487247a3e8dd6d15079173..902c4972caf61fab31de2d7ec08beefcc5f509ef 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 87c1dc57f198b15b2936d03ca8876fd38cbd7c7b..f34173c36b1859d20958f1a8d6913163b0dbb666 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
index 298017aea4657e16a403e954054322744555e7fb..513f321f9a82584acacbde1620b60d954bcdcb5e 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 28ba792aa6a772bbfa6bc16ba432abde0426dd29..5f22f29995765835586b0baadfb9410a5ffdca84 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
index 34a034efadff56d8da02c1bf0429909efb91e927..cc9e8c4954d46eb47ce4321b05e1bddc7f61fc89 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index c617362de3c200d4b0296f3c40be54f0a2f6a529..0b11eee63af1b584feb1d7aab8365c0319a61584 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index 393eaee05b42e535de8eb6041f19c377bdc15478..616fc0a78069dbb162c24048d77551848db196db 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 /*
  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
index de10817e00e1f3f18c27669f9e52fa064b1bfb8d..77be4e7957fe5cb5222179a4d942f8c8fa17251b 100644 (file)
@@ -21,8 +21,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/>.
  *
  * @section DESCRIPTION
  *
index e66bc4e71ab53d0cf6c2b0814a8f127bb8667da9..8a9629ba88c0c8c7d5477e2dae03ef204a04881f 100644 (file)
@@ -21,8 +21,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/>.
  *
  * @section DESCRIPTION
  *
index 6365d36a06f8c8f56454724cefc4c2f1d39beba2..0944a0e90ca13461e2efc5e2e7a462c33fe95d04 100644 (file)
@@ -21,8 +21,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/>.
  *
  * @section DESCRIPTION
  *
index 6712df0253c1842b613397f3c42aea2596adb479..039464427a8b54f3a4bc8cd3d5de7bca1aaf9509 100644 (file)
@@ -21,8 +21,7 @@
  *  Lesser General Public License for more details.
  *
  *  You should have received a copy of the GNU Lesser 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
+ *  License along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * @section DESCRIPTION
  *
index cab8368c74b0a99c51a31cb3f77e6d9748c65d0f..f1638f013d3d5fc4f00427080848f8022ae7efed 100644 (file)
@@ -21,8 +21,7 @@
  *  Lesser General Public License for more details.
  *
  *  You should have received a copy of the GNU Lesser 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
+ *  License along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * @section DESCRIPTION
  *
index a7d059a3ee5565086c04b0336f9297eda1e1e202..600aef6a48afedd48a5e9f42862867618ee0d334 100644 (file)
@@ -10,8 +10,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 <xen/libelf/libelf.h>
index ac7e5fd042470cafc5f960c19896e0e3e38b393c..de3c0adb15e84066eb2b8531febe84449954b0fa 100644 (file)
@@ -19,8 +19,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/>.
  */
 
 #ifndef XENCTRL_H
index e97944b65c7ca272f85934139bdade9a87ef38fc..5121d9bd19123ebd43ab42be3fb28863b16babd3 100644 (file)
@@ -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/>.
  */
 
 /*
index f837bde4267e8efc706001a2aae503db8fa62597..1a1a185a5da04845921b4cb4c41b0077d28a5c02 100644 (file)
@@ -16,8 +16,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/>.
  */
 
 #ifndef XENGUEST_H
index 85d3da9f62e27d39207214669da8ff00354c4f1d..853e9c7366aba0da8007101a6476ad85d4200412 100644 (file)
@@ -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/>.
  */
 
 #ifndef XENTOOLLOG_H
index 0f3c5ed3a29ecdba8b666c447317147f049f83e3..87a0fdf79209ef441b5c44c56b3362aa98c40edb 100644 (file)
@@ -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 "xc_private.h"
index d42e6512ea4b79b577306bb2719101817ce1d810..b1b16e88264059e253413fc633897825701b2d42 100644 (file)
@@ -22,8 +22,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/>.
  *
  */
 
index dfa424b732a3e7517b45a55b6aab2707d2d00f09..011336c5ee52ddbede52240e5490d8b4c188e38c 100644 (file)
@@ -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/>.
  */
 
 /*
index 586703030f95482be4f05c65d65c4337a1b07485..ffbe4907b82e2be756fb933578f89c701ed84e12 100644 (file)
@@ -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/>.
  *
  */
 
index 57d4715636e0df2a41e1357d81cde71b109557a3..d8570fd678a9241cd5f4f05c450b4c739b227d64 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Copyright (c) 2011 Citrix Systems
  *
index 24781ebf22b84b3b4561ded42e469489bf8ad1e7..162f7a7569e7067ebdb096c571439c4f6e7714b8 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Copyright (c) 2012 Citrix Systems
  *
index 93ebcbbc4df971860ae1dd7f24a5a2cc3545cb0e..679e7534b5595d849c7a029a8395353661f3bde9 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Copyright (c) 2007 Isaku Yamahata <yamahata at valinux co jp>
  *                    VA Linux Systems Japan K.K.
index d5e04e7a9d83f6a8598ec3faf31ac4faa8b986f6..867146b1d9e73bed2810f6aa60f22bcc9b12d58b 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Copyright (c) 2007 Isaku Yamahata <yamahata at valinux co jp>
  *                    VA Linux Systems Japan K.K.
index e4659c0b2feb8b29724f794b770a3a157d42fbd6..58c2a0fad6fbcc5f850306f9cd18b73a88b0ab47 100644 (file)
@@ -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/>.
  *
  */
 
index 66cc82e82dec516928ba827669626de4e42721df..c3ddc80ee6ab87ae7b38a65c19aef62782971597 100644 (file)
@@ -10,8 +10,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/>.
  */
 
 #ifndef __LIBXC_CPUFEATURE_H
index c97f91a4c01bc468ebf8839f61d4dd0a2d209e12..e146a3e7cee1c46ee4d0fe41fbbd2b71afb15733 100644 (file)
@@ -16,8 +16,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 <stdlib.h>
index 828f2344cc05aa6c7254131a76ce373315d8903e..c42273e541d009c7bfe967c5cbf3a63839ce1c6f 100644 (file)
@@ -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/>.
  *
  * Copyright (c) 2009, J Gross.
  */
index 390c645f27b5d17c28a2a20cf3a240eb108d417f..bf03bfcfdae6601adfa6d66e8d6bded13420f690 100644 (file)
@@ -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/>.
  */
 
 #include "xc_private.h"
index 6da6a4652d4c43b52ecd5833858dd3206baacfe9..ed996055f66a62c39b588c9b926e91262c35e31e 100644 (file)
@@ -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/>.
  */
 
 #include "xc_private.h"
index 065debb55c0895bac735090b70a525f1c7d25f8d..b00d66739dcaadffad35b028e7d9373c26e4537a 100644 (file)
@@ -12,8 +12,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/>.
  *
  * Copyright (c) 2011, Citrix Systems
  */
index 2b28781fb31e9783ee951ca2d7911c0a70e5cda5..0df8c2a4b164b75c1391aa5a5facf0aa228805de 100644 (file)
@@ -16,8 +16,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/>.
  *
  */
 
index e1de5b5c21d8fc6b8466a6bb02a4f49ac6222000..740601abdbbf8fd40c83c2ff5b91d5488948d3d0 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Some of the field descriptions were copied from "The Multiboot
  * Specification", Copyright 1995, 96 Bryan Ford <baford@cs.utah.edu>,
index f82db2d8920f5f236963ed1ba4e00ea63791c59d..8e0640621b1fce7f7aff928c22b2f418b63c686f 100644 (file)
@@ -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/>.
  *
  * written 2006 by Gerd Hoffmann <kraxel@suse.de>.
  *
index 3bb17dd32d6587c8884c96be25533b6f77a53fc4..7fde42a1babd7346b92be57d6ab46531c2f1e2ca 100644 (file)
@@ -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/>.
  *
  * written 2006 by Gerd Hoffmann <kraxel@suse.de>.
  * written 2007 by Jeremy Fitzhardinge <jeremy@xensource.com>
index 617cd96ad1bdb2a996f28eeb5431e1352a3716b9..a3abb99c352629097e5c13d6992acf00e8390efd 100644 (file)
@@ -16,8 +16,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/>.
  *
  * written 2006 by Gerd Hoffmann <kraxel@suse.de>.
  *
index b100ce197000a339b64dce8aadc5c9182653f44d..8466677590cc3116d24423a3d7275e8c59fdefbc 100644 (file)
@@ -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/>.
  *
  * written 2006 by Gerd Hoffmann <kraxel@suse.de>.
  *
index 6ce10627a4452476d2173037479c3f8462cd70c7..66ea9d6caee71c1244702dc91834227609f00368 100644 (file)
@@ -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/>.
  *
  * written 2006 by Gerd Hoffmann <kraxel@suse.de>.
  *
index 6a04399a1cc6404865e6e475c1cdd0c74c410d12..3d40fa4dd16dacf74be7f55ffccbbeeb36261fb4 100644 (file)
@@ -16,8 +16,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/>.
  *
  * written 2006 by Gerd Hoffmann <kraxel@suse.de>.
  *
index 582b0ae40dbb671c865621b4a42aa5af91f866ba..2ee26fb7853c8f29210adbf0a9424f29fc4225e0 100644 (file)
@@ -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/>.
  *
  * Copyright (c) 2003, K A Fraser.
  */
index 734da984b26a5b51656955175f04479acc424c0f..dbe105be8f8d993b3d29f4e846879bb21c2293c5 100644 (file)
@@ -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/>.
  *
  * Copyright (C) 1999 VA Linux Systems
  * Copyright (C) 1999 Walt Drummond <drummond@valinux.com>
index cb616d6505b39fbf8b8e4dbd07c229c025f29d9b..acbc0280bdc1b1c2002f2ac6b5479bb7bfdb79c5 100644 (file)
@@ -10,8 +10,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 <xen/libelf/elfstructs.h>
index 2e0679e679f78380a9e6b1da6f1ae3c617e32808..15f0580ef6fc64cd06a28c6bd73626c45a133ad2 100644 (file)
@@ -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/>.
  *
  * Copyright (c) 2004, K A Fraser.
  */
index e24a2e7e02565fcd388407b7bdb6d36f115403a9..b53365665fe4885cada6fc41c059464d439c33f5 100644 (file)
@@ -12,8 +12,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 "xc_private.h"
index 43abf01a83001164aff50df203ee76f21557ebd4..f42d1402e44dbae2a50f7fc33a9bb2a792ff54ca 100644 (file)
@@ -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 "xc_private.h"
index 8e70a918d05fb5885ecb921310b713fbeb12461c..9dd48a3a08bb00c4bd1f75caf99b7865a977030b 100644 (file)
@@ -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 "xc_private.h"
index 011112b0a8b7e757f7ead314d5f9949ad0e18bac..4d31a1e4548f2c85324c2aa0154bb99b890776fe 100644 (file)
@@ -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 <errno.h>
index 4076e478e3d8a9dd41ba0d5919e04279cb86ff5c..60335d8270ef341eb2349b0006fad98b60646f0c 100644 (file)
@@ -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 "xc_private.h"
index 932b47c2ef4584f84027785a2e496e5b8d1d8b8e..6e3c958df87b18a3bbe3a0134c84e5d760cb2ecc 100644 (file)
@@ -12,8 +12,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 <stdlib.h>
index ff66689d023f892e349bb235916a7fdc50e182fc..14f7c45504f3ffa47734160f8262d179636c5182 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Copyright (c) 2011, Citrix Systems
  */
index a6e9203fd88810f02a8926b987f84830485e1ac0..ec11f1567ec1ed9517dae967101ff370fb03a402 100644 (file)
@@ -12,8 +12,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 <stddef.h>
index 6121d800182d5e90d713212857b2b43af449dddf..c67c71c08be3f43fbe579e9ec76d8f1218fe4d28 100644 (file)
@@ -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 "xc_private.h"
index 2687424305915fa1cc8a42221bd62cf12e3bffa7..e375428e97c4eb569e2a308b64e37714e2ea0bb9 100644 (file)
@@ -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 <errno.h>
index 5cfa611333e78c7b4ecd37f2ce14aff278b8cf2b..3634c398b764859e0a8d9e1772171ff3462f2808 100644 (file)
@@ -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 "xc_private.h"
index 4aa48d6871937ddc87cd2dfcf59ef1236b2ab6cb..28611f4035683110ed0eb006e7f8b6c19f2435b7 100644 (file)
@@ -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 "xc_private.h"
index 0960c6d449b8a21393e9ccfe171a50322b0abea4..deb0aa4c8bf934124e91a9f506c794c51045077c 100644 (file)
@@ -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 "xc_private.h"
index e7036843eaf92701a00a9af7fe58d495edaa9709..4f6498f255f4bb9706c19910b34f2dc5c63151e2 100644 (file)
@@ -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/>.
  */
 
 #undef NDEBUG
index b827bbbe7051a8d81c1f295bdc7731774c6a1c11..c613545b54ebdc8888f0f9949ba4203c042a2bf0 100644 (file)
@@ -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 "xc_bitops.h"
index d5f87daec9efe6fe05fb09d9487673b27738f0ab..065669cbbb3c137e896854f39f40c15424447de5 100644 (file)
@@ -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 "xc_private.h"
index 8a90ef3d6383bb77f65b0ed9a8feedb5d4e511b7..54f1d7ba2a0c0f295f6386a9235b11103013e4b5 100644 (file)
@@ -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 "xc_private.h"
index 76978a0361a10fbee471f481f6051b446d6f93da..902429e6a32c42aeaaeaf0d6a26da9ce2e4eeb72 100644 (file)
@@ -10,8 +10,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/>.
  *
  * Copyright (c) 2011, Citrix Systems
  */
index c2a82307b75a7d113cdc299749280d80498751e4..7bb522ff02542a8443ef30b7af6e40a14aa2b837 100644 (file)
@@ -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 <inttypes.h>
index 8525967527f22bf99959066885d75513e79bcc83..ec978904da128e1e0e337a2e8e1aefd166e23b44 100644 (file)
@@ -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 "xc_private.h"
index 9b064b87878e39b1af685191542f2c0e5e2f0c1b..23108d6f382c8185ba8eb4b674b8f00d85e44149 100644 (file)
@@ -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 "xc_private.h"
index 5a7148e256f52ee4878c6e66cb41f11f3debdaa9..5b38cf13fd0eea55c3d13ebcc5c508d205e81eae 100644 (file)
@@ -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/>.
  *
  */
 
index 2ffebd9775511d2bd7ecfebd96a426d5ed450547..7c398974fe82b24c8ba436f409453c2d1cec7d9e 100644 (file)
@@ -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 "xc_private.h"
index 247a4089a66da438105c83b4b36924e494915e34..2df1d59fab094741b4255d2a6412238128f237f1 100644 (file)
@@ -10,8 +10,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/>.
  */
 
 #ifndef XC_PRIVATE_H
index e67bebdde2ea0dfe13099388557b3eed1237e787..87d43242ef360a40272d4ead88b1fee07028a86d 100644 (file)
@@ -10,8 +10,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 "xc_private.h"
index b2d1cc5ac7376811ee859313f098d7e1715109c1..d59e5ce77cb7425abbe2c2d7197bd54336e62bbc 100644 (file)
@@ -19,8 +19,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 "xc_private.h"
index 7257a54be107c3f3d8413955299673eb2ce62a7d..7e5d84763469f201de7c4b2e51394407a5f0e510 100644 (file)
@@ -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 "xc_private.h"
index e22f4ac10316716bfaaf9cdf08314ca822cdd980..bba36e78895d77570028acbf008e167dcdf48ff9 100644 (file)
@@ -10,8 +10,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 <unistd.h>
index a4de49107128f1b80955ccfa0873ff786e7a590d..695939a28b27b21fc5f0f067134a4799a97a8b61 100644 (file)
@@ -19,8 +19,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 "xc_private.h"
index 02797bffb0069fdb50f3b8f212a2b09d44e62a7a..83522333e35a29e0ae4d7bcf38a12c964b0a3f35 100644 (file)
@@ -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 "xc_private.h"
index a5b3277fbdf6149ee188bd6437c81bcda62754e1..2fef96afec83bea42caf211091b591c86187cfdc 100644 (file)
@@ -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 "xc_private.h"
index 507b205bf71575f65c05f9a1a885575b809d7f86..67946e1be641257faa3b76c438df3d5df9536cd6 100644 (file)
@@ -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 <stdlib.h>
index 19103619fd93d5b1d6ba3f3834a9b087269d21e3..07eeb672e5691975d9abc3b87f0ecba2e038bb68 100644 (file)
@@ -10,8 +10,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/>.
  */
 
 #ifndef XG_PRIVATE_H
index c2686af4a47645704e6c3aa353f007f56385a3b1..303081df0d1eaa3b42665c311d6262b428549ffb 100644 (file)
@@ -12,8 +12,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 "xc_private.h"
index 73add923df8ff6f572a90f11f79e9b7710516e52..c4724a0457cd5d558c08a5c3e146281a09a0c78f 100644 (file)
@@ -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 "xentoollog.h"
index b28ef730a30db3bf9a97059f9d7dcc89f5c52187..0cd92063020a4b91b9fccfec8ce92069db636e2e 100644 (file)
@@ -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 "xentoollog.h"
index a601837650736f8a097f1faa12b6a87d1f265f6d..ddb7c00319d5794e3d53b474f3dac957ce5b53e9 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <pthread.h>
 #include <inttypes.h>
index 29c3dcd8902852405f5556441ba2f1202421fb18..f683280678144a32c15ea058fc6624df5ff081c5 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __BIDIR_DAEMON_H__
index 3d34637d794b71e13aa49967248456bdd1fca740..c5cc71e3ca75b78142fcebb781a5fc5e16f30477 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <assert.h>
 #include <errno.h>
index cc9166fa4728dc75933348cc18b02bd810ee9178..d32c8e4781f1b9e0282b06d356acfe62e982ea1e 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __BIDIR_HASH_H__
 #define __BIDIR_HASH_H__
index 2694f82e9372319a51f3658a89d010a98a14443b..6ab4b3de8c6d10ead87e31220299632ed7d36f60 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include "memshr-priv.h"
 
index 1c39dfa77df6d41efe64503e8f0ab930152a6c38..ba43c3de660b53481236949f80c3590ad38e208e 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <string.h>
 #include <inttypes.h>
index 66ab477bc7edec8774b8f964dc2db04371e77010..f2c3f1f91d247939df590284d16bdbf1acf953f4 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __MEMSHR_PRIV_H__
 #define __MEMSHR_PRIV_H__
index 32c1d815da378a3a29c8a0dff5a6e1c7cfd49001..f3f898cd2c37418bda12e81fb9484c714bbfab79 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __MEMSHR_H__
 #define __MEMSHR_H__
index 30975dcbf69ef1a1e8c26d58c30953163e931d66..00e9a515320ae97bec01992dd459569b2183935c 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <assert.h>
 #include <stdlib.h>
index 3ce675858e6e2e1a25d2e6155fd21571b21f4936..adb6eb9754cb52d34bb4e407b836e6ef75ac817b 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __SHM_H__
 #define __SHM_H__
index a59e5362d65b4cdfbac1d0d1b04bd6d3a280c293..5164397c1ae339e40338c08b3801ff1f91e49c81 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
index d9f11853321e2833a52ba5ed0794485ce3d95cb0..52190a5ac6859366bffedc9229512936ff65573a 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
index b81db779a4647be3274b327e6cdd21e9b0f8e745..e6f5361231b9ab73d3026fed6a65335cba01ac84 100644 (file)
@@ -12,9 +12,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #
 
 """Overview:
index fb4b2ffae49258d3041f9c2c3abf16fef13b4cc9..2aafb1d1493a96559a8420f1bba9bd6789c0f413 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xenctrl.h>
index 2e5aa80ceec0b352e1778109b3bbb9130ffca97d..b11f27c37dc1218295151dec414f686424c21d8f 100755 (executable)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 use strict;
 use File::Path qw(mkpath);
index 2f9bd8efa9bb2bbe4c766d7ee58bc641d8a3134e..08f2242650f22cebd129545a47a6c755409a4520 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #define MAX_NR_CPU 512
 
index 98413f06cf8c337f1b272b8fa5f66c704bd51d67..be972b9e19b7ff55e7723c37d1e2affd306fae22 100755 (executable)
@@ -8,9 +8,7 @@
 # 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 program; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 021110-1307,
-# USA.
+# General Public License along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 import sys
 import os
index 80fe144bd6479b9de4c11ce62d69655d547ba2ae..b9e62cd5fae1e964d9bd14863fc40922975bdafa 100644 (file)
@@ -181,8 +181,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+License along with this library; If not, see <http://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail. 
 
index 510099bf59f62da25318b1034738a606e4d3cb0d..d1789bf020c0508aa9e4d17d08f51a71359a8c7d 100644 (file)
@@ -7,8 +7,7 @@
 # general public license.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 import sys, re, os
index dea70441458ef9820fba0a5e5edf4f2be3f97720..dc810d55cbc331f6eac45e40ef2046d3f6d74c06 100644 (file)
@@ -9,8 +9,7 @@
 # general public license.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 import os, sys
index 3ec52fd486eedcc2ff7cd1cb699b818a2d0a6dcc..e4aedda5f3b6ce76d9e4adcd334a8b9b1af51ceb 100755 (executable)
@@ -9,8 +9,7 @@
 # general public license.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; If not, see <http://www.gnu.org/licenses/>.
 #
 
 import os, sys, string, struct, tempfile, re, traceback, stat, errno
index 32f982ac2d40bba64a0ab7959cc7a91f40343951..20423a3c8e832ee7c40cf84e54e522b6c9e04650 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index ec364bb5350bf559231985c549cb7f99d8d6ee74..76ae3ac91d15ea48b3d48b81947c8ce838fbb560 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2005 Mike Wray Hewlett-Packard
  * Copyright (C) 2005 Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
index 8f63eaa7a18608f05e76fe7a39f65d6f06f2e6b9..c540f649981cb89c46d7fb527572ef2d68a60343 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 16b0b8e696abd48e8f299d02f3fa278db2eae694..47a7ee4ab94880cc564f6cc9f9de7354964ccbf8 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 49e3e38ad96b7c88c29a30e8fcfd274c3df3d243..1d8e02ff65712b089993fb705e49e3fb14ba1dc5 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index ea896d50841d1a989d91674cc78c865bbe6854fb..22d4a009602d4769572e04bb42084b32ad68c14d 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 2d6e054861f7ce48650ceaba6733de7755fdf416..7ab45230967487a481578c6501059f1d477db84d 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 7f0e213c2a0e0d3bf1a0edcb40b7718d851ab5d1..7ae49a82ac94235ecc04f44387724b45648cffd2 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index ab30ffcd35b5c9938b075a10400da0112062cc3d..808f007708561cb2a5abc4b9e7ddaa12433f2d0d 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 5212770b5127d064af4bbf81ea8c27a4c3f62dd7..0ca4e2c961cc68aaf809f9d48227fa1aa3c12d68 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index d1f6db526697cbb4a9564f72b2c3fe4d715fd743..c73a2f6c16c07e450ea0cb2d7e7ef15b9a4543fb 100644 (file)
@@ -12,8 +12,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 40db017ff3f984250666acac36cab5f7161fc12f..05f754dfd682fc1d98c73be9f0aeea6eb84e1783 100644 (file)
@@ -14,8 +14,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 1d25d2a2bc3eba21c668fbe75ead940b84ba51c6..c0a3b293c582028527795e83d96d9d71eebdc45b 100644 (file)
@@ -14,8 +14,7 @@
 # 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/>.
 #
 # Author: Xudong Hao <xudong.hao@intel.com>
 #
index 8ad045f66ae70a50f5af4e6ec0e1e353815ea3ee..e2e49cb495566ba53c0330cfb66c443dc334c3e2 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  * 
  * Authors: Yunhong Jiang <yunhong.jiang@intel.com>
  *          Haicheng Li <haicheng.li@intel.com>
index 3e302ddac0782aa447ee64f5e55d571f370c9a5b..7318c81ff20ab17dadaae44435dc9355ed354ac5 100644 (file)
@@ -9,8 +9,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# License along with this library; If not, see <http://www.gnu.org/licenses/>.
 #============================================================================
 # Copyright (C) 2009 flonatel GmbH & Co. KG
 #============================================================================
index 494a4c6e74ef1b5b982af1f5e7fe17e1ab5240c4..8f0939c101879ad5fd2aab202b4619960f5231c0 100644 (file)
@@ -12,8 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdint.h>
index f1eb1f56ee3eee9b9b5ef241f260effcc81dee8a..e21464bfce2f3efa77b591b4aac3d7e881594ab3 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <sys/types.h>
index 5b6e7c66c276e7610d4a73c70ec1a1f7c1003259..ec0f60d1ffd93b956159a23858b2393c58f26d4e 100644 (file)
@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found.
     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
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 
 Also add information on how to contact you by electronic and paper mail.
index 2cc20d5b5db4148c6ca92da18fca1d91a1bfac8d..7e7b7b8f4378c4f690520a3e000b6f90ca0b9201 100644 (file)
@@ -20,8 +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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index dc61d14f8edb66c3b8186b4d4daf2d1f2eb25d0e..1ddb29b702fcba46a2ad04b6d2b5bfe6d328b807 100644 (file)
@@ -26,8 +26,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <time.h>
index af97f2d0ae50cbd85082cff5904c07d95bbf7e0e..9eeacbb5843a3af6efceb10bd953df3249ce8266 100644 (file)
@@ -19,8 +19,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __QOS_H__
index 1883107ac36b78de65f9fedf5152456831277d12..2a948cd48abd405350eb9945c08be27407b9d04a 100644 (file)
@@ -20,8 +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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#   along with this program; If not, see <http://www.gnu.org/licenses/>.
 #####################################################################
 
 import mmap
index 9bc14b1651f267d05e7b0194d46db02f312e73c7..8210f426df23bfe8d258256a6751765a827e3a6e 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 53c9b6e77aeddae24a3f5b978914848448347c03..ee3fd7d8b86c9d2a187daaf7aaa7c8a94a761aaa 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 455931a91ebfc0892c24ce5b259083b1b25b606c..b1425a90ef6d3bb5c5132354bb8abe4daf28a006 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 99cd5f8abb805cce0b55e68c9a9c28a4b6e17897..332483595757e7850bbb6678b7d91622048a3663 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 3f4c2e9bb7c6cfd090f4cd53cd156c2a3b430693..b5ffee6ebeef4ff0dfa43d0b272ac6749bfbc148 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #define _GNU_SOURCE
index 25d511d805cd67eef25de80a150155df605c7c69..c6ab77ca4ea7a1de96145bb2ec1866ee7340270f 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 5dffff828d48021e59e1e44248d881d261b561ac..b3a31062aa06ed949048436941f0d0449fe0324a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* Xen extended power management support provides HVM guest power management
index 2d2d780e6014b850ca3b8437452e24eba5f96508..480e5f18765e660f5e9d00f9bb09097bdc3d3084 100644 (file)
@@ -489,8 +489,7 @@ notice is found.
     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 St, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
index 8f6ab0101e8e0fd0a96fbcfcd687c3c89ec8b557..82c000ebe98ffc7980c575e947078fc6f6042c0e 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+.\" along with this program; If not, see <http://www.gnu.org/licenses/>.
 .TH xentop 1 "August 2005"
 .SH NAME
 \fBxentop\fR \- displays real-time information about a Xen system and domains
index 8173886d439804b6b3b82de37294ffdde6d57438..2fd2b6742e614ce699754617c309fccbbd18dbeb 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* get curses header from configure */
index 5a6237bb0b3eaa043d65aec0a0a6d478ca34ab30..c764b2e3292196157cafb19aef908c9565146be4 100644 (file)
@@ -494,8 +494,7 @@ notice is found.
     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 St, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
index 43ee93f8dcb066becf3faf579878130e0cec0af6..42c0dc74ea485a198cee2fa88ec441482835b472 100644 (file)
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef XENSTORE_H
index 5c2baf6b40eddb8e028919cb50203d064775cd9e..5a10c6c93727476352e39032d64af8e582aa53a8 100644 (file)
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef XENSTORE_LIB_H
index a3d85e34e796e02f430fb3bef19c13f3974af1a9..54dbd0270663dc0db80850dd7ad7e2db0a6e048c 100644 (file)
@@ -22,8 +22,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+   License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 /*
index 1001a9517021138c2d128758e8142d444aac6271..c849bf61afd9886fc3856310ceccde76077ecbdf 100644 (file)
@@ -21,8 +21,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+   License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 /* this is only needed for compatibility with the old talloc */
index 3ecd3fc648f6ad5cb828261eca07c6bce030d088..0bb53a949c9590e0fd356a9b17a43d0082e24743 100644 (file)
@@ -22,8 +22,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+   License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 
index 84d2df3a0e967c6b73277b8274e8e553d557e110..41872747a178bcca45ed2a764031e2ce5ef517b5 100644 (file)
@@ -23,8 +23,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+   License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifdef  __cplusplus
index b18000da93f33cbe679828ecf4978e8bf475a54e..b7e4936b857e171d24296e8022150868f7ed53ed 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <sys/types.h>
index dcf95b536d69935d1163502f42edd63af75e7791..8c853c9076e658b408151c4a3f703cc2d1eef38a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef _XENSTORED_CORE_H
index 0776e39b6934d7bef5e536e0a5d1064b4e4fdb4e..dcd6581ace61fc4977d23bfed7340a8c724435ad 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 9e2afaea5e2bef0658a7b14319c74f8c7ed1a2a3..83488edd4b434554d4eae9b869817ae1603c12c2 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef _XENSTORED_DOMAIN_H
index f9c921efc9b8779a1219d986456612d63a53980b..b686e1ce923c9bad4378ed774ebb5670d605e57a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 #include <sys/types.h>
 #include <sys/mman.h>
index ecf4386794db8f7ec85da15d5da3f42102392c22..1f9603fea2dc64e18dd465c48287ad33e4dd2aed 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <sys/types.h>
index 50a32fbcba0648bae9e9ce0a04a1d4c471a11ac9..d0e47399808395021bbd9fc220cf1348f6b6eb7c 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index b3cc9ac4b7cf5c70eec93876177977bebcde406e..cfeeae1ae0f05f231bcfa32aabde6e04d7711efc 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 #ifndef _XENSTORED_TRANSACTION_H
 #define _XENSTORED_TRANSACTION_H
index 2ac498ae7ffb4d77808b4b2d37669d8d7a75a063..85439998760279e7ce0699711b45510ec75361b4 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 6125ff3886fb30e1a4b72e1e6f401640bf1abc7b..5bc4f8847ea836395179065cef8b494d89a90b75 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef _XENSTORED_WATCH_H
index 968141dedee21f5baa6fcb4b86fa850be2ed4ddd..d1e01babb6a5e03ad2c6d2b19a4b1de789bdfec5 100644 (file)
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <sys/types.h>
index 47951625c1d63460d5d24d6ba9004f64c50ab811..af4f75a32828d5530fbd6e354565e04da703ad1b 100644 (file)
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <unistd.h>
index dc89ffe3051f03a100627537b4c363d393febbae..5a2735ceeac93e38702e19b1deeb51ab6b05b4ba 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #define _XOPEN_SOURCE 600
 #include <stdio.h>
index 163b1688cd9fbdac419dbb4b178401cbfc4698a8..ffbc577bf0b48cf7b229ce0a639ae5df24e7730e 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 25372136bd6b58bb65dadbefe237f079397d7a2c..b834700f9738c97cc755d2ae96f0b76e1ef5f792 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_PLATFORM_PCI_H
index 510a2b7b8c5bb0f1d4031371db489fd643f9a3f3..7818c0cd8b2662979f9d0e6e2f39279681914356 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 43f972ee5ef733fad6983258dab676085d833049..ddb3494147a1312ffb8120c9486eea0d21ec4718 100644 (file)
@@ -331,8 +331,7 @@ the "copyright" line and a pointer to where the full notice is found.
     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
+    along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 
 Also add information on how to contact you by electronic and paper mail.
index 95ee3121d94f60862dd218bbbe62855809f38194..1a2e6d2970ec174b4893fdec17ab45125bf13afe 100644 (file)
@@ -28,9 +28,7 @@ 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; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+along with this program; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 #include <xen/config.h>
index 3e8887ef4ec4a704d0efe1990fdb758c58dd9c98..35bd4d1607fa19954441bdd06f2d711d5a537120 100644 (file)
@@ -21,9 +21,7 @@ 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; see the file COPYING.  If not, write to
-the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.  */
+along with this program; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 #include <xen/config.h>
index 9a8904bb869271944b6e87eb69a52ef82c5a5fe8..fac36c6ef0fcbf4554f718fe30d782dd7f187eab 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 36bbb8ba0c26d9ae6dcb653725588dd5c06a0d34..15fe2e9f9e35d2f1a57790950658f1102921d66f 100644 (file)
@@ -25,8 +25,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index fa3678d69233fae7032fce20b8e2b2cd6dff8263..ef79f777aee97037b18265f7ede099ba7b8de58c 100644 (file)
@@ -22,8 +22,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 2c9fea2b8ce85f0f627630c5cc50e4ca22dc73b6..4de6f8d44137f0b0efb007108bcaab879bc02c5a 100644 (file)
@@ -16,8 +16,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 4afaa8da256e9152679f8fec6679b5e40b2dd143..0218b386ea03ef8a76d1f862752f86b4a951a679 100644 (file)
@@ -18,8 +18,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 1f98c316c3030f01436bef7903bf0caccdb18359..cc15ea31bc7b61d3aa25bca732cce6b66c49a037 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 27437924c4bf7ce7915c0ad7e5be41c0a414121e..46ac0fdc6527b5f08b02c9f8f396f59ed93ad8a8 100644 (file)
@@ -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, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/types.h>
index 98a0f8d933b6e4e3fa5e7dacdbbfc205eba4034b..8a80a9f1e7ffd4ba227d876f463f1c54191027ca 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 08f640105575ed80096ba9a0e2e5a13daba9aec9..3933c19b56903dfac7a4ef383403b2ec19fe4411 100644 (file)
@@ -25,8 +25,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/kernel.h>
index 4e8ad3841e0938ff4044f521cc3186fb66d8f808..599e46509fccbddad94a092503c74216c545a9d2 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* K8 common MCA documentation published at
index 54cddd59c0b8640ef4816bf0084a828e94f583bc..2c93a31d095b09a63081d2ccf7d937b59d70323b 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _MCE_QUIRK_H
index ba1693c3712bdf3823f4cb8125353836b8b226ff..b136320f1523c891347927c83cda9dc85bf34e44 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/init.h>
index 93c586d9775dca7a9f24c3c86562254dd772153f..76467d6b4938952070c8dc510501fd7d9d0dec1f 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef X86_MCA_H
index 030a911b9f7355076ada952cc4b237e4b7fcd366..bf489e37ea1d05515e0e2c81127c37d6828982ec 100644 (file)
@@ -14,8 +14,7 @@
     Library General Public License for more details.
 
     You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the Free
-    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    License along with this library; If not, see <http://www.gnu.org/licenses/>.
 
     Richard Gooch may be reached by email at  rgooch@atnf.csiro.au
     The postal address is:
index 976f4ba10be941404120e7f56d9e6c29179996e6..07d8794f22c114cd94ff1d9eb89a355f99268e75 100644 (file)
@@ -14,8 +14,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/>.
  */
 
 /*
index 9611b9db029c23027d74093dcd1d6b326c2c46f4..8af3df1026d02669d0c0d5031e29cd043700705b 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Haitao Shan <haitao.shan@intel.com>
  */
index e5195cfc6343a631ffac7ed5c0dc267b702b4b25..825be7295fcc6c581f5276b70b9ea72458614fbf 100644 (file)
@@ -17,8 +17,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index a7d3206059ccc58361060a16a7ea60a8de6639d4..b3750d7de1c3e4666dec826503014cd1ac8578d0 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Haitao Shan <haitao.shan@intel.com>
  */
index ee41463470784daf8f445f47c087cbcdf5e64d24..58cae22766ba43769affa02e30d4a088ac079124 100644 (file)
@@ -11,9 +11,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 2390a1b6f26b743f4735f8a759a4310d84dff9d1..2a391892a44fe66d189c83324b5dbbd187b3586a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <asm/debugger.h>
 
index 9a3cfd928b2aae4b31f3793d46625a4a159552a7..d894a98ebd7a123eea6f910d77836e99930b562a 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 21ec492dffa3e06afa6962b7069fb726c8d599a7..24f2f0091a0af874978e81364fb10aa71c2f8e4b 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 042e583681ba1629aabfb7bbd146f2f7d38a3fbc..4097af02ae3e4dd4b13285e8e293fd23107cbc86 100644 (file)
@@ -15,8 +15,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., 59 Temple
-* Place - Suite 330, Boston, MA 02111-1307 USA.
+* this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <xen/vm_event.h>
index 732504a3d3a1f9b494cfbadab9f7498b8834fe16..edf9a1746d4168d7c43b89676cfefae5538e3159 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <asm/hvm/vpt.h>
index ec1d797d5dc3cebe5ee31f08f989e1bde4d38ce1..14c77f254810a46c795993c227fb210fdc0682ef 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 08a4e73ee425375ff4c90a79111ceafa38420fe3..7096d74c776c6056b225d16cf3414fc736f7d8b1 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index d3b9cae70f2f13a27eb0959a782b8d77ebf28170..fee812ad0d03da71f3d4f27df89bb60acf23bd14 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 743429e59ca6c1fda6774c4b65b973089c6e1b8e..50fcf737877147c487dcce9614180a2d04ade110 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index a69ee62a654675c6ce3308f7d151854eafd339b7..aa7adcfc551ea544d1279226688038442dc7cd2c 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <public/hvm/e820.h>
index 964f58f1a5fe1ccf9f3c451354a1e88eaaee47e3..caad52505452e3d43619c126cee3fb1e48a73267 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <asm/msr.h>
index 34fc06289711a0ce3e1c4c6fef7f502bd3c86bde..07594e174b7aa73a2915727cd82aa043e982e8e4 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <asm/hvm/vpt.h>
index 37357ddaf50247ab568d599e239bc451ab0f562f..efe666a1a874fcac8552a22df6352e1ac7e03934 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 61f780df6dee161d69ba3e441252abe36bf8f468..4660bebeec0467f7e481fc95ab377e117fb7b93b 100644 (file)
@@ -17,8 +17,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <asm/hvm/support.h>
index 344e143d3cf3b96408ec0a40a1b98c2a0516b725..b65be662c3c6b7bbda1e7b537354b4dd33b9c779 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 6f5c8d3a0f6086cb5246890b74f088399ef819b5..e3eb714c708bbab90afffc32773a8bbdd90d56bf 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index ef4d5f41020f0e2e14d0f3691fdd58a516f2623d..e816d661aba3026c21d9b79ffa8894c3f3f73fdd 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 023151ac2206f01bb8268fb3ae20a1de4ee1a380..1d97c1badb1838f6680e05b4b185faeff4b1b5de 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index f22b7d1a1f22ebc8e011631f9ba5fae22dcae81b..dd927f7450e46c314c36cf12156b89db8ce7b3a2 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index b8bba7125908375ff1f1d73ca655b11af2608e09..8de41fad0e9ee5f399a5711954b57bdb06cbc816 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index ce7d05548149bd6157d53818920f76c7e8311a82..ded5d190b108a9fd31e4ee8250438743cd68ef7a 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 6339d2aa9814b23aab26eb137636b490428f7098..b5d71658d021c03e621f93262a2c69eb0ed39202 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 9de2ff3e5045b15148ad8eda88c4439bba0528d4..d34823576b162f578aba06040981f9b499b338fa 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  *  Yunhong Jiang <yunhong.jiang@intel.com>
  *  Ported to xen by using virtual IRQ line.
index f8a28d07db8e4b5df0508d933c7730581f4f4469..b893b4035b94584169889470ad0ec8d6122659eb 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 66545a423c3ae981670ffd3a6bee91c5b82d9f3b..ac838a9a057d07438060feee1ee4026deb67620c 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Support for virtual MSI logic
  * Will be merged it with virtual IOAPIC logic, since most is the same
index 664ed83269fbe85891d7c1814b6b62d0f86b3e41..2a4ed57a09302261b2520bee49afa8e1faf7a950 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 85074329aa9284d278d27253006dfa5312827e23..4189f8993c2b48223b30d54c59179a29b07624b7 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index bc1cabd9d4b11c2558fe888202ff068645d011fa..a0a97e76b9e6354014766ca27f325d945e4e37e3 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 6e69ac00be75947b50d001cd38e54ff7aebd1949..c32d86323d42106d85aa4c3b3963949f6f874a52 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 555fdfa18d10a260959eb7909b2d648443607406..34b05be1daaf093894e97234441ee6ec77ba2ec3 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 7c6549c6f595669e5f04363e09b34235bd92579d..0c8b22ea1f59548876842191acf0be217a0e4361 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/time.h>
index bfe3761632653082b2d7ef91fd10d5b37d0eb6be..63aa66677046ff6877a73071696d7d528e47a4ad 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index 17b227c12afb95216d891b34ebdd35ddc3dab0ed..10605c8c73d736b75407df968b8f86ba29e780c7 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <asm/hvm/support.h>
index 30a653dccc2ba9f1a214cb5f95dd92f6a5b43578..773454d95fec2d9f0fa9786a1f46ee5cdbaa2c29 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/types.h>
index 62ab454ff001055cda8882d110e6bf8c4bc8331d..66f0010c4a9f85cc2ea930243ccd845e06831d79 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 2d5f6b332934cc2f922a6d54d5244f996605021f..d375c4db496f4b98a777634431dd0350559c416d 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 40adac314dafbeae74b1ce664bc357c57e642691..4b5576d70cfd413aaca7fef5824548405051c8ca 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <xen/vm_event.h>
 #include <xen/event.h>
index cb28943e1a7068adce8a782271aecd9545ac0c88..0dbae13ef7fa83c50c3cc19df0986bf5cac4510b 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/vm_event.h>
index b5c0b6aafd8015591d3411938571d32a7e45d43d..973fbe8be59cce350af34378fc319d1ad9f17009 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef __HAP_PRIVATE_H__
index 9ee3abaca827b0ab8f39edb286afd156c70c390b..a049e0d3ab67fb5be123bd1709508f8dcb2e037e 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index d2e3786afef10eb65caa6a115fe99cb4d4a24a4e..a95e10585b20dc6f35205b910a9f4d0526f42aea 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/types.h>
index c66f105f6da28589e632b9583ae2cb2c965d3353..76c721731b1bb38c974ac628c091cd21d99c5cda 100644 (file)
@@ -19,8 +19,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _MM_LOCKS_H
index dc8251844e8e17c3a68411382adfb372d8924c75..2f3df91891b4d7957b80374f06891d068283796b 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 6aee85abb1ef9adc64125775e901b16f0aa6f4a9..8156525b298af930048fe2c8e966ac9de2668479 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/iommu.h>
index 926de0b15357b5e7bb1a390ffa11146f6e9c2f21..1a77cc880fa0a41a7e7a5b9b30073523ec88d1ba 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/iommu.h>
index ff8be31f46b1c24afce51b282ae4ffd81f578671..a4931b9d6fdc6d65e0a64928aece7febe213b673 100644 (file)
@@ -20,8 +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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/iommu.h>
index 942d8491fcfaba7458c2a9d0abd5d965f5d9af8b..618f475dc455598e581e704a42544d8b0b29ffd9 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/init.h>
index 6574206f80efe0618fe829a488316d8fa115970c..abce8e27bdb8b012d2cfbf332b5f4f25cffd9c2e 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 00e8f1fb256926910a215cc722d6b055c22fdc2a..22081a1bce7d333727b5527ebe40564714b9b000 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 935e12dec3fb51ff0f9a76c9f963f591271faf98..b5cc1e94667e5217274f9507caef082b848a942d 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 extern int
index 48f17982dd530bfeca4ac8614bb43679987e2a98..2d146cf5786653b87bda7dbe0906a322d12eacb4 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_SHADOW_PRIVATE_H
index 7391b3ccefec35734f27371466c40fa6e2dff8c7..9bc369f0fef5df247d7d73bc0ba4fdd62357b923 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_SHADOW_TYPES_H
index d35907b2dc706dfbaba40058edddd500888ff86f..3d521352d716366c25bfc8435c0b97e138a0ff5a 100644 (file)
@@ -15,9 +15,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 7ead91157bc71d95bd3fca297fbc2775f8d89e58..0d55d7f2465e141b9db791c92add308d8628f533 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 58ba4eadb613d0b6da5115c1a2d562c13eecbf46..9f5a6c6f681eac42d7e1270eabde4e23e5f39e4b 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index 5fba6b7d768ed666382d59a82928002c61fbc5f5..b32a839736dc3378167608183e1cdf69c7f2c430 100644 (file)
@@ -15,9 +15,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 3666193739eb1721165df51476592614c465a8bf..f01ad70f96a2f8029b46a1c61d4b624ebf48af5f 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  *
index dfc7e847d5327fd1b46e6540cbb32a0c441084bd..0fbd10a297f486a2ca00a685ad188148b4966c7f 100644 (file)
@@ -16,8 +16,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 19567779dcb5d56207124670756346fc26837754..30df44f5df339e12b832cc98578e52799a5fadcb 100644 (file)
@@ -16,8 +16,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 3b5604a3ff15e2fb0459dbabcac72372c6039205..2626519c89c72447058829066324d445c764659f 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <asm/debugger.h>
index 98310f38d351f947d6f4914ebe8608e04c8fd7a0..24655d48f3cfab37fc7a987875ae9629c7e144df 100644 (file)
@@ -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., 59 
- * Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index c447e5a006d8fdda5e890ab622e47e8fbe1658c6..7537519414258eaf7b6b5dbb5b39ab091b21ce78 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Allen Kay <allen.m.kay@intel.com> - adapted from linux
  */
index e596131ade8bd31930b8e210e49c0f8a76ea7603..f1454ceadb0dd892821d8b2c8c5b6e6688da801a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* Operand sizes: 8-bit operands or specified/overridden size. */
index a4d4ec83ecb11529d6fccf69b526806b014d3ca5..cfac09bf51605a2e0ebf036f1b9d896b7653b911 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __X86_EMULATE_H__
index 7640e30ef83de1fe53b6df1f1060bc84a53ebfe2..46737cf367b0f930a96d34f9e1ce3c7669e6480a 100644 (file)
@@ -11,8 +11,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 67ff726b218f79ee235165320db09c4cea49e504..19e3b8d78c184ca76ff8f4ee51cc9d8c608b732a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
index 92f078e96bea009045ef6472ab0b36277a2e973e..f2ed64af31da9af38179cfaa088e5f6f26d07b96 100644 (file)
@@ -20,8 +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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/err.h>
index c9882e578375ada3705494b7d2806a6127387600..dd2c54797da275f1f61e3ecfbfe486ad35e3fe6e 100644 (file)
@@ -17,8 +17,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 0771323750cb7e5bdb0a445d4ff9ebdd6b1d879a..f929968cc26395016aeab467220ae8ef9b8983d1 100644 (file)
@@ -12,8 +12,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 "libelf-private.h"
index c5e9141b68524279330f4199346f13e60c8a402e..6f42beaa7ac670729d982f3edf0952a178d9f6fa 100644 (file)
@@ -12,8 +12,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/>.
  */
 
 #ifdef __XEN__
index dd4675a460f01ef6b21249d48c9e727d6813f827..d5f9d89f2716d3b1f6622d32bd249be432e35fca 100644 (file)
@@ -10,8 +10,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/>.
  */
 #ifndef __LIBELF_PRIVATE_H__
 #define __LIBELF_PRIVATE_H__
index dae210e87b4919f45e70ef035e8dfdc2dd5f49b4..5a4757ba593dd4a936b4b5e0d15f2bbca9dd6279 100644 (file)
@@ -12,8 +12,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 "libelf-private.h"
index 2ce6a44179deca2feb1ec5b484878f1965d257f6..d02f4bf5f3123982e8b25916722806f1558fd57b 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index f72d13b1d19c0bce7a27658e18a5f9fe26b2453c..d50561101fb582ec54347d05963cd8e329a36deb 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index 50007f61ce66d4bc4ba8a92db373d69c48eaa62f..36f9b480d19eb9a1e3510070f1e497bac04eac65 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index fdba618f12aee603d924383e3c73adb62f7ff15d..ee18bfc29857631241a43ac7525947fff19e68fe 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index e6c3ceee8c58c56beee386e6ed730e32c4ff646b..8d0289cb382522da6e71e6b2c655e2918f0e9e95 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index f422754de9d28df97b99db3506e6b2135dfb4921..c7d93d3bba4da0221a80ec1cdbc591a768938b99 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index c5bbb68d3273dd1f711d10530be3bb9dbc1161fd..2d1cac084d863987b56ef4b7b1230d063b78db7a 100644 (file)
@@ -16,9 +16,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index 381133ba81df7d02c375d7a1462d650136abd6d1..d50c4e165504c14f2a44d3847648b7b570260d65 100644 (file)
@@ -18,9 +18,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index ad4beafb670252b043c3974d27a9e27d7a9cbfce..159c036ea6ea66e32b02cfd432129b9a18c35571 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 8500ed7c79a0204470d0026f5f3303f063a75e8f..e4417db96f4c405f3ab8cb732bd038d804db4f14 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index cf8b9b577e85df9332be2132e7c5a968ca30c555..90136c068b20feb7a0e4cf8dc514920d8d57264d 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index ec50dae22442eb6ef11b657e80dbaca63a9af0a4..3b4178fd44acaef5d99e1b01c38a8ee483adea47 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/preempt.h>
index 17361c7ffa01f6e177414cb3ea7575bf40749458..5e33f09b9b08c5350276d35b7ed09ab64bfdc252 100644 (file)
@@ -15,8 +15,7 @@
  * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 67564c81b3b55639fadca4d43560b8dff43c2cc8..1812c0a76d5c875b869ae279236449e17ebf7fb1 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  along with this program; If not, see <http://www.gnu.org/licenses/>.
 
   linux/lib/rbtree.c
 */
index e9979cd9d00434dbabd815ce4b8dfe3f91009b77..f13b87b2d125bb35d3466c1230476257bd4ac3e7 100644 (file)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2001
  *
index 932e5a7c69b2b9718af2d8ac97d8d837b64b331f..cf109ba5fbd4662e65a13765c7ee442b05dd1458 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index c16ff10cdd82c84b51364a53376f1c6c02a1ca86..29fdf5254307beef519b7613d48bb2fd78135588 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index a7da55b0237acc4c8c6fca77fcf96feaa7f486fc..e072e215998e6c0253217c0fcb84d17701cc9080 100644 (file)
@@ -25,8 +25,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 St, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "decompress.h"
index fc794b05382e7a0e27ea1e76c4a6b84afdbfd735..5ae6cf911e86b4d817f9ada0ee3228d5df607aec 100644 (file)
@@ -22,8 +22,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; see the file COPYING.
- * If not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * If not, see <http://www.gnu.org/licenses/>.
  *
  * Markus F.X.J. Oberhumer
  * <markus@oberhumer.com>
index f3a8736f7c4b211072608c4f7e4152575aae8228..ef84b0fe5705b529de4c8d79842eab9072bec1b5 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 
index 1f6b5976574707a94878084f2b5657dac001c686..4ac98c07feec1e1d327efe5def978dd5ab692860 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 43f8f984dfbb9ccc6f94d0b30663af527e648c71..6f81e7fa366ae608d2f533d2b4c90e67db04cf5f 100644 (file)
@@ -28,8 +28,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include <xen/kernel.h>
 #include <xen/errno.h>
index f0f4636b19286f8193d87ce9c13056d799a9e7b1..8955de935e3a93c839700b6abcc8a507f67d5e99 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/kernel.h>
index 21593cfa1a9a44851f38fe403e4db813c0f1b718..8d721d05e68b28a9e96643bfe909cb47d10133d9 100644 (file)
@@ -22,8 +22,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/kernel.h>
index b8790a618b2c6139403a23bd208685de5984e89d..f74e7c2a06175ddc09e62e2c69c7ebfa0a715414 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/errno.h>
index 775537b8be5a1f04870abb27bbe9ee9948701f3d..434194ed0462dd6be5184d97c28c32eb9b5417c6 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  *
index 4c0985963110c510381ef7b3d17a823266f9c810..ce154703894c9a6e5409961ae2300f02edcbfc20 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  *
index daac2da57f25dc7d13d1a1222c10629efd79c83f..892260d94b73378a3e1ab36cbee5b3b47740ea0d 100644 (file)
@@ -14,8 +14,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., 59 
-# Temple Place - Suite 330, Boston, MA  02111-1307, 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 LICENSE.
index 1beca790bd8fb64601b7506262640a8262c85e8f..e57cf2ababde796c7238bb6db5bd3e121a7be6da 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  *
index ab668847974884b5fea1c9aa4b03115952ebdda2..567e9e95d26a1a13d9d22266b1aacb242a65a957 100644 (file)
@@ -21,8 +21,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 5634eac976d66960db4bd3753eb3c7dc7e799f0b..79c1f8cd3e7d02e96ea9183b6a726b885500a05d 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 4faa01b46a72fa91f87b69644da95c224b773c7c..44407f56e12a77de2b36b46892b643f6d3330cb8 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 98e5cc22292b4e42c63cf413097a03e20e00442a..c1fa29b5417e7bbd5bd2cfd6e38c17efba3e2100 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 4d92615231b5f729780d59987cb241d1e8e69d03..e74f4692f494b62fa1e729ae6fe555d65533e2f4 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 61698b3df99fbd3fd1f3a78ade8d1a8765f7acce..d90a2d22cbc2a0f27957ce59889d9b6adf1e6d7b 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index d3f37258aab354b474e56ddd535cbb778dfc99fd..62e29e96c27da5cea39dc78404daf1dbe76b56a8 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/err.h>
index 586c4418fd35609c40418e6b66227aadbe2fe134..78862c97d7e0f887ec1905a7ce9928dec3fee396 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/config.h>
index 920b35a38cf95bb81c3475c4124609890f42cd77..c1c0b6b44b59201db835f0bbddfab5e967a3f4b0 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index be03dffea7f217841e7573ba064fea70ddd18648..bb08827b958c65f81ffd33785df0f5b8a921834e 100644 (file)
@@ -11,8 +11,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2013 ARM Limited
  *
index 000e76db9597f6f0e627ec8fcdce3cd7052ef00c..5c91572a0be613bf9651f325b8cb82443f263bc3 100644 (file)
@@ -9,8 +9,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ATS_H_
index 9b7733493018eeb23773c35214a53a869a89e5f1..bda9374dd56e3f5c843853d4c286f3897b9f0dcd 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  * Copyright (C) Xiaohui Xin <xiaohui.xin@intel.com>
index 0b2ef52f60722e398476305be78070a105b283dd..11d58cc82af3becef043a8af4da0f2b1221f4cc2 100644 (file)
@@ -9,8 +9,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 3057b11ca589ddadfa9019f40e2b766baaf95270..27b3ca79f5c27ce599c9c43b04255753dadd7702 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 56daac784aa7081cdc1d624568030931113d1343..34ec4c7b0d005ff4a538a50504154fbf735d2da4 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Ashok Raj <ashok.raj@intel.com>
  * Copyright (C) Shaohua Li <shaohua.li@intel.com>
index af205f519848e76256e2a5a7467fc02fdf392b75..729b603525e90df039057c75d0ffb2300641381a 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Ashok Raj <ashok.raj@intel.com>
  * Copyright (C) Shaohua Li <shaohua.li@intel.com>
index f9ee9b0e5c71a0d7aa23ed7f04707f109ff27cca..8acf889af458976f97e99e6680f685c900e10d2a 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  * Copyright (C) Weidong Han <weidong.han@intel.com>
index 03336865bb20f68f634736c2cf64cd6957273656..987bbe9d3371a7ad640c1c2f3f1294e7bce4d2e8 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  * Copyright (C) Xiaohui Xin <xiaohui.xin@intel.com>
index ce5c2956828338786e1d99c498b82a585a1d25ba..1dffc40058a7bfbb7e76f90f3e469681976a3682 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Ashok Raj <ashok.raj@intel.com>
  * Copyright (C) Shaohua Li <shaohua.li@intel.com>
index fbcaa060b18962fd1a42545642fb7f114d25f9ca..ac71ed139d4e69437446081ea89fdefbcbc6f28d 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Ashok Raj <ashok.raj@intel.com>
  */
index 460302059ad195a288ade29f1136ac3fb309b36d..b81b0bde776b43cc733c80224aaae76cb7cac028 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  * Copyright (C) Xiaohui Xin <xiaohui.xin@intel.com>
index 69d29ab3f5ba4a695db6320beadf45a1f770c5e3..921e16610911dd4f28d9c429efb09792f8a24336 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Allen Kay <allen.m.kay@intel.com>
  */
index b8a077feb7049a5675b25c39ee8412ebd489f989..44c4ef5eefc86775de71dd6a46307294f55ab35c 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  */
index 02e9d7854c1f6133811ad92a624acb7629ba6c7b..bb8889f350cf74d9dffdfff96dc7a163cd05a36a 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  * Copyright (C) Weidong Han <weidong.han@intel.com>
index 6b0632b39221f221ce1168e8273edf2a8f0755ae..7c797f6bed0325dbe6983ad63bff4bee03ead5a7 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Allen Kay <allen.m.kay@intel.com>
  */
index 8beec8c84a6926f0c4a17953aed36d8ae84d861c..c0d6aabfe12cc56285c75f6b22f36d8dabb3ad79 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  * Copyright (C) Weidong Han <weidong.han@intel.com>
index 436eadac614b44793ccd24b1990b225c7d966e1f..40c9f4006bbb552be978cfb6a03a68ce268f2d3d 100644 (file)
@@ -9,8 +9,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 90b78d008c2bb246974146b01311ad3ba5eae581..8cbb655a56c90a093de0ad54017041a4a470f0b8 100644 (file)
@@ -9,8 +9,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <xen/sched.h>
index 9322f083a5925b2e710d78d62e76fb26f301a61b..9b0e34f0582758bd9ad47f89db1a4a7a1744fe4f 100644 (file)
@@ -9,8 +9,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
 */
 #ifndef __ARCH_ARM_IOMMU_H__
 #define __ARCH_ARM_IOMMU_H__
index 0f01e065a82fdeeca7414e27b5458e86873d7aa8..a3a97032494efd47b196f8e2fd8d93198a73e441 100644 (file)
@@ -15,9 +15,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_ARM_MONITOR_H__
index 0833a6511428e0d586042730eee67c368b9d1f11..976fdf1a93ce2e0cab31f39cf751300c40aea522 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_ARM_VM_EVENT_H__
index 5e85b38e70879bcb62884ec7ec67d371762b29fe..cf479a99a531abc005bcdaea834e9f19acb7beb9 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 9e1739d43c5f7d0a760ccebe6dd959b55f2bde9f..fc82c1bee014af215b6be516907f9e269554e26c 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _X86_ALTP2M_H
index b45708b210615b769239a7363f5e26e974d44ab2..e9fa9c2cc5203f30eb88fafd0b4ae27aee5315fc 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef _ASM_X86_64_AMD_IOMMU_H
 #define _ASM_X86_64_AMD_IOMMU_H
index cf21617a0aacdba0a754e5b0f98dcc2199363cf7..f8a0d762522adf5b63262a808bf2c92d57f37950 100644 (file)
@@ -22,8 +22,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_ASM_GUEST_PT_H
index c13e53627409cf8dd26e06d4af8d9818682894bd..bd87481ce23eee532d187422c9afdf6a7807cf03 100644 (file)
@@ -19,8 +19,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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_HAP_H
index 795b0e15e5f8039d02afddadbee7ac5053ac6cbb..00e37c4b5183174a65e20fd323eca98484496231 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_ASID_H__
index b61275510df99d4e3a592c4aa133a0ce923165bd..4c1c061cf2d67d0091942034e943421df1d4d95d 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_DOMAIN_H__
index c082c207e9fd9ef3fedec20afcc0068aac200b9c..e07f3291f157078d6c904010c7efa7013020de3a 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_EVENT_H__
index 425327a939a682d7ac2b0d34abd1bad468fdfafa..3cac64faf595d6728e325f92a784dd619fa25644 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_HVM_H__
index cf466890a0e5bb5b16e1ec4cce886c38b9ee3427..8585a1f328f8d554de01b76aa08fbb988e8fbaf4 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_IO_H__
index 9ec5afa2438a59da188ad02f084dba2fa04c1efb..73b8fb0457fd02d2ed6354ea4e7c728914fa4e8f 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_IRQ_H__
index cca41b3004878dce700e701ef326aadfe6cc1be5..cf1a8f42e30d9dbb7cad9146b13ce8c674f21c63 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _HVM_NESTEDHVM_H
index 95d3bb2555e8578cf4da166f265496d9aa075c07..4a1f0adbea6facc01a7b0bd8b7d73ebcf6799d5b 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_SUPPORT_H__
index 44a2fd9c139224ea657d935e08f53033d126ebd2..c479f0bb0236a49c100302fd8a43c7e90d0bbbf7 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ASM_X86_64_AMD_IOMMU_DEFS_H
index cf43e294a1ad5042ce5194439aaa972bf73b0b6d..9c5117249fe7813f0bbd9106a6343b4698d2c592 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ASM_X86_64_AMD_IOMMU_PROTO_H
index a8d68539aa2e147450cd3aeaa303c1d125172f81..182866c059f37e08d4171e0abbfde6e6546fc25b 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_SVM_ASID_H__
index ccc2d3c147bd0faa8cb23e7e1c0daa545525176c..7c1dcd186a037351cb1656fd18f0a42215246a76 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_SVM_EMULATE_H__
index 4f741514708abdd6348cde9b00c2e946bb487658..ae52d9f948b127c7cff5c27a33f0719be159e297 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 58376698ec2c65b7ff2808c039712db3fd3c797a..974a7d46ca23e341d730da965107171b353d817c 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef __ASM_X86_HVM_SVM_NESTEDSVM_H__
index cb2db3f555af7ce911bd68327e8b9e0e3907dd4c..d60ec23d0dda1792b87c53091da0df0850448392 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index 7df17fe77b3759004a01f62d9f1215062b65d6bc..c282a0690fa0236363f4b906c5d931b3ae05117e 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
index fd0b0a453bd75f1b6f93161ba9e66933cf7c3cfe..ec47e2dcbe163b4db06d22880d90de8fde058bb4 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef __ASM_X86_HVM_SVM_VMCB_H__
index c033c8c9e4b9ebb280ed67c87c26bb074100c918..f5538148a500c97fc44a2cbec3a30f5f6c570ef8 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_VCPU_H__
index 6bf21e8c75c0fa71b54a253a1fef9382fdb299bc..67fdd675f5fa3dd3437d90edeaa63b533ac3934f 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *  License along with this library; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_VIOAPIC_H__
index bbcd19671ead3d92cf669ec1222a2c4c4caa5379..4656293228c1f46ddc60d8fb48b7b93ac44caa81 100644 (file)
@@ -14,8 +14,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_VLAPIC_H__
index 25ac8f7845b2c672dfc478c266029521af92721d..f1126d403fce858ee5e8603880dc6a98cd3322ff 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef __ASM_X86_HVM_VMX_VMCS_H__
index ee1cac77443fb1e4106b083c029d0d9ca7ba34c4..3fbfa44d58d0755b304ec4453bfee8b2612cffbd 100644 (file)
@@ -12,8 +12,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef __ASM_X86_HVM_VMX_VMX_H__
index 7b892b06ffd9f37959a93267e52f34138665d0c9..60fdc21c7258332281134cd8cc9669d6db33e9fd 100644 (file)
@@ -16,8 +16,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  */
 #ifndef __ASM_X86_HVM_VVMX_H__
index 8b8b65abaabafb0c713825979a33862bafea289a..495d669b5fef4aa06a401087fb7793eb1c9c25aa 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_HVM_VPT_H__
index e7a65da71a141d91f0ffcc694750dcc05b7a459d..29203d74c4152dec0d46f329ea1e7967105b40fa 100644 (file)
@@ -9,8 +9,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
 */
 #ifndef __ARCH_X86_IOMMU_H__
 #define __ARCH_X86_IOMMU_H__
index 4179eb752d1a895a6f429f1b54fe00754237f9cf..176acafc75f071e3e16f7de94cedba89103c3c48 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_MEM_PAGING_H__
index e4a102451a81cd4dc707ba1e5a2491100a1693ef..3840a1418af790066ffa633c504f28e59948045a 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef __MEM_SHARING_H__
 #define __MEM_SHARING_H__
index d5815db7abcb573928a27eb5f4870911365b6cb1..7c8280beb6af3188ee711ab3a1cb0c7835e0a5cf 100644 (file)
@@ -15,9 +15,7 @@
  * 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 021110-1307, USA.
+ * License along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_MONITOR_H__
index 44203fb40841194c189fddb71b56f6935cd954b8..f4871787dca9e9cca7cb825c022855e77f7ac0a7 100644 (file)
@@ -20,8 +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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_P2M_H
index 7a098819f3f2d1d7754eb042e7b1d827ac555d57..483b2d75deca2377ae6f147fd055019bad317b01 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_PAGING_H
index 5b9772df2fc4451b8c62aadd0d32eb6fefebc44d..9cd653efa90dc4687ce4f62707133b8e75adf587 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_SHADOW_H
index 035114d62c8f7b36beb62341071e0bbfd858f94f..e3884d840663146d3627916a0f19b5ace62058b1 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef ASM_TRAP_H
index 2bcfe261ee8745481b010c30f7026f9e1439d63d..0ae5952286fc3cf286ae7ff03d881f7db27cde01 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_VM_EVENT_H__
index 212e4962c03dfc850d4d0e3ebd832df65fd04cb7..67e73dc0626280744ff088f61ca0762a389b77ca 100644 (file)
@@ -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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Haitao Shan <haitao.shan@intel.com>
  */
index 93f161ba4106d5e93ab7ae1a5d9eef8d99cdc936..b006ddc01944bf3d8a11b34822cc3d7f3ed74919 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __ASM_X86_XENOPROF_H__
index 5c3d3d418583bfcd7fa114e2352f4eb4b48fd8c2..a62869ae8b585279ffc45acd76bc31702a997dce 100644 (file)
@@ -21,8 +21,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/>.
  *
  * @section DESCRIPTION
  *
index 3aeba4a3f17d0a07c2e4b67f4e2e8b54881fb999..f26658ff1c6227a2483267479570f38fe04a3458 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index e6e06dd6d438583ce10b2a47cd788ca4bee1f756..8788ceff126d98d7edd9d963c89934a2671fbd59 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef LINUX_CPER_H
index 342f4fed98202a5bd68f575a9854de75c22f5301..dffbcbbb67ee3a35c79d5a16c6e9088ffe239cfa 100644 (file)
@@ -19,8 +19,7 @@
  *  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.
+ *  with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
index 67d7410c1212b2ce3ccf34eee0c398a2d115abef..ab710da0470ac5bd405705bb440ee2ea5b899195 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __XEN_GDBSTUB_H__
index 9c7b5a395e09523f20d125212a1b232d8a304b65..5263fd6e7d7da200ed1147936f35d2da668e3f82 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __XEN_GRANT_TABLE_H__
index 693346cb52fa17942e41c62315d1be87c25569b3..106e08f104061e86c5058088f8750b79059d3557 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  */
index 3996f1feb07d7d7bf294b60c064b3854faa2d811..4c9cb20dd9fcedb4d2c8582ace60d3a391bef3cf 100644 (file)
@@ -15,8 +15,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __XEN_HVM_IRQ_H__
index ae6f0bb6699885b5462b9e7cb9a6a952d09e2f7b..aa27a50ae9e02b5d776df0cecbfeee3c20d12f99 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __XEN_HVM_SAVE_H__
index e90c55f12000828b445dc03892fe7838bf93c6d6..28c0053f1c7adab0d56615b2a217ebbeb4e516a8 100644 (file)
@@ -12,9 +12,7 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; If not, see <http://www.gnu.org/licenses/>.  */
 
 /*
  *     ISO C99: 7.8 Format conversion of integer types <inttypes.h>
index 1124601d38dd8efe98876eb71d6bdbf40cc8a5ab..705969b552e8992c64356b1beeaf8ec2fe964747 100644 (file)
@@ -11,8 +11,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., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307 USA.
+ * this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) Allen Kay <allen.m.kay@intel.com>
  */
index 526aedb51556b60efb35960a4a2012af170a8e78..f460b0db150a7c9b07d3e72217dbccdca23e5b0b 100644 (file)
@@ -19,9 +19,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index 37349f13e92da6b92cd735bd50ea4269647539c2..d6b94a183682273c5bacc47abcd75509f06c02e7 100644 (file)
@@ -18,9 +18,7 @@
  *     GNU General Public License for more details.
  *
  *     You should have received a copy of the GNU General Public
- *     License along with this library; if not, write to the Free
- *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- *     MA 02110-1301 USA
+ *     License along with this library; If not, see <http://www.gnu.org/licenses/>.
  *
  * Alternatively,
  *
index f60b72733f5fc25309c0fb71b40bf06909219339..111f1feaffbfd19a6c6148c47496f1de16e41f82 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _XEN_ASM_MEM_ACCESS_H
index 67483ed843679a153ed8fa118b040f57731503f8..d1b43e118349fbaf32c64f343ee53a1580d46dba 100644 (file)
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   along with this program; If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef __MULTIBOOT_H__
 #define __MULTIBOOT_H__
index faf25453a3328876157ca6d19d7c370f4413efc3..ec40cf1d9e16c9fc2917a2266be8b3255de20883 100644 (file)
@@ -14,8 +14,7 @@
  * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef _XEN_RADIX_TREE_H
 #define _XEN_RADIX_TREE_H
index b16dc5036f94932dd37a8cd45653658f8c5501b9..f93c4d582366c26ea3d8e9ac88b5519e1bb924fb 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  along with this program; If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __RBTREE_H__
index 91ded98641d3180b954c6a644ab62d53acc8a081..557a7b17a6cf0f1fca7432271e579c13760c115f 100644 (file)
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) IBM Corporation, 2001
  *
index 51cbe8b74913f10ca90105361e528355f8fa67c1..92c75fff4b4ab375e51e3216c44aaa0295eef537 100644 (file)
@@ -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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; If not, see <http://www.gnu.org/licenses/>.
  */