From 8b03b71df7a4d42159ca851d0f87661266ce372d Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 18 Oct 2013 14:12:58 +0000 Subject: [PATCH] Update copyright dates (20XY-2012 ==> 20XY-2013) git-svn-id: svn://svn.valgrind.org/vex/trunk@2792 --- 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_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_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_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_arm_defs.c | 4 ++-- VEX/priv/host_arm_defs.h | 2 +- VEX/priv/host_arm_isel.c | 4 ++-- 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_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_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/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_ppc32.h | 2 +- VEX/pub/libvex_guest_ppc64.h | 2 +- VEX/pub/libvex_guest_s390x.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/test_main.c | 4 ++-- 71 files changed, 77 insertions(+), 77 deletions(-) diff --git a/VEX/auxprogs/genoffsets.c b/VEX/auxprogs/genoffsets.c index e04ba0cecc..b8516fd1bc 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 3bd52d4839..42a6a372ec 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 0a7e300044..021aceabba 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 e3cf90b0e1..a17c8f4b0c 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP 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 9702dbd345..776abb7aad 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 bb61afc97b..72040ea31b 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 b349fe2985..f3bc80d347 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net NEON support is - Copyright (C) 2010-2012 Samsung Electronics + Copyright (C) 2010-2013 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 2c761f0bd0..19c46df461 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 22b1e8b877..f0817da6c3 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 a18c198eb6..26a70347ae 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 a3dcc4f5bd..8ccdfd692b 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net 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 0ac45748c3..a27c96ff55 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 4b50547aac..030deddcd7 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 0223991688..d56287fe98 100644 --- a/VEX/priv/guest_ppc_toIR.c +++ b/VEX/priv/guest_ppc_toIR.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 5f2ae20dd1..63dd1af3d9 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-2012 + Copyright IBM Corp. 2010-2013 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 610a57cd51..3feb3600a0 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-2012 + Copyright IBM Corp. 2010-2013 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 85af405907..7c5d808574 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-2012 + Copyright IBM Corp. 2010-2013 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 1a16a0b985..1c64912c9e 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 e87e89fb65..d29d2eef91 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 d3b93ddb55..054a230567 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 99bad1f2f6..b4a31f97a5 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 3584e057db..d774332287 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 ec015839c5..871ceb25f5 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP 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 2eee278d58..3acead8d57 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net NEON support is - Copyright (C) 2010-2012 Samsung Electronics + Copyright (C) 2010-2013 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 247d57c7bd..73dfd8ab44 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 2b1a9e1b16..0149ac2780 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net NEON support is - Copyright (C) 2010-2012 Samsung Electronics + Copyright (C) 2010-2013 Samsung Electronics contributed by Dmitry Zhurikhin and Kirill Batuzov diff --git a/VEX/priv/host_generic_reg_alloc2.c b/VEX/priv/host_generic_reg_alloc2.c index cd77e6bfb9..2b6d07475c 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 025670bce5..267b7cea91 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 096c9673f6..2d94482f53 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 a45f5fb622..1008de1212 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-2012 OpenWorks GbR + Copyright (C) 2010-2013 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 ba8555ddd3..c30c0dfa07 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-2012 OpenWorks GbR + Copyright (C) 2010-2013 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 93990d22d0..c5dd7b6f38 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 OpenWorks GbR + Copyright (C) 2012-2013 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 1254316f1d..29134357f4 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 OpenWorks GbR + Copyright (C) 2012-2013 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 42aff252df..74c8818a8c 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 71128c53b5..4ccfaa48dd 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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.c b/VEX/priv/host_ppc_defs.c index bf11be22a6..7439f09558 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 caa5b1165a..635cc59ead 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 41d1a6a2ef..f493e03425 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 44faad65b5..0b61a5d151 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-2012 - Copyright (C) 2012-2012 Florian Krohm (britzel@acm.org) + Copyright IBM Corp. 2010-2013 + Copyright (C) 2012-2013 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 9c2571e6e0..dafc8ae0d2 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-2012 + Copyright IBM Corp. 2010-2013 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 0816e42c98..aaccff6051 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-2012 - Copyright (C) 2012-2012 Florian Krohm (britzel@acm.org) + Copyright IBM Corp. 2010-2013 + Copyright (C) 2012-2013 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_x86_defs.c b/VEX/priv/host_x86_defs.c index 693eaa2fcf..d6f1edd907 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 e03becf631..96e2c5cf79 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 90bc56362f..0930a39f51 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 f1f38e8031..bc69454201 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 f3a12eea96..af36c38794 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-2012 Florian Krohm (britzel@acm.org) + Copyright (C) 2012-2013 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 bf4030e7b8..560a25b1fa 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 96d816979f..541845bea0 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 c8e5b41fed..3b200c1831 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 4880d4546a..0af7225078 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 8e170b81f4..f30f7709c2 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 127d6dd777..3578812cc2 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 0f74429dd2..22305efeaa 100644 --- a/VEX/priv/main_main.c +++ b/VEX/priv/main_main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 baee415914..31652304f1 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 ce5aa005c0..7573a20639 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/priv/s390_defs.h b/VEX/priv/s390_defs.h index 7d576eea50..1e89883965 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-2012 + Copyright IBM Corp. 2010-2013 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 4c1da64ee9..6a52409f38 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-2012 + Copyright IBM Corp. 2010-2013 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 2cb9b6250b..1522445141 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-2012 + Copyright IBM Corp. 2010-2013 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 56dd61ab0f..c7419dd6d7 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 1d08206855..aba0278624 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 07cc41ff41..e4eaab06b0 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 cd80d19adb..964f11c841 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 bb242f48a5..b4edef72d6 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net 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 11938cc652..669cc15b95 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 d5a7f2d3b4..4773880ab0 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 ae86aa3bbb..d540c3c005 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-2012 + Copyright IBM Corp. 2010-2013 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 d8d2554b93..6c99bc97a2 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 db4ba9b2b4..a7702eef2e 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 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 221c9aa545..a8c8c531f4 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-2012 + Copyright IBM Corp. 2010-2013 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 db2909b9d5..c0f3cc8b3f 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-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or diff --git a/VEX/test_main.c b/VEX/test_main.c index 5ddd5f4268..987ac6f8e4 100644 --- a/VEX/test_main.c +++ b/VEX/test_main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2004-2012 OpenWorks LLP + Copyright (C) 2004-2013 OpenWorks LLP info@open-works.net This program is free software; you can redistribute it and/or @@ -495,7 +495,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-2012 Julian Seward + Copyright (C) 2000-2013 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or -- 2.47.2