|
From: Mark W. <ma...@so...> - 2019-05-27 09:41:19
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=461cc5c00368a7825719666c9a5b667bdbcb83da commit 461cc5c00368a7825719666c9a5b667bdbcb83da Author: Mark Wielaard <ma...@kl...> Date: Sun May 26 00:32:28 2019 +0200 Cleanup GPL header address notices by using http://www.gnu.org/licenses/ Sync VEX/LICENSE.GPL with top-level COPYING file. We used 3 different addresses for writing to the FSF to receive a copy of the GPL. Replace all different variants with an URL <http://www.gnu.org/licenses/>. The following files might still have some slightly different (L)GPL copyright notice because they were derived from other programs: - files under coregrind/m_demangle which come from libiberty: cplus-dem.c, d-demangle.c, demangle.h, rust-demangle.c, safe-ctype.c and safe-ctype.h - coregrind/m_demangle/dyn-string.[hc] derived from GCC. - coregrind/m_demangle/ansidecl.h derived from glibc. - VEX files for FMA detived from glibc: host_generic_maddf.h and host_generic_maddf.c - files under coregrin/m_debuginfo derived from LZO: lzoconf.h, lzodefs.h, minilzo-inl.c and minilzo.h - files under coregrind/m_gdbserver detived from GDB: gdb/signals.h, inferiors.c, regcache.c, regcache.h, regdef.h, remote-utils.c, server.c, server.h, signals.c, target.c, target.h and utils.c Plus the following test files: - none/tests/ppc32/testVMX.c derived from testVMX. - ppc tests derived from QEMU: jm-insns.c, ppc64_helpers.h and test_isa_3_0.c - tests derived from bzip2 (with embedded GPL text in code): hackedbz2.c, origin5-bz2.c, varinfo6.c - tests detived from glibc: str_tester.c, pth_atfork1.c - test detived from GCC libgomp: tc17_sembar.c - performance tests derived from bzip2 or tinycc (with embedded GPL text in code): bz2.c, test_input_for_tinycc.c and tinycc.c Diff: --- VEX/LICENSE.GPL | 39 +++++++++++------------ VEX/LICENSE.README | 4 +-- VEX/auxprogs/genoffsets.c | 4 +-- VEX/priv/guest_amd64_defs.h | 4 +-- VEX/priv/guest_amd64_helpers.c | 4 +-- VEX/priv/guest_amd64_toIR.c | 4 +-- VEX/priv/guest_arm64_defs.h | 4 +-- VEX/priv/guest_arm64_helpers.c | 4 +-- VEX/priv/guest_arm64_toIR.c | 4 +-- VEX/priv/guest_arm_defs.h | 4 +-- VEX/priv/guest_arm_helpers.c | 4 +-- VEX/priv/guest_arm_toIR.c | 4 +-- VEX/priv/guest_generic_bb_to_IR.c | 4 +-- VEX/priv/guest_generic_bb_to_IR.h | 4 +-- VEX/priv/guest_generic_x87.c | 4 +-- VEX/priv/guest_generic_x87.h | 4 +-- VEX/priv/guest_mips_defs.h | 4 +-- VEX/priv/guest_mips_helpers.c | 4 +-- VEX/priv/guest_mips_toIR.c | 4 +-- VEX/priv/guest_ppc_defs.h | 4 +-- VEX/priv/guest_ppc_helpers.c | 4 +-- VEX/priv/guest_ppc_toIR.c | 4 +-- VEX/priv/guest_s390_defs.h | 4 +-- VEX/priv/guest_s390_helpers.c | 4 +-- VEX/priv/guest_s390_toIR.c | 4 +-- VEX/priv/guest_x86_defs.h | 4 +-- VEX/priv/guest_x86_helpers.c | 4 +-- VEX/priv/guest_x86_toIR.c | 4 +-- VEX/priv/host_amd64_defs.c | 4 +-- VEX/priv/host_amd64_defs.h | 4 +-- VEX/priv/host_amd64_isel.c | 4 +-- VEX/priv/host_arm64_defs.c | 4 +-- VEX/priv/host_arm64_defs.h | 4 +-- VEX/priv/host_arm64_isel.c | 4 +-- VEX/priv/host_arm_defs.c | 4 +-- VEX/priv/host_arm_defs.h | 4 +-- VEX/priv/host_arm_isel.c | 4 +-- VEX/priv/host_generic_reg_alloc2.c | 4 +-- VEX/priv/host_generic_reg_alloc3.c | 4 +-- VEX/priv/host_generic_regs.c | 4 +-- VEX/priv/host_generic_regs.h | 4 +-- VEX/priv/host_generic_simd128.c | 4 +-- VEX/priv/host_generic_simd128.h | 4 +-- VEX/priv/host_generic_simd256.c | 4 +-- VEX/priv/host_generic_simd256.h | 4 +-- VEX/priv/host_generic_simd64.c | 4 +-- VEX/priv/host_generic_simd64.h | 4 +-- VEX/priv/host_mips_defs.c | 4 +-- VEX/priv/host_mips_defs.h | 4 +-- VEX/priv/host_mips_isel.c | 4 +-- VEX/priv/host_ppc_defs.c | 4 +-- VEX/priv/host_ppc_defs.h | 4 +-- VEX/priv/host_ppc_isel.c | 4 +-- VEX/priv/host_s390_defs.c | 4 +-- VEX/priv/host_s390_defs.h | 4 +-- VEX/priv/host_s390_isel.c | 4 +-- VEX/priv/host_x86_defs.c | 4 +-- VEX/priv/host_x86_defs.h | 4 +-- VEX/priv/host_x86_isel.c | 4 +-- VEX/priv/ir_defs.c | 4 +-- VEX/priv/ir_inject.c | 4 +-- VEX/priv/ir_match.c | 4 +-- VEX/priv/ir_match.h | 4 +-- VEX/priv/ir_opt.c | 4 +-- VEX/priv/ir_opt.h | 4 +-- VEX/priv/main_globals.c | 4 +-- VEX/priv/main_globals.h | 4 +-- VEX/priv/main_main.c | 4 +-- VEX/priv/main_util.c | 4 +-- VEX/priv/main_util.h | 4 +-- VEX/priv/mips_defs.h | 4 +-- VEX/priv/multiarch_main_main.c | 4 +-- VEX/priv/s390_defs.h | 4 +-- VEX/priv/s390_disasm.c | 4 +-- VEX/priv/s390_disasm.h | 4 +-- VEX/pub/libvex.h | 4 +-- VEX/pub/libvex_basictypes.h | 4 +-- VEX/pub/libvex_emnote.h | 4 +-- VEX/pub/libvex_guest_amd64.h | 4 +-- VEX/pub/libvex_guest_arm.h | 4 +-- VEX/pub/libvex_guest_arm64.h | 4 +-- VEX/pub/libvex_guest_mips32.h | 4 +-- VEX/pub/libvex_guest_mips64.h | 4 +-- VEX/pub/libvex_guest_ppc32.h | 4 +-- VEX/pub/libvex_guest_ppc64.h | 4 +-- VEX/pub/libvex_guest_s390x.h | 4 +-- VEX/pub/libvex_guest_x86.h | 4 +-- VEX/pub/libvex_inner.h | 4 +-- VEX/pub/libvex_ir.h | 4 +-- VEX/pub/libvex_s390x_common.h | 4 +-- VEX/pub/libvex_trc_values.h | 4 +-- VEX/test/test-amd64.c | 3 +- VEX/test/test-i386.c | 3 +- VEX/useful/hd_fpu.c | 4 +-- VEX/useful/test_main.c | 8 ++--- auxprogs/getoff.c | 4 +-- auxprogs/valgrind-di-server.c | 4 +-- auxprogs/valgrind-listener.c | 4 +-- cachegrind/cg_annotate.in | 4 +-- cachegrind/cg_arch.c | 4 +-- cachegrind/cg_arch.h | 4 +-- cachegrind/cg_branchpred.c | 4 +-- cachegrind/cg_diff.in | 4 +-- cachegrind/cg_main.c | 4 +-- cachegrind/cg_merge.c | 4 +-- cachegrind/cg_sim.c | 4 +-- callgrind/bb.c | 4 +-- callgrind/bbcc.c | 4 +-- callgrind/callgrind_annotate.in | 4 +-- callgrind/callgrind_control.in | 4 +-- callgrind/callstack.c | 4 +-- callgrind/clo.c | 4 +-- callgrind/context.c | 4 +-- callgrind/costs.c | 4 +-- callgrind/costs.h | 4 +-- callgrind/debug.c | 4 +-- callgrind/dump.c | 4 +-- callgrind/events.c | 4 +-- callgrind/events.h | 4 +-- callgrind/fn.c | 4 +-- callgrind/global.h | 4 +-- callgrind/jumps.c | 4 +-- callgrind/main.c | 4 +-- callgrind/sim.c | 4 +-- callgrind/threads.c | 4 +-- coregrind/launcher-darwin.c | 4 +-- coregrind/launcher-linux.c | 4 +-- coregrind/m_addrinfo.c | 4 +-- coregrind/m_aspacehl.c | 4 +-- coregrind/m_aspacemgr/aspacemgr-common.c | 4 +-- coregrind/m_aspacemgr/aspacemgr-linux.c | 4 +-- coregrind/m_aspacemgr/aspacemgr-segnames.c | 4 +-- coregrind/m_aspacemgr/priv_aspacemgr.h | 4 +-- coregrind/m_cache.c | 4 +-- coregrind/m_clientstate.c | 4 +-- coregrind/m_commandline.c | 4 +-- coregrind/m_compiler.c | 4 +-- coregrind/m_coredump/coredump-elf.c | 4 +-- coregrind/m_coredump/coredump-macho.c | 4 +-- coregrind/m_coredump/coredump-solaris.c | 4 +-- coregrind/m_cpuid.S | 4 +-- coregrind/m_debuginfo/d3basics.c | 4 +-- coregrind/m_debuginfo/debuginfo.c | 4 +-- coregrind/m_debuginfo/image.c | 4 +-- coregrind/m_debuginfo/misc.c | 4 +-- coregrind/m_debuginfo/priv_d3basics.h | 4 +-- coregrind/m_debuginfo/priv_image.h | 4 +-- coregrind/m_debuginfo/priv_misc.h | 4 +-- coregrind/m_debuginfo/priv_readdwarf.h | 4 +-- coregrind/m_debuginfo/priv_readdwarf3.h | 4 +-- coregrind/m_debuginfo/priv_readelf.h | 4 +-- coregrind/m_debuginfo/priv_readexidx.h | 4 +-- coregrind/m_debuginfo/priv_readmacho.h | 4 +-- coregrind/m_debuginfo/priv_readpdb.h | 4 +-- coregrind/m_debuginfo/priv_storage.h | 4 +-- coregrind/m_debuginfo/priv_tytypes.h | 4 +-- coregrind/m_debuginfo/readdwarf.c | 4 +-- coregrind/m_debuginfo/readdwarf3.c | 4 +-- coregrind/m_debuginfo/readelf.c | 4 +-- coregrind/m_debuginfo/readexidx.c | 4 +-- coregrind/m_debuginfo/readmacho.c | 4 +-- coregrind/m_debuginfo/readpdb.c | 4 +-- coregrind/m_debuginfo/storage.c | 4 +-- coregrind/m_debuginfo/tinfl.c | 4 +-- coregrind/m_debuginfo/tytypes.c | 4 +-- coregrind/m_debuglog.c | 4 +-- coregrind/m_deduppoolalloc.c | 4 +-- coregrind/m_demangle/demangle.c | 4 +-- coregrind/m_demangle/vg_libciface.h | 4 +-- coregrind/m_dispatch/dispatch-amd64-darwin.S | 4 +-- coregrind/m_dispatch/dispatch-amd64-linux.S | 4 +-- coregrind/m_dispatch/dispatch-amd64-solaris.S | 4 +-- coregrind/m_dispatch/dispatch-arm-linux.S | 4 +-- coregrind/m_dispatch/dispatch-arm64-linux.S | 4 +-- coregrind/m_dispatch/dispatch-mips32-linux.S | 4 +-- coregrind/m_dispatch/dispatch-mips64-linux.S | 4 +-- coregrind/m_dispatch/dispatch-ppc32-linux.S | 4 +-- coregrind/m_dispatch/dispatch-ppc64be-linux.S | 4 +-- coregrind/m_dispatch/dispatch-ppc64le-linux.S | 4 +-- coregrind/m_dispatch/dispatch-s390x-linux.S | 4 +-- coregrind/m_dispatch/dispatch-x86-darwin.S | 4 +-- coregrind/m_dispatch/dispatch-x86-linux.S | 4 +-- coregrind/m_dispatch/dispatch-x86-solaris.S | 4 +-- coregrind/m_errormgr.c | 4 +-- coregrind/m_execontext.c | 4 +-- coregrind/m_gdbserver/gdb/signals.h | 5 ++- coregrind/m_gdbserver/m_gdbserver.c | 4 +-- coregrind/m_gdbserver/regdef.h | 5 ++- coregrind/m_hashtable.c | 4 +-- coregrind/m_initimg/initimg-darwin.c | 4 +-- coregrind/m_initimg/initimg-linux.c | 4 +-- coregrind/m_initimg/initimg-pathscan.c | 4 +-- coregrind/m_initimg/initimg-solaris.c | 4 +-- coregrind/m_initimg/priv_initimg_pathscan.h | 4 +-- coregrind/m_libcassert.c | 4 +-- coregrind/m_libcbase.c | 4 +-- coregrind/m_libcfile.c | 4 +-- coregrind/m_libcprint.c | 4 +-- coregrind/m_libcproc.c | 4 +-- coregrind/m_libcsetjmp.c | 4 +-- coregrind/m_libcsignal.c | 4 +-- coregrind/m_mach/mach_basics.c | 4 +-- coregrind/m_mach/mach_traps-amd64-darwin.S | 4 +-- coregrind/m_mach/mach_traps-x86-darwin.S | 4 +-- coregrind/m_machine.c | 4 +-- coregrind/m_main.c | 4 +-- coregrind/m_mallocfree.c | 4 +-- coregrind/m_options.c | 4 +-- coregrind/m_oset.c | 4 +-- coregrind/m_poolalloc.c | 4 +-- coregrind/m_rangemap.c | 4 +-- coregrind/m_redir.c | 4 +-- coregrind/m_replacemalloc/replacemalloc_core.c | 4 +-- coregrind/m_replacemalloc/vg_replace_malloc.c | 4 +-- coregrind/m_sbprofile.c | 4 +-- coregrind/m_scheduler/priv_sched-lock-impl.h | 4 +-- coregrind/m_scheduler/priv_sched-lock.h | 4 +-- coregrind/m_scheduler/priv_sema.h | 4 +-- coregrind/m_scheduler/sched-lock-generic.c | 4 +-- coregrind/m_scheduler/sched-lock.c | 4 +-- coregrind/m_scheduler/scheduler.c | 4 +-- coregrind/m_scheduler/sema.c | 4 +-- coregrind/m_scheduler/ticket-lock-linux.c | 4 +-- coregrind/m_seqmatch.c | 4 +-- coregrind/m_sigframe/priv_sigframe.h | 4 +-- coregrind/m_sigframe/sigframe-amd64-darwin.c | 4 +-- coregrind/m_sigframe/sigframe-amd64-linux.c | 4 +-- coregrind/m_sigframe/sigframe-arm-linux.c | 4 +-- coregrind/m_sigframe/sigframe-arm64-linux.c | 4 +-- coregrind/m_sigframe/sigframe-common.c | 4 +-- coregrind/m_sigframe/sigframe-mips32-linux.c | 4 +-- coregrind/m_sigframe/sigframe-mips64-linux.c | 4 +-- coregrind/m_sigframe/sigframe-ppc32-linux.c | 4 +-- coregrind/m_sigframe/sigframe-ppc64-linux.c | 4 +-- coregrind/m_sigframe/sigframe-s390x-linux.c | 4 +-- coregrind/m_sigframe/sigframe-solaris.c | 4 +-- coregrind/m_sigframe/sigframe-x86-darwin.c | 4 +-- coregrind/m_sigframe/sigframe-x86-linux.c | 4 +-- coregrind/m_signals.c | 4 +-- coregrind/m_sparsewa.c | 4 +-- coregrind/m_stacks.c | 4 +-- coregrind/m_stacktrace.c | 4 +-- coregrind/m_syscall.c | 4 +-- coregrind/m_syswrap/priv_syswrap-darwin.h | 4 +-- coregrind/m_syswrap/priv_syswrap-generic.h | 4 +-- coregrind/m_syswrap/priv_syswrap-linux-variants.h | 4 +-- coregrind/m_syswrap/priv_syswrap-linux.h | 4 +-- coregrind/m_syswrap/priv_syswrap-main.h | 4 +-- coregrind/m_syswrap/priv_syswrap-solaris.h | 4 +-- coregrind/m_syswrap/priv_syswrap-xen.h | 4 +-- coregrind/m_syswrap/priv_types_n_macros.h | 4 +-- coregrind/m_syswrap/syscall-amd64-darwin.S | 4 +-- coregrind/m_syswrap/syscall-amd64-linux.S | 4 +-- coregrind/m_syswrap/syscall-amd64-solaris.S | 4 +-- coregrind/m_syswrap/syscall-arm-linux.S | 4 +-- coregrind/m_syswrap/syscall-arm64-linux.S | 4 +-- coregrind/m_syswrap/syscall-mips32-linux.S | 4 +-- coregrind/m_syswrap/syscall-mips64-linux.S | 4 +-- coregrind/m_syswrap/syscall-ppc32-linux.S | 4 +-- coregrind/m_syswrap/syscall-ppc64be-linux.S | 4 +-- coregrind/m_syswrap/syscall-ppc64le-linux.S | 4 +-- coregrind/m_syswrap/syscall-s390x-linux.S | 4 +-- coregrind/m_syswrap/syscall-x86-darwin.S | 4 +-- coregrind/m_syswrap/syscall-x86-linux.S | 4 +-- coregrind/m_syswrap/syscall-x86-solaris.S | 4 +-- coregrind/m_syswrap/syswrap-amd64-darwin.c | 4 +-- coregrind/m_syswrap/syswrap-amd64-linux.c | 4 +-- coregrind/m_syswrap/syswrap-amd64-solaris.c | 4 +-- coregrind/m_syswrap/syswrap-arm-linux.c | 4 +-- coregrind/m_syswrap/syswrap-arm64-linux.c | 4 +-- coregrind/m_syswrap/syswrap-darwin.c | 4 +-- coregrind/m_syswrap/syswrap-generic.c | 4 +-- coregrind/m_syswrap/syswrap-linux-variants.c | 4 +-- coregrind/m_syswrap/syswrap-linux.c | 4 +-- coregrind/m_syswrap/syswrap-main.c | 4 +-- coregrind/m_syswrap/syswrap-mips32-linux.c | 4 +-- coregrind/m_syswrap/syswrap-mips64-linux.c | 4 +-- coregrind/m_syswrap/syswrap-ppc32-linux.c | 4 +-- coregrind/m_syswrap/syswrap-ppc64-linux.c | 4 +-- coregrind/m_syswrap/syswrap-s390x-linux.c | 4 +-- coregrind/m_syswrap/syswrap-solaris.c | 4 +-- coregrind/m_syswrap/syswrap-x86-darwin.c | 4 +-- coregrind/m_syswrap/syswrap-x86-linux.c | 4 +-- coregrind/m_syswrap/syswrap-x86-solaris.c | 4 +-- coregrind/m_syswrap/syswrap-xen.c | 4 +-- coregrind/m_threadstate.c | 4 +-- coregrind/m_tooliface.c | 4 +-- coregrind/m_trampoline.S | 4 +-- coregrind/m_translate.c | 4 +-- coregrind/m_transtab.c | 4 +-- coregrind/m_ume/elf.c | 4 +-- coregrind/m_ume/macho.c | 4 +-- coregrind/m_ume/main.c | 4 +-- coregrind/m_ume/priv_ume.h | 4 +-- coregrind/m_ume/script.c | 4 +-- coregrind/m_vki.c | 4 +-- coregrind/m_vkiscnums.c | 4 +-- coregrind/m_wordfm.c | 4 +-- coregrind/m_xarray.c | 4 +-- coregrind/m_xtmemory.c | 4 +-- coregrind/m_xtree.c | 4 +-- coregrind/pub_core_addrinfo.h | 4 +-- coregrind/pub_core_aspacehl.h | 4 +-- coregrind/pub_core_aspacemgr.h | 4 +-- coregrind/pub_core_basics.h | 4 +-- coregrind/pub_core_basics_asm.h | 4 +-- coregrind/pub_core_clientstate.h | 4 +-- coregrind/pub_core_clreq.h | 4 +-- coregrind/pub_core_commandline.h | 4 +-- coregrind/pub_core_coredump.h | 4 +-- coregrind/pub_core_cpuid.h | 4 +-- coregrind/pub_core_debuginfo.h | 4 +-- coregrind/pub_core_debuglog.h | 4 +-- coregrind/pub_core_deduppoolalloc.h | 4 +-- coregrind/pub_core_demangle.h | 4 +-- coregrind/pub_core_dispatch.h | 4 +-- coregrind/pub_core_dispatch_asm.h | 4 +-- coregrind/pub_core_errormgr.h | 4 +-- coregrind/pub_core_execontext.h | 4 +-- coregrind/pub_core_gdbserver.h | 4 +-- coregrind/pub_core_guest.h | 4 +-- coregrind/pub_core_hashtable.h | 4 +-- coregrind/pub_core_initimg.h | 4 +-- coregrind/pub_core_inner.h | 4 +-- coregrind/pub_core_libcassert.h | 4 +-- coregrind/pub_core_libcbase.h | 4 +-- coregrind/pub_core_libcfile.h | 4 +-- coregrind/pub_core_libcprint.h | 4 +-- coregrind/pub_core_libcproc.h | 4 +-- coregrind/pub_core_libcsetjmp.h | 4 +-- coregrind/pub_core_libcsignal.h | 4 +-- coregrind/pub_core_mach.h | 4 +-- coregrind/pub_core_machine.h | 4 +-- coregrind/pub_core_mallocfree.h | 4 +-- coregrind/pub_core_options.h | 4 +-- coregrind/pub_core_oset.h | 4 +-- coregrind/pub_core_poolalloc.h | 4 +-- coregrind/pub_core_rangemap.h | 4 +-- coregrind/pub_core_redir.h | 4 +-- coregrind/pub_core_replacemalloc.h | 4 +-- coregrind/pub_core_sbprofile.h | 4 +-- coregrind/pub_core_scheduler.h | 4 +-- coregrind/pub_core_seqmatch.h | 4 +-- coregrind/pub_core_sigframe.h | 4 +-- coregrind/pub_core_signals.h | 4 +-- coregrind/pub_core_sparsewa.h | 4 +-- coregrind/pub_core_stacks.h | 4 +-- coregrind/pub_core_stacktrace.h | 4 +-- coregrind/pub_core_syscall.h | 4 +-- coregrind/pub_core_syswrap.h | 4 +-- coregrind/pub_core_threadstate.h | 4 +-- coregrind/pub_core_tooliface.h | 4 +-- coregrind/pub_core_trampoline.h | 4 +-- coregrind/pub_core_translate.h | 4 +-- coregrind/pub_core_transtab.h | 4 +-- coregrind/pub_core_transtab_asm.h | 4 +-- coregrind/pub_core_ume.h | 4 +-- coregrind/pub_core_vki.h | 4 +-- coregrind/pub_core_vkiscnums.h | 4 +-- coregrind/pub_core_vkiscnums_asm.h | 4 +-- coregrind/pub_core_wordfm.h | 4 +-- coregrind/pub_core_xarray.h | 4 +-- coregrind/pub_core_xtmemory.h | 4 +-- coregrind/pub_core_xtree.h | 4 +-- coregrind/vg_preloaded.c | 4 +-- coregrind/vgdb-invoker-none.c | 4 +-- coregrind/vgdb-invoker-ptrace.c | 4 +-- coregrind/vgdb-invoker-solaris.c | 4 +-- coregrind/vgdb.c | 4 +-- coregrind/vgdb.h | 4 +-- dhat/dh_main.c | 4 +-- dhat/dh_test.js | 4 +-- dhat/dh_view.css | 4 +-- dhat/dh_view.js | 4 +-- docs/internals/porting-to-ARM.txt | 12 ++----- drd/drd_barrier.c | 4 +-- drd/drd_barrier.h | 4 +-- drd/drd_basics.h | 4 +-- drd/drd_bitmap.c | 4 +-- drd/drd_bitmap.h | 4 +-- drd/drd_clientobj.c | 4 +-- drd/drd_clientobj.h | 4 +-- drd/drd_clientreq.c | 4 +-- drd/drd_clientreq.h | 4 +-- drd/drd_cond.c | 4 +-- drd/drd_cond.h | 4 +-- drd/drd_darwin_intercepts.c | 4 +-- drd/drd_error.c | 4 +-- drd/drd_error.h | 4 +-- drd/drd_hb.c | 4 +-- drd/drd_hb.h | 4 +-- drd/drd_libstdcxx_intercepts.c | 4 +-- drd/drd_load_store.c | 4 +-- drd/drd_load_store.h | 4 +-- drd/drd_main.c | 4 +-- drd/drd_malloc_wrappers.c | 4 +-- drd/drd_malloc_wrappers.h | 4 +-- drd/drd_mutex.c | 4 +-- drd/drd_mutex.h | 4 +-- drd/drd_pthread_intercepts.c | 4 +-- drd/drd_qtcore_intercepts.c | 4 +-- drd/drd_rwlock.c | 4 +-- drd/drd_rwlock.h | 4 +-- drd/drd_segment.c | 4 +-- drd/drd_segment.h | 4 +-- drd/drd_semaphore.c | 4 +-- drd/drd_semaphore.h | 4 +-- drd/drd_strmem_intercepts.c | 4 +-- drd/drd_suppression.c | 4 +-- drd/drd_thread.c | 4 +-- drd/drd_thread.h | 4 +-- drd/drd_thread_bitmap.h | 4 +-- drd/drd_vc.c | 4 +-- drd/drd_vc.h | 4 +-- drd/pub_drd_bitmap.h | 4 +-- drd/tests/tsan_thread_wrappers_pthread.h | 4 +-- drd/tests/tsan_unittest.cpp | 4 +-- exp-bbv/bbv_main.c | 4 +-- exp-sgcheck/h_intercepts.c | 4 +-- exp-sgcheck/h_main.c | 4 +-- exp-sgcheck/h_main.h | 4 +-- exp-sgcheck/pc_common.c | 4 +-- exp-sgcheck/pc_common.h | 4 +-- exp-sgcheck/pc_main.c | 4 +-- exp-sgcheck/sg_main.c | 4 +-- exp-sgcheck/sg_main.h | 4 +-- helgrind/hg_addrdescr.c | 4 +-- helgrind/hg_addrdescr.h | 4 +-- helgrind/hg_basics.c | 4 +-- helgrind/hg_basics.h | 4 +-- helgrind/hg_errors.c | 4 +-- helgrind/hg_errors.h | 4 +-- helgrind/hg_intercepts.c | 4 +-- helgrind/hg_lock_n_thread.c | 4 +-- helgrind/hg_lock_n_thread.h | 4 +-- helgrind/hg_main.c | 4 +-- helgrind/hg_wordset.c | 4 +-- helgrind/hg_wordset.h | 4 +-- helgrind/libhb.h | 4 +-- helgrind/libhb_core.c | 4 +-- include/pub_tool_addrinfo.h | 4 +-- include/pub_tool_aspacehl.h | 4 +-- include/pub_tool_aspacemgr.h | 4 +-- include/pub_tool_basics.h | 4 +-- include/pub_tool_basics_asm.h | 4 +-- include/pub_tool_clientstate.h | 4 +-- include/pub_tool_clreq.h | 4 +-- include/pub_tool_debuginfo.h | 4 +-- include/pub_tool_deduppoolalloc.h | 4 +-- include/pub_tool_errormgr.h | 4 +-- include/pub_tool_execontext.h | 4 +-- include/pub_tool_gdbserver.h | 4 +-- include/pub_tool_guest.h | 4 +-- include/pub_tool_hashtable.h | 4 +-- include/pub_tool_libcassert.h | 4 +-- include/pub_tool_libcbase.h | 4 +-- include/pub_tool_libcfile.h | 4 +-- include/pub_tool_libcprint.h | 4 +-- include/pub_tool_libcproc.h | 4 +-- include/pub_tool_libcsetjmp.h | 4 +-- include/pub_tool_libcsignal.h | 4 +-- include/pub_tool_machine.h | 4 +-- include/pub_tool_mallocfree.h | 4 +-- include/pub_tool_options.h | 4 +-- include/pub_tool_oset.h | 4 +-- include/pub_tool_poolalloc.h | 4 +-- include/pub_tool_rangemap.h | 4 +-- include/pub_tool_redir.h | 4 +-- include/pub_tool_replacemalloc.h | 4 +-- include/pub_tool_seqmatch.h | 4 +-- include/pub_tool_signals.h | 4 +-- include/pub_tool_sparsewa.h | 4 +-- include/pub_tool_stacktrace.h | 4 +-- include/pub_tool_threadstate.h | 4 +-- include/pub_tool_tooliface.h | 4 +-- include/pub_tool_transtab.h | 4 +-- include/pub_tool_vki.h | 4 +-- include/pub_tool_vkiscnums.h | 4 +-- include/pub_tool_vkiscnums_asm.h | 4 +-- include/pub_tool_wordfm.h | 4 +-- include/pub_tool_xarray.h | 4 +-- include/pub_tool_xtmemory.h | 4 +-- include/pub_tool_xtree.h | 4 +-- include/vki/vki-amd64-linux.h | 4 +-- include/vki/vki-arm-linux.h | 4 +-- include/vki/vki-arm64-linux.h | 4 +-- include/vki/vki-darwin.h | 4 +-- include/vki/vki-linux.h | 4 +-- include/vki/vki-mips32-linux.h | 4 +-- include/vki/vki-mips64-linux.h | 4 +-- include/vki/vki-posixtypes-amd64-linux.h | 4 +-- include/vki/vki-posixtypes-arm-linux.h | 4 +-- include/vki/vki-posixtypes-arm64-linux.h | 4 +-- include/vki/vki-posixtypes-mips32-linux.h | 4 +-- include/vki/vki-posixtypes-mips64-linux.h | 4 +-- include/vki/vki-posixtypes-ppc32-linux.h | 4 +-- include/vki/vki-posixtypes-ppc64-linux.h | 4 +-- include/vki/vki-posixtypes-s390x-linux.h | 4 +-- include/vki/vki-posixtypes-x86-linux.h | 4 +-- include/vki/vki-ppc32-linux.h | 4 +-- include/vki/vki-ppc64-linux.h | 4 +-- include/vki/vki-s390x-linux.h | 4 +-- include/vki/vki-scnums-amd64-linux.h | 4 +-- include/vki/vki-scnums-arm-linux.h | 4 +-- include/vki/vki-scnums-arm64-linux.h | 4 +-- include/vki/vki-scnums-darwin.h | 4 +-- include/vki/vki-scnums-mips32-linux.h | 4 +-- include/vki/vki-scnums-mips64-linux.h | 4 +-- include/vki/vki-scnums-ppc32-linux.h | 4 +-- include/vki/vki-scnums-ppc64-linux.h | 4 +-- include/vki/vki-scnums-s390x-linux.h | 4 +-- include/vki/vki-scnums-solaris.h | 4 +-- include/vki/vki-scnums-x86-linux.h | 4 +-- include/vki/vki-solaris-repcache.h | 4 +-- include/vki/vki-solaris.h | 4 +-- include/vki/vki-x86-linux.h | 4 +-- include/vki/vki-xen-domctl.h | 4 +-- include/vki/vki-xen-evtchn.h | 4 +-- include/vki/vki-xen-gnttab.h | 4 +-- include/vki/vki-xen-hvm.h | 4 +-- include/vki/vki-xen-memory.h | 4 +-- include/vki/vki-xen-mmuext.h | 4 +-- include/vki/vki-xen-physdev.h | 4 +-- include/vki/vki-xen-schedop.h | 4 +-- include/vki/vki-xen-tmem.h | 4 +-- include/vki/vki-xen-version.h | 4 +-- include/vki/vki-xen-x86.h | 4 +-- include/vki/vki-xen-xsm.h | 4 +-- include/vki/vki-xen.h | 4 +-- lackey/lk_main.c | 4 +-- massif/ms_main.c | 4 +-- massif/ms_print.in | 4 +-- memcheck/mc_errors.c | 4 +-- memcheck/mc_include.h | 4 +-- memcheck/mc_leakcheck.c | 4 +-- memcheck/mc_machine.c | 4 +-- memcheck/mc_main.c | 4 +-- memcheck/mc_main_asm.c | 4 +-- memcheck/mc_malloc_wrappers.c | 4 +-- memcheck/mc_replace_strmem.c | 4 +-- memcheck/mc_translate.c | 4 +-- memcheck/tests/amd64/more_x87_fp.c | 3 +- memcheck/tests/linux/timerfd-syscall.c | 3 +- memcheck/tests/vbit-test/binary.c | 4 +-- memcheck/tests/vbit-test/irops.c | 4 +-- memcheck/tests/vbit-test/main.c | 4 +-- memcheck/tests/vbit-test/qernary.c | 4 +-- memcheck/tests/vbit-test/ternary.c | 4 +-- memcheck/tests/vbit-test/unary.c | 4 +-- memcheck/tests/vbit-test/util.c | 4 +-- memcheck/tests/vbit-test/valgrind.c | 4 +-- memcheck/tests/vbit-test/vbits.c | 4 +-- memcheck/tests/vbit-test/vbits.h | 4 +-- memcheck/tests/vbit-test/vtest.h | 4 +-- memcheck/tests/x86/more_x86_fp.c | 3 +- none/nl_main.c | 4 +-- none/tests/amd64/fb_test_amd64.c | 3 +- none/tests/ppc32/jm-insns.c | 6 ++-- none/tests/ppc32/power5+_round.c | 4 +-- none/tests/ppc32/power6_bcmp.c | 4 +-- none/tests/ppc32/round.c | 4 +-- none/tests/ppc32/testVMX.c | 9 ++---- none/tests/ppc32/test_dfp1.c | 4 +-- none/tests/ppc32/test_dfp2.c | 4 +-- none/tests/ppc32/test_dfp3.c | 4 +-- none/tests/ppc32/test_dfp4.c | 4 +-- none/tests/ppc32/test_dfp5.c | 4 +-- none/tests/ppc32/test_isa_2_06_part1.c | 4 +-- none/tests/ppc32/test_isa_2_06_part2.c | 4 +-- none/tests/ppc32/test_isa_2_06_part3.c | 4 +-- none/tests/ppc64/power6_bcmp.c | 4 +-- none/tests/ppc64/power6_mf_gpr.c | 4 +-- none/tests/ppc64/ppc64_helpers.h | 3 +- none/tests/ppc64/test_isa_2_07_part1.c | 3 +- none/tests/ppc64/test_isa_2_07_part2.c | 4 +-- none/tests/ppc64/test_isa_3_0.c | 3 +- none/tests/s390x/lsc2.c | 3 +- perf/vg_perf.in | 4 +-- shared/vg_replace_strmem.c | 4 +-- tests/vg_regtest.in | 4 +-- 580 files changed, 606 insertions(+), 1760 deletions(-) diff --git a/VEX/LICENSE.GPL b/VEX/LICENSE.GPL index 3912109..d159169 100644 --- a/VEX/LICENSE.GPL +++ b/VEX/LICENSE.GPL @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -15,7 +15,7 @@ software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - - GNU GENERAL PUBLIC LICENSE + + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions: License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -225,7 +225,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -255,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -303,10 +303,9 @@ the "copyright" line and a pointer to where the full notice is found. 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. @@ -336,5 +335,5 @@ necessary. Here is a sample; alter the names: This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General +library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. diff --git a/VEX/LICENSE.README b/VEX/LICENSE.README index 339b33d..8ae1ccd 100644 --- a/VEX/LICENSE.README +++ b/VEX/LICENSE.README @@ -13,9 +13,7 @@ binary instrumentation and translation. General Public License for more details. You 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/>. The GNU General Public License is contained in the file LICENSE.GPL. diff --git a/VEX/auxprogs/genoffsets.c b/VEX/auxprogs/genoffsets.c index aa326b3..54376dc 100644 --- a/VEX/auxprogs/genoffsets.c +++ b/VEX/auxprogs/genoffsets.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_amd64_defs.h b/VEX/priv/guest_amd64_defs.h index 169b122..4f34b41 100644 --- a/VEX/priv/guest_amd64_defs.h +++ b/VEX/priv/guest_amd64_defs.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_amd64_helpers.c b/VEX/priv/guest_amd64_helpers.c index c7a0719..e4cf7e2 100644 --- a/VEX/priv/guest_amd64_helpers.c +++ b/VEX/priv/guest_amd64_helpers.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_amd64_toIR.c b/VEX/priv/guest_amd64_toIR.c index af6d4c4..56e992c 100644 --- a/VEX/priv/guest_amd64_toIR.c +++ b/VEX/priv/guest_amd64_toIR.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_arm64_defs.h b/VEX/priv/guest_arm64_defs.h index b28f326..319d601 100644 --- a/VEX/priv/guest_arm64_defs.h +++ b/VEX/priv/guest_arm64_defs.h @@ -20,9 +20,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/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_arm64_helpers.c b/VEX/priv/guest_arm64_helpers.c index 5d0c3c2..5af2f51 100644 --- a/VEX/priv/guest_arm64_helpers.c +++ b/VEX/priv/guest_arm64_helpers.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_arm64_toIR.c b/VEX/priv/guest_arm64_toIR.c index 64c6982..fa5baf1 100644 --- a/VEX/priv/guest_arm64_toIR.c +++ b/VEX/priv/guest_arm64_toIR.c @@ -22,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_arm_defs.h b/VEX/priv/guest_arm_defs.h index 2ccbe43..58bbbd0 100644 --- a/VEX/priv/guest_arm_defs.h +++ b/VEX/priv/guest_arm_defs.h @@ -20,9 +20,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/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_arm_helpers.c b/VEX/priv/guest_arm_helpers.c index 8a02873..d0de845 100644 --- a/VEX/priv/guest_arm_helpers.c +++ b/VEX/priv/guest_arm_helpers.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_arm_toIR.c b/VEX/priv/guest_arm_toIR.c index 5b63a80..50c97e9 100644 --- a/VEX/priv/guest_arm_toIR.c +++ b/VEX/priv/guest_arm_toIR.c @@ -26,9 +26,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/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_generic_bb_to_IR.c b/VEX/priv/guest_generic_bb_to_IR.c index b94ff5d..9596787 100644 --- a/VEX/priv/guest_generic_bb_to_IR.c +++ b/VEX/priv/guest_generic_bb_to_IR.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_generic_bb_to_IR.h b/VEX/priv/guest_generic_bb_to_IR.h index ac87510..21c902d 100644 --- a/VEX/priv/guest_generic_bb_to_IR.h +++ b/VEX/priv/guest_generic_bb_to_IR.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_generic_x87.c b/VEX/priv/guest_generic_x87.c index 28c58b9..1e76395 100644 --- a/VEX/priv/guest_generic_x87.c +++ b/VEX/priv/guest_generic_x87.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_generic_x87.h b/VEX/priv/guest_generic_x87.h index 8183e35..e846754 100644 --- a/VEX/priv/guest_generic_x87.h +++ b/VEX/priv/guest_generic_x87.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_mips_defs.h b/VEX/priv/guest_mips_defs.h index bbdbc4d..cfc8170 100644 --- a/VEX/priv/guest_mips_defs.h +++ b/VEX/priv/guest_mips_defs.h @@ -21,9 +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. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_mips_helpers.c b/VEX/priv/guest_mips_helpers.c index 603e37c..f2e8daf 100644 --- a/VEX/priv/guest_mips_helpers.c +++ b/VEX/priv/guest_mips_helpers.c @@ -21,9 +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. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_mips_toIR.c b/VEX/priv/guest_mips_toIR.c index 6e91329..3263207 100644 --- a/VEX/priv/guest_mips_toIR.c +++ b/VEX/priv/guest_mips_toIR.c @@ -21,9 +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. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_ppc_defs.h b/VEX/priv/guest_ppc_defs.h index f3eb956..bbca1d8 100644 --- a/VEX/priv/guest_ppc_defs.h +++ b/VEX/priv/guest_ppc_defs.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_ppc_helpers.c b/VEX/priv/guest_ppc_helpers.c index bf2d071..9cabe28 100644 --- a/VEX/priv/guest_ppc_helpers.c +++ b/VEX/priv/guest_ppc_helpers.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_ppc_toIR.c b/VEX/priv/guest_ppc_toIR.c index a8cadd2..81ae16f 100644 --- a/VEX/priv/guest_ppc_toIR.c +++ b/VEX/priv/guest_ppc_toIR.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_s390_defs.h b/VEX/priv/guest_s390_defs.h index d72cc9f..0185de5 100644 --- a/VEX/priv/guest_s390_defs.h +++ b/VEX/priv/guest_s390_defs.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_s390_helpers.c b/VEX/priv/guest_s390_helpers.c index 5877743..63ee68b 100644 --- a/VEX/priv/guest_s390_helpers.c +++ b/VEX/priv/guest_s390_helpers.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_s390_toIR.c b/VEX/priv/guest_s390_toIR.c index acff370..515b6db 100644 --- a/VEX/priv/guest_s390_toIR.c +++ b/VEX/priv/guest_s390_toIR.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. */ diff --git a/VEX/priv/guest_x86_defs.h b/VEX/priv/guest_x86_defs.h index 3f7a710..d10ca27 100644 --- a/VEX/priv/guest_x86_defs.h +++ b/VEX/priv/guest_x86_defs.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_x86_helpers.c b/VEX/priv/guest_x86_helpers.c index 78be066..c0a4d33 100644 --- a/VEX/priv/guest_x86_helpers.c +++ b/VEX/priv/guest_x86_helpers.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/guest_x86_toIR.c b/VEX/priv/guest_x86_toIR.c index 9a6e417..fd45a2a 100644 --- a/VEX/priv/guest_x86_toIR.c +++ b/VEX/priv/guest_x86_toIR.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/host_amd64_defs.c b/VEX/priv/host_amd64_defs.c index 5cb49b1..f022b4f 100644 --- a/VEX/priv/host_amd64_defs.c +++ b/VEX/priv/host_amd64_defs.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/host_amd64_defs.h b/VEX/priv/host_amd64_defs.h index 93a6a5a..3dfa9fb 100644 --- a/VEX/priv/host_amd64_defs.h +++ b/VEX/priv/host_amd64_defs.h @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/host_amd64_isel.c b/VEX/priv/host_amd64_isel.c index 6739090..e19dcb3 100644 --- a/VEX/priv/host_amd64_isel.c +++ b/VEX/priv/host_amd64_isel.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. The GNU General Public License is contained in the file COPYING. diff --git a/VEX/priv/host_arm64_defs.c b/VEX/priv/host_arm64_defs.c index a1328ff..dba2f18 100644 --- a/VEX/priv/host_arm64_defs.c +++ b/VEX/priv/host_arm64_defs.c @@ -21,9 +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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. + along with this program; if not, see <http:/... [truncated message content] |