From f69152ed6fa6dc6eab7c3c6ecaf5c4cf48cd5738 Mon Sep 17 00:00:00 2001 From: Ivo Raisr Date: Thu, 4 May 2017 15:10:00 +0000 Subject: [PATCH] Update copyright end year to 2017 in preparation for 3.13 release. n-i-bz git-svn-id: svn://svn.valgrind.org/vex/trunk@3360 --- VEX/auxprogs/genoffsets.c | 2 +- VEX/priv/guest_amd64_defs.h | 2 +- VEX/priv/guest_amd64_helpers.c | 2 +- VEX/priv/guest_amd64_toIR.c | 2 +- VEX/priv/guest_arm64_defs.h | 2 +- VEX/priv/guest_arm64_helpers.c | 2 +- VEX/priv/guest_arm64_toIR.c | 2 +- VEX/priv/guest_arm_defs.h | 2 +- VEX/priv/guest_arm_helpers.c | 2 +- VEX/priv/guest_arm_toIR.c | 4 ++-- VEX/priv/guest_generic_bb_to_IR.c | 2 +- VEX/priv/guest_generic_bb_to_IR.h | 2 +- VEX/priv/guest_generic_x87.c | 2 +- VEX/priv/guest_generic_x87.h | 2 +- VEX/priv/guest_mips_defs.h | 2 +- VEX/priv/guest_mips_helpers.c | 2 +- VEX/priv/guest_mips_toIR.c | 2 +- VEX/priv/guest_ppc_defs.h | 2 +- VEX/priv/guest_ppc_helpers.c | 2 +- VEX/priv/guest_ppc_toIR.c | 2 +- VEX/priv/guest_s390_defs.h | 2 +- VEX/priv/guest_s390_helpers.c | 2 +- VEX/priv/guest_s390_toIR.c | 2 +- VEX/priv/guest_tilegx_defs.h | 2 +- VEX/priv/guest_tilegx_helpers.c | 2 +- VEX/priv/guest_tilegx_toIR.c | 2 +- VEX/priv/guest_x86_defs.h | 2 +- VEX/priv/guest_x86_helpers.c | 2 +- VEX/priv/guest_x86_toIR.c | 2 +- VEX/priv/host_amd64_defs.c | 2 +- VEX/priv/host_amd64_defs.h | 2 +- VEX/priv/host_amd64_isel.c | 2 +- VEX/priv/host_arm64_defs.c | 2 +- VEX/priv/host_arm64_defs.h | 2 +- VEX/priv/host_arm64_isel.c | 2 +- VEX/priv/host_arm_defs.c | 4 ++-- VEX/priv/host_arm_defs.h | 2 +- VEX/priv/host_arm_isel.c | 4 ++-- VEX/priv/host_generic_maddf.c | 2 +- VEX/priv/host_generic_maddf.h | 2 +- VEX/priv/host_generic_reg_alloc2.c | 2 +- VEX/priv/host_generic_regs.c | 2 +- VEX/priv/host_generic_regs.h | 2 +- VEX/priv/host_generic_simd128.c | 2 +- VEX/priv/host_generic_simd128.h | 2 +- VEX/priv/host_generic_simd256.c | 2 +- VEX/priv/host_generic_simd256.h | 2 +- VEX/priv/host_generic_simd64.c | 2 +- VEX/priv/host_generic_simd64.h | 2 +- VEX/priv/host_mips_defs.c | 2 +- VEX/priv/host_mips_defs.h | 2 +- VEX/priv/host_mips_isel.c | 2 +- VEX/priv/host_ppc_defs.c | 2 +- VEX/priv/host_ppc_defs.h | 2 +- VEX/priv/host_ppc_isel.c | 2 +- VEX/priv/host_s390_defs.c | 4 ++-- VEX/priv/host_s390_defs.h | 2 +- VEX/priv/host_s390_isel.c | 4 ++-- VEX/priv/host_tilegx_defs.c | 2 +- VEX/priv/host_tilegx_defs.h | 2 +- VEX/priv/host_tilegx_isel.c | 2 +- VEX/priv/host_x86_defs.c | 2 +- VEX/priv/host_x86_defs.h | 2 +- VEX/priv/host_x86_isel.c | 2 +- VEX/priv/ir_defs.c | 2 +- VEX/priv/ir_inject.c | 2 +- VEX/priv/ir_match.c | 2 +- VEX/priv/ir_match.h | 2 +- VEX/priv/ir_opt.c | 2 +- VEX/priv/ir_opt.h | 2 +- VEX/priv/main_globals.c | 2 +- VEX/priv/main_globals.h | 2 +- VEX/priv/main_main.c | 2 +- VEX/priv/main_util.c | 2 +- VEX/priv/main_util.h | 2 +- VEX/priv/multiarch_main_main.c | 2 +- VEX/priv/s390_defs.h | 2 +- VEX/priv/s390_disasm.c | 2 +- VEX/priv/s390_disasm.h | 2 +- VEX/pub/libvex.h | 2 +- VEX/pub/libvex_basictypes.h | 2 +- VEX/pub/libvex_emnote.h | 2 +- VEX/pub/libvex_guest_amd64.h | 2 +- VEX/pub/libvex_guest_arm.h | 2 +- VEX/pub/libvex_guest_arm64.h | 2 +- VEX/pub/libvex_guest_mips32.h | 2 +- VEX/pub/libvex_guest_mips64.h | 2 +- VEX/pub/libvex_guest_ppc32.h | 2 +- VEX/pub/libvex_guest_ppc64.h | 2 +- VEX/pub/libvex_guest_s390x.h | 2 +- VEX/pub/libvex_guest_tilegx.h | 2 +- VEX/pub/libvex_guest_x86.h | 2 +- VEX/pub/libvex_ir.h | 2 +- VEX/pub/libvex_s390x_common.h | 2 +- VEX/pub/libvex_trc_values.h | 2 +- VEX/useful/test_main.c | 4 ++-- 96 files changed, 102 insertions(+), 102 deletions(-) diff --git a/VEX/auxprogs/genoffsets.c b/VEX/auxprogs/genoffsets.c index 70f6491d8..71dc4a24a 100644 --- a/VEX/auxprogs/genoffsets.c +++ b/VEX/auxprogs/genoffsets.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_amd64_defs.h b/VEX/priv/guest_amd64_defs.h index b81d45013..c93a4e1fb 100644 --- a/VEX/priv/guest_amd64_defs.h +++ b/VEX/priv/guest_amd64_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_amd64_helpers.c b/VEX/priv/guest_amd64_helpers.c index 94c6b1a57..f8bfe7f3f 100644 --- a/VEX/priv/guest_amd64_helpers.c +++ b/VEX/priv/guest_amd64_helpers.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_amd64_toIR.c b/VEX/priv/guest_amd64_toIR.c index 19254228e..b13d5aaa0 100644 --- a/VEX/priv/guest_amd64_toIR.c +++ b/VEX/priv/guest_amd64_toIR.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_arm64_defs.h b/VEX/priv/guest_arm64_defs.h index bc34144b0..cba6dd821 100644 --- a/VEX/priv/guest_arm64_defs.h +++ b/VEX/priv/guest_arm64_defs.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_arm64_helpers.c b/VEX/priv/guest_arm64_helpers.c index 5edeef17e..b2d6813e0 100644 --- a/VEX/priv/guest_arm64_helpers.c +++ b/VEX/priv/guest_arm64_helpers.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_arm64_toIR.c b/VEX/priv/guest_arm64_toIR.c index 421db3728..a3cef994f 100644 --- a/VEX/priv/guest_arm64_toIR.c +++ b/VEX/priv/guest_arm64_toIR.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_arm_defs.h b/VEX/priv/guest_arm_defs.h index bfc306c07..2ccbe4398 100644 --- a/VEX/priv/guest_arm_defs.h +++ b/VEX/priv/guest_arm_defs.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_arm_helpers.c b/VEX/priv/guest_arm_helpers.c index 9002a7678..0ef26b645 100644 --- a/VEX/priv/guest_arm_helpers.c +++ b/VEX/priv/guest_arm_helpers.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_arm_toIR.c b/VEX/priv/guest_arm_toIR.c index b9e1be27f..e3a7e1eff 100644 --- a/VEX/priv/guest_arm_toIR.c +++ b/VEX/priv/guest_arm_toIR.c @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net NEON support is - Copyright (C) 2010-2015 Samsung Electronics + Copyright (C) 2010-2017 Samsung Electronics contributed by Dmitry Zhurikhin and Kirill Batuzov diff --git a/VEX/priv/guest_generic_bb_to_IR.c b/VEX/priv/guest_generic_bb_to_IR.c index fb3ffb513..6df594d0d 100644 --- a/VEX/priv/guest_generic_bb_to_IR.c +++ b/VEX/priv/guest_generic_bb_to_IR.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_generic_bb_to_IR.h b/VEX/priv/guest_generic_bb_to_IR.h index 2c90db3d2..ac87510a2 100644 --- a/VEX/priv/guest_generic_bb_to_IR.h +++ b/VEX/priv/guest_generic_bb_to_IR.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_generic_x87.c b/VEX/priv/guest_generic_x87.c index 9f08352eb..5b91f63ab 100644 --- a/VEX/priv/guest_generic_x87.c +++ b/VEX/priv/guest_generic_x87.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_generic_x87.h b/VEX/priv/guest_generic_x87.h index 5a520eafe..8183e3541 100644 --- a/VEX/priv/guest_generic_x87.h +++ b/VEX/priv/guest_generic_x87.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_mips_defs.h b/VEX/priv/guest_mips_defs.h index 28b96b089..6776a802b 100644 --- a/VEX/priv/guest_mips_defs.h +++ b/VEX/priv/guest_mips_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_mips_helpers.c b/VEX/priv/guest_mips_helpers.c index 0ed8f5005..6a62dc7df 100644 --- a/VEX/priv/guest_mips_helpers.c +++ b/VEX/priv/guest_mips_helpers.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_mips_toIR.c b/VEX/priv/guest_mips_toIR.c index 3e6556ab9..160efbad5 100644 --- a/VEX/priv/guest_mips_toIR.c +++ b/VEX/priv/guest_mips_toIR.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_ppc_defs.h b/VEX/priv/guest_ppc_defs.h index efbb759fb..fe411f73d 100644 --- a/VEX/priv/guest_ppc_defs.h +++ b/VEX/priv/guest_ppc_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_ppc_helpers.c b/VEX/priv/guest_ppc_helpers.c index f6f5e2201..8230d65b8 100644 --- a/VEX/priv/guest_ppc_helpers.c +++ b/VEX/priv/guest_ppc_helpers.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_ppc_toIR.c b/VEX/priv/guest_ppc_toIR.c index 6cb817a3f..fe6b2d93d 100644 --- a/VEX/priv/guest_ppc_toIR.c +++ b/VEX/priv/guest_ppc_toIR.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_s390_defs.h b/VEX/priv/guest_s390_defs.h index da6166840..8ba6d9431 100644 --- a/VEX/priv/guest_s390_defs.h +++ b/VEX/priv/guest_s390_defs.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/guest_s390_helpers.c b/VEX/priv/guest_s390_helpers.c index f484f8ed0..4cccdec79 100644 --- a/VEX/priv/guest_s390_helpers.c +++ b/VEX/priv/guest_s390_helpers.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/guest_s390_toIR.c b/VEX/priv/guest_s390_toIR.c index a7bcacc5a..14c895082 100644 --- a/VEX/priv/guest_s390_toIR.c +++ b/VEX/priv/guest_s390_toIR.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2016 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/guest_tilegx_defs.h b/VEX/priv/guest_tilegx_defs.h index 49548f864..5cdb621d3 100644 --- a/VEX/priv/guest_tilegx_defs.h +++ b/VEX/priv/guest_tilegx_defs.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/guest_tilegx_helpers.c b/VEX/priv/guest_tilegx_helpers.c index b26c06db6..c774be212 100644 --- a/VEX/priv/guest_tilegx_helpers.c +++ b/VEX/priv/guest_tilegx_helpers.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/guest_tilegx_toIR.c b/VEX/priv/guest_tilegx_toIR.c index 93e1297cb..46e64442c 100644 --- a/VEX/priv/guest_tilegx_toIR.c +++ b/VEX/priv/guest_tilegx_toIR.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/guest_x86_defs.h b/VEX/priv/guest_x86_defs.h index 639ed36df..3f7a7100d 100644 --- a/VEX/priv/guest_x86_defs.h +++ b/VEX/priv/guest_x86_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_x86_helpers.c b/VEX/priv/guest_x86_helpers.c index bbbd433fc..3c05ae1fb 100644 --- a/VEX/priv/guest_x86_helpers.c +++ b/VEX/priv/guest_x86_helpers.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/guest_x86_toIR.c b/VEX/priv/guest_x86_toIR.c index 23ed055d7..ca5998fce 100644 --- a/VEX/priv/guest_x86_toIR.c +++ b/VEX/priv/guest_x86_toIR.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_amd64_defs.c b/VEX/priv/host_amd64_defs.c index b0c9db856..5e0600ac6 100644 --- a/VEX/priv/host_amd64_defs.c +++ b/VEX/priv/host_amd64_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_amd64_defs.h b/VEX/priv/host_amd64_defs.h index 7796062bb..39682ef9c 100644 --- a/VEX/priv/host_amd64_defs.h +++ b/VEX/priv/host_amd64_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_amd64_isel.c b/VEX/priv/host_amd64_isel.c index 2d5fb42e7..ecd57e796 100644 --- a/VEX/priv/host_amd64_isel.c +++ b/VEX/priv/host_amd64_isel.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_arm64_defs.c b/VEX/priv/host_arm64_defs.c index c9affbdd1..380a24d6d 100644 --- a/VEX/priv/host_arm64_defs.c +++ b/VEX/priv/host_arm64_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_arm64_defs.h b/VEX/priv/host_arm64_defs.h index 92d247e88..14b2de6a4 100644 --- a/VEX/priv/host_arm64_defs.h +++ b/VEX/priv/host_arm64_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_arm64_isel.c b/VEX/priv/host_arm64_isel.c index 11bcb9055..cc797eb46 100644 --- a/VEX/priv/host_arm64_isel.c +++ b/VEX/priv/host_arm64_isel.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_arm_defs.c b/VEX/priv/host_arm_defs.c index 6b51925be..a986f3787 100644 --- a/VEX/priv/host_arm_defs.c +++ b/VEX/priv/host_arm_defs.c @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net NEON support is - Copyright (C) 2010-2015 Samsung Electronics + Copyright (C) 2010-2017 Samsung Electronics contributed by Dmitry Zhurikhin and Kirill Batuzov diff --git a/VEX/priv/host_arm_defs.h b/VEX/priv/host_arm_defs.h index a73126c1e..e8a2eb723 100644 --- a/VEX/priv/host_arm_defs.h +++ b/VEX/priv/host_arm_defs.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_arm_isel.c b/VEX/priv/host_arm_isel.c index b3d606a41..2178ae45a 100644 --- a/VEX/priv/host_arm_isel.c +++ b/VEX/priv/host_arm_isel.c @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net NEON support is - Copyright (C) 2010-2015 Samsung Electronics + Copyright (C) 2010-2017 Samsung Electronics contributed by Dmitry Zhurikhin and Kirill Batuzov diff --git a/VEX/priv/host_generic_maddf.c b/VEX/priv/host_generic_maddf.c index fe4497431..7855068c6 100644 --- a/VEX/priv/host_generic_maddf.c +++ b/VEX/priv/host_generic_maddf.c @@ -5,7 +5,7 @@ /* Compute x * y + z as ternary operation. - Copyright (C) 2010-2015 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2010. diff --git a/VEX/priv/host_generic_maddf.h b/VEX/priv/host_generic_maddf.h index 7282d979c..9fc0d1c25 100644 --- a/VEX/priv/host_generic_maddf.h +++ b/VEX/priv/host_generic_maddf.h @@ -5,7 +5,7 @@ /* Compute x * y + z as ternary operation. - Copyright (C) 2010-2015 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2010. diff --git a/VEX/priv/host_generic_reg_alloc2.c b/VEX/priv/host_generic_reg_alloc2.c index 3c0b8dbab..ada239686 100644 --- a/VEX/priv/host_generic_reg_alloc2.c +++ b/VEX/priv/host_generic_reg_alloc2.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_regs.c b/VEX/priv/host_generic_regs.c index 33fc7a3a2..8710b2ba9 100644 --- a/VEX/priv/host_generic_regs.c +++ b/VEX/priv/host_generic_regs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_regs.h b/VEX/priv/host_generic_regs.h index 5c4804e7a..670114de6 100644 --- a/VEX/priv/host_generic_regs.h +++ b/VEX/priv/host_generic_regs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_simd128.c b/VEX/priv/host_generic_simd128.c index 77a318310..62cb88eb5 100644 --- a/VEX/priv/host_generic_simd128.c +++ b/VEX/priv/host_generic_simd128.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 OpenWorks GbR + Copyright (C) 2010-2017 OpenWorks GbR info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_simd128.h b/VEX/priv/host_generic_simd128.h index c547666a4..0b63ab364 100644 --- a/VEX/priv/host_generic_simd128.h +++ b/VEX/priv/host_generic_simd128.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 OpenWorks GbR + Copyright (C) 2010-2017 OpenWorks GbR info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_simd256.c b/VEX/priv/host_generic_simd256.c index 045ee8dc8..6bfdf7bff 100644 --- a/VEX/priv/host_generic_simd256.c +++ b/VEX/priv/host_generic_simd256.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012-2015 OpenWorks GbR + Copyright (C) 2012-2017 OpenWorks GbR info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_simd256.h b/VEX/priv/host_generic_simd256.h index ffb55f497..12a16bb03 100644 --- a/VEX/priv/host_generic_simd256.h +++ b/VEX/priv/host_generic_simd256.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012-2015 OpenWorks GbR + Copyright (C) 2012-2017 OpenWorks GbR info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_simd64.c b/VEX/priv/host_generic_simd64.c index be70f5d49..48a55bde5 100644 --- a/VEX/priv/host_generic_simd64.c +++ b/VEX/priv/host_generic_simd64.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_generic_simd64.h b/VEX/priv/host_generic_simd64.h index c01e3c982..a0f1ed8e2 100644 --- a/VEX/priv/host_generic_simd64.h +++ b/VEX/priv/host_generic_simd64.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_mips_defs.c b/VEX/priv/host_mips_defs.c index ce202d121..81db9f426 100644 --- a/VEX/priv/host_mips_defs.c +++ b/VEX/priv/host_mips_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_mips_defs.h b/VEX/priv/host_mips_defs.h index 67f234efc..481a4878c 100644 --- a/VEX/priv/host_mips_defs.h +++ b/VEX/priv/host_mips_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_mips_isel.c b/VEX/priv/host_mips_isel.c index b09d2db26..8b07edf4e 100644 --- a/VEX/priv/host_mips_isel.c +++ b/VEX/priv/host_mips_isel.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_ppc_defs.c b/VEX/priv/host_ppc_defs.c index dc70f2426..6f7c009ed 100644 --- a/VEX/priv/host_ppc_defs.c +++ b/VEX/priv/host_ppc_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_ppc_defs.h b/VEX/priv/host_ppc_defs.h index 59a016b58..62c15ae86 100644 --- a/VEX/priv/host_ppc_defs.h +++ b/VEX/priv/host_ppc_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_ppc_isel.c b/VEX/priv/host_ppc_isel.c index d43030a84..6bdb5f74f 100644 --- a/VEX/priv/host_ppc_isel.c +++ b/VEX/priv/host_ppc_isel.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index 9885d474f..91f08e5e9 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -8,8 +8,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 - Copyright (C) 2012-2015 Florian Krohm (britzel@acm.org) + Copyright IBM Corp. 2010-2017 + Copyright (C) 2012-2017 Florian Krohm (britzel@acm.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/host_s390_defs.h b/VEX/priv/host_s390_defs.h index a7c4b1e9f..202690022 100644 --- a/VEX/priv/host_s390_defs.h +++ b/VEX/priv/host_s390_defs.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/host_s390_isel.c b/VEX/priv/host_s390_isel.c index f97b623d7..9322a0515 100644 --- a/VEX/priv/host_s390_isel.c +++ b/VEX/priv/host_s390_isel.c @@ -8,8 +8,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 - Copyright (C) 2012-2015 Florian Krohm (britzel@acm.org) + Copyright IBM Corp. 2010-2017 + Copyright (C) 2012-2017 Florian Krohm (britzel@acm.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/host_tilegx_defs.c b/VEX/priv/host_tilegx_defs.c index fc259e980..a3f756c9d 100644 --- a/VEX/priv/host_tilegx_defs.c +++ b/VEX/priv/host_tilegx_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/host_tilegx_defs.h b/VEX/priv/host_tilegx_defs.h index 344a4409e..2c0d64e84 100644 --- a/VEX/priv/host_tilegx_defs.h +++ b/VEX/priv/host_tilegx_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/host_tilegx_isel.c b/VEX/priv/host_tilegx_isel.c index 2ea532130..acbd58929 100644 --- a/VEX/priv/host_tilegx_isel.c +++ b/VEX/priv/host_tilegx_isel.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/host_x86_defs.c b/VEX/priv/host_x86_defs.c index 6321a3ecb..956e3234d 100644 --- a/VEX/priv/host_x86_defs.c +++ b/VEX/priv/host_x86_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_x86_defs.h b/VEX/priv/host_x86_defs.h index 3eacad77f..0a3ed75f6 100644 --- a/VEX/priv/host_x86_defs.h +++ b/VEX/priv/host_x86_defs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/host_x86_isel.c b/VEX/priv/host_x86_isel.c index 7481fdaeb..45aafeb5f 100644 --- a/VEX/priv/host_x86_isel.c +++ b/VEX/priv/host_x86_isel.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/ir_defs.c b/VEX/priv/ir_defs.c index 7becb5a9a..a853c2e9f 100644 --- a/VEX/priv/ir_defs.c +++ b/VEX/priv/ir_defs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/ir_inject.c b/VEX/priv/ir_inject.c index 94b0fdfcb..c127acad2 100644 --- a/VEX/priv/ir_inject.c +++ b/VEX/priv/ir_inject.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2012-2015 Florian Krohm (britzel@acm.org) + Copyright (C) 2012-2017 Florian Krohm (britzel@acm.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/ir_match.c b/VEX/priv/ir_match.c index 7f6b5753b..b88a66a51 100644 --- a/VEX/priv/ir_match.c +++ b/VEX/priv/ir_match.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/ir_match.h b/VEX/priv/ir_match.h index 7f238fc28..4691bd08f 100644 --- a/VEX/priv/ir_match.h +++ b/VEX/priv/ir_match.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/ir_opt.c b/VEX/priv/ir_opt.c index 12368a442..f40870b03 100644 --- a/VEX/priv/ir_opt.c +++ b/VEX/priv/ir_opt.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/ir_opt.h b/VEX/priv/ir_opt.h index f0129620b..f67ed0010 100644 --- a/VEX/priv/ir_opt.h +++ b/VEX/priv/ir_opt.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/main_globals.c b/VEX/priv/main_globals.c index 8f3a3943e..97a161ea6 100644 --- a/VEX/priv/main_globals.c +++ b/VEX/priv/main_globals.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/main_globals.h b/VEX/priv/main_globals.h index af13e75db..cab88b61f 100644 --- a/VEX/priv/main_globals.h +++ b/VEX/priv/main_globals.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/main_main.c b/VEX/priv/main_main.c index 26e988062..f88e00682 100644 --- a/VEX/priv/main_main.c +++ b/VEX/priv/main_main.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/main_util.c b/VEX/priv/main_util.c index 028d353ae..4e0494b62 100644 --- a/VEX/priv/main_util.c +++ b/VEX/priv/main_util.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/main_util.h b/VEX/priv/main_util.h index a7c37c861..8627d1f8e 100644 --- a/VEX/priv/main_util.h +++ b/VEX/priv/main_util.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/multiarch_main_main.c b/VEX/priv/multiarch_main_main.c index c7500bc10..bd0fa79bf 100644 --- a/VEX/priv/multiarch_main_main.c +++ b/VEX/priv/multiarch_main_main.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2015 Philippe Waroquiers + Copyright (C) 2015-2017 Philippe Waroquiers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/s390_defs.h b/VEX/priv/s390_defs.h index 6751d8063..4c2de4060 100644 --- a/VEX/priv/s390_defs.h +++ b/VEX/priv/s390_defs.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/s390_disasm.c b/VEX/priv/s390_disasm.c index fa18ca5d4..94bb90afa 100644 --- a/VEX/priv/s390_disasm.c +++ b/VEX/priv/s390_disasm.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/priv/s390_disasm.h b/VEX/priv/s390_disasm.h index 2334f01e0..696e52dd8 100644 --- a/VEX/priv/s390_disasm.h +++ b/VEX/priv/s390_disasm.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index cbbb1adb1..46b7604a9 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_basictypes.h b/VEX/pub/libvex_basictypes.h index b1d0f6ca5..ff5dad866 100644 --- a/VEX/pub/libvex_basictypes.h +++ b/VEX/pub/libvex_basictypes.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_emnote.h b/VEX/pub/libvex_emnote.h index 943513062..e59779064 100644 --- a/VEX/pub/libvex_emnote.h +++ b/VEX/pub/libvex_emnote.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_amd64.h b/VEX/pub/libvex_guest_amd64.h index fd104ab02..7db7cbc35 100644 --- a/VEX/pub/libvex_guest_amd64.h +++ b/VEX/pub/libvex_guest_amd64.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_arm.h b/VEX/pub/libvex_guest_arm.h index f44626259..029441f46 100644 --- a/VEX/pub/libvex_guest_arm.h +++ b/VEX/pub/libvex_guest_arm.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_arm64.h b/VEX/pub/libvex_guest_arm64.h index 8b62cddbc..bf1573d82 100644 --- a/VEX/pub/libvex_guest_arm64.h +++ b/VEX/pub/libvex_guest_arm64.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2013-2015 OpenWorks + Copyright (C) 2013-2017 OpenWorks info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_mips32.h b/VEX/pub/libvex_guest_mips32.h index 1349b1465..0ac8d30e9 100644 --- a/VEX/pub/libvex_guest_mips32.h +++ b/VEX/pub/libvex_guest_mips32.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_mips64.h b/VEX/pub/libvex_guest_mips64.h index c68f43bd8..792803ec6 100644 --- a/VEX/pub/libvex_guest_mips64.h +++ b/VEX/pub/libvex_guest_mips64.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 RT-RK + Copyright (C) 2010-2017 RT-RK mips-valgrind@rt-rk.com This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_ppc32.h b/VEX/pub/libvex_guest_ppc32.h index ca239fef4..816ef5a3b 100644 --- a/VEX/pub/libvex_guest_ppc32.h +++ b/VEX/pub/libvex_guest_ppc32.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_ppc64.h b/VEX/pub/libvex_guest_ppc64.h index a3bb756ab..02c4020eb 100644 --- a/VEX/pub/libvex_guest_ppc64.h +++ b/VEX/pub/libvex_guest_ppc64.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_guest_s390x.h b/VEX/pub/libvex_guest_s390x.h index 99d5947b6..8cf0919c6 100644 --- a/VEX/pub/libvex_guest_s390x.h +++ b/VEX/pub/libvex_guest_s390x.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/pub/libvex_guest_tilegx.h b/VEX/pub/libvex_guest_tilegx.h index d3c706280..dfc9d1c9d 100644 --- a/VEX/pub/libvex_guest_tilegx.h +++ b/VEX/pub/libvex_guest_tilegx.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2015 Tilera Corp. + Copyright (C) 2010-2017 Tilera Corp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/pub/libvex_guest_x86.h b/VEX/pub/libvex_guest_x86.h index 54d54a6e1..3ec8af570 100644 --- a/VEX/pub/libvex_guest_x86.h +++ b/VEX/pub/libvex_guest_x86.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 6641f4b66..fcac0430a 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/pub/libvex_s390x_common.h b/VEX/pub/libvex_s390x_common.h index ecdc11be1..5b21b349e 100644 --- a/VEX/pub/libvex_s390x_common.h +++ b/VEX/pub/libvex_s390x_common.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright IBM Corp. 2010-2015 + Copyright IBM Corp. 2010-2017 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/VEX/pub/libvex_trc_values.h b/VEX/pub/libvex_trc_values.h index 38ff2e125..e46e0fba7 100644 --- a/VEX/pub/libvex_trc_values.h +++ b/VEX/pub/libvex_trc_values.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/useful/test_main.c b/VEX/useful/test_main.c index 5db6ec6b7..2d24aaf0a 100644 --- a/VEX/useful/test_main.c +++ b/VEX/useful/test_main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2015 OpenWorks LLP + Copyright (C) 2004-2017 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or @@ -516,7 +516,7 @@ static void MC_helperc_value_check4_fail( void ) { } This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2015 Julian Seward + Copyright (C) 2000-2017 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or