]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update copyright end year to 2017 in preparation for 3.13 release.
authorIvo Raisr <ivosh@ivosh.net>
Thu, 4 May 2017 15:10:00 +0000 (15:10 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Thu, 4 May 2017 15:10:00 +0000 (15:10 +0000)
n-i-bz

git-svn-id: svn://svn.valgrind.org/vex/trunk@3360

96 files changed:
VEX/auxprogs/genoffsets.c
VEX/priv/guest_amd64_defs.h
VEX/priv/guest_amd64_helpers.c
VEX/priv/guest_amd64_toIR.c
VEX/priv/guest_arm64_defs.h
VEX/priv/guest_arm64_helpers.c
VEX/priv/guest_arm64_toIR.c
VEX/priv/guest_arm_defs.h
VEX/priv/guest_arm_helpers.c
VEX/priv/guest_arm_toIR.c
VEX/priv/guest_generic_bb_to_IR.c
VEX/priv/guest_generic_bb_to_IR.h
VEX/priv/guest_generic_x87.c
VEX/priv/guest_generic_x87.h
VEX/priv/guest_mips_defs.h
VEX/priv/guest_mips_helpers.c
VEX/priv/guest_mips_toIR.c
VEX/priv/guest_ppc_defs.h
VEX/priv/guest_ppc_helpers.c
VEX/priv/guest_ppc_toIR.c
VEX/priv/guest_s390_defs.h
VEX/priv/guest_s390_helpers.c
VEX/priv/guest_s390_toIR.c
VEX/priv/guest_tilegx_defs.h
VEX/priv/guest_tilegx_helpers.c
VEX/priv/guest_tilegx_toIR.c
VEX/priv/guest_x86_defs.h
VEX/priv/guest_x86_helpers.c
VEX/priv/guest_x86_toIR.c
VEX/priv/host_amd64_defs.c
VEX/priv/host_amd64_defs.h
VEX/priv/host_amd64_isel.c
VEX/priv/host_arm64_defs.c
VEX/priv/host_arm64_defs.h
VEX/priv/host_arm64_isel.c
VEX/priv/host_arm_defs.c
VEX/priv/host_arm_defs.h
VEX/priv/host_arm_isel.c
VEX/priv/host_generic_maddf.c
VEX/priv/host_generic_maddf.h
VEX/priv/host_generic_reg_alloc2.c
VEX/priv/host_generic_regs.c
VEX/priv/host_generic_regs.h
VEX/priv/host_generic_simd128.c
VEX/priv/host_generic_simd128.h
VEX/priv/host_generic_simd256.c
VEX/priv/host_generic_simd256.h
VEX/priv/host_generic_simd64.c
VEX/priv/host_generic_simd64.h
VEX/priv/host_mips_defs.c
VEX/priv/host_mips_defs.h
VEX/priv/host_mips_isel.c
VEX/priv/host_ppc_defs.c
VEX/priv/host_ppc_defs.h
VEX/priv/host_ppc_isel.c
VEX/priv/host_s390_defs.c
VEX/priv/host_s390_defs.h
VEX/priv/host_s390_isel.c
VEX/priv/host_tilegx_defs.c
VEX/priv/host_tilegx_defs.h
VEX/priv/host_tilegx_isel.c
VEX/priv/host_x86_defs.c
VEX/priv/host_x86_defs.h
VEX/priv/host_x86_isel.c
VEX/priv/ir_defs.c
VEX/priv/ir_inject.c
VEX/priv/ir_match.c
VEX/priv/ir_match.h
VEX/priv/ir_opt.c
VEX/priv/ir_opt.h
VEX/priv/main_globals.c
VEX/priv/main_globals.h
VEX/priv/main_main.c
VEX/priv/main_util.c
VEX/priv/main_util.h
VEX/priv/multiarch_main_main.c
VEX/priv/s390_defs.h
VEX/priv/s390_disasm.c
VEX/priv/s390_disasm.h
VEX/pub/libvex.h
VEX/pub/libvex_basictypes.h
VEX/pub/libvex_emnote.h
VEX/pub/libvex_guest_amd64.h
VEX/pub/libvex_guest_arm.h
VEX/pub/libvex_guest_arm64.h
VEX/pub/libvex_guest_mips32.h
VEX/pub/libvex_guest_mips64.h
VEX/pub/libvex_guest_ppc32.h
VEX/pub/libvex_guest_ppc64.h
VEX/pub/libvex_guest_s390x.h
VEX/pub/libvex_guest_tilegx.h
VEX/pub/libvex_guest_x86.h
VEX/pub/libvex_ir.h
VEX/pub/libvex_s390x_common.h
VEX/pub/libvex_trc_values.h
VEX/useful/test_main.c

index 70f6491d84129e86d1b3237433bd0f743fea88f1..71dc4a24acd9ad01284417c90fd6bbf7f00239f5 100644 (file)
@@ -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
index b81d45013178292d4225eaa1a10e04352c9a2c9e..c93a4e1fb08e9be1177de1b39a928ef6b93ecec3 100644 (file)
@@ -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
index 94c6b1a57f86ca0739f3078933124a495652dc12..f8bfe7f3fd9a25fe4280426097a7110e7f37a29e 100644 (file)
@@ -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
index 19254228ead172b2703d0e057ea4bacd748a53bf..b13d5aaa0de33435b4382da51741540db62417fd 100644 (file)
@@ -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
index bc34144b033673ccaca18107fca7b6a813ac25e6..cba6dd821f2e95763c3b5ef57be9504c7d2b6035 100644 (file)
@@ -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
index 5edeef17e5b0444c738f0afedbbff9b46bb0443b..b2d6813e0ece67cfdfea749d8954e044663cc965 100644 (file)
@@ -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
index 421db3728163f036414de9eb5bdb8cf140178b0e..a3cef994fc952a8380118e84c9b8a04d606b39e9 100644 (file)
@@ -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
index bfc306c07c2c48fd951632916548b08c7c6095bc..2ccbe439896ed44b68c150541e37c77eb42a66c3 100644 (file)
@@ -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
index 9002a76784db0c259fb23001aa7b7c43b73e5655..0ef26b6452721202b109b88c576fc7dc31a7bed3 100644 (file)
@@ -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
index b9e1be27fbec8f89fea3265f7e24bf2500780685..e3a7e1eff858d591a76e92d80b4483f3c5dbc237 100644 (file)
@@ -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 <zhur@ispras.ru>
               and Kirill Batuzov <batuzovk@ispras.ru>
 
index fb3ffb513625ea070ebcca875080f7a90cbfc10c..6df594d0d44f8793aac98f045fd8ba6fbd477bcc 100644 (file)
@@ -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
index 2c90db3d2bca2ba4b4be191be8ac6aeecf251f6f..ac87510a24b8743ae5898ec61c5c5bc182ed512c 100644 (file)
@@ -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
index 9f08352ebcf3f17024a8502d366e4f551a4e2d15..5b91f63ab6e932df3f5f5a509fe496be7c02373f 100644 (file)
@@ -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
index 5a520eafe46ae6434ae162a43a12a1013b13fbd6..8183e35414375b7d4a02c43a0fcbf3fda5a1e79f 100644 (file)
@@ -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
index 28b96b089341ccd8715b502c47a36d16f70facdf..6776a802b4e061a8d03a1647678ef2137f14044a 100644 (file)
@@ -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
index 0ed8f5005d980dd72be7f5a263a5a58a214052b6..6a62dc7dfd0ea674e493e8fbd3d895d45a482d08 100644 (file)
@@ -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
index 3e6556ab931fe3a8c06cecd18d636b4ad9500e51..160efbad568bd28d183ab101f239d24baf8a385b 100644 (file)
@@ -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
index efbb759fb7c32c04302107335072cf2df7d44a37..fe411f73d8438708b4441442effa5740feffc266 100644 (file)
@@ -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
index f6f5e2201b5bdb7552445e4378924db201e4f8db..8230d65b8afac762f9e04ac823623549f63ffddd 100644 (file)
@@ -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
index 6cb817a3f83df5394d0425be668ac8715df80608..fe6b2d93dbcff15f8110b491fce553599adeb45f 100644 (file)
@@ -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
index da61668407b26461768a9a8b2e2fee2a92301b68..8ba6d943194463cd9a5387dc815a83a3088bd19e 100644 (file)
@@ -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
index f484f8ed05907c77285457f5a666ac33e2ee951b..4cccdec79f68d939516605504b85b682cb9c1cab 100644 (file)
@@ -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
index a7bcacc5aff493e92c0e6627bbfb11dd7ceae6d7..14c8950826abd21f26b112aecc929f4d286291ef 100644 (file)
@@ -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
index 49548f864c367567d89d76d981217d1495de706d..5cdb621d3cce7c222614e36883322c36906b2802 100644 (file)
@@ -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
index b26c06db62348fb66717f428c10bbca36262ba23..c774be21218074e70e3a5843c129b3dd689cf521 100644 (file)
@@ -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
index 93e1297cbb9b5404bc5317feec69a637f7913d13..46e64442cefe8afb5c58896365aa8b4f619afd67 100644 (file)
@@ -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
index 639ed36dfced414ff72933c6a9d8a5677cdaaf09..3f7a7100dc0417cb9fa90c7f1256979d15cbd6ff 100644 (file)
@@ -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
index bbbd433fc7a3086921c5173ecda732c4fae14ef0..3c05ae1fb3129d0b098ea8caa2d95cf1d0dce7af 100644 (file)
@@ -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
index 23ed055d7e20bc9d5437c7776e831e51e7c03a77..ca5998fcea4bfb5b178d74213486ceee63433c13 100644 (file)
@@ -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
index b0c9db8568b900108f5e0ce4aab84cb9b387e5ff..5e0600ac69d650690e76b16f6e84cd3871bfbdb4 100644 (file)
@@ -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
index 7796062bb38336173569490c4630af879ef5ed3c..39682ef9c41057ce00e3cd1ad00dce18be6ddcae 100644 (file)
@@ -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
index 2d5fb42e762bd79fef4fa2117787871f10576e5d..ecd57e796ea4787e069678b0f63945be8725d4ec 100644 (file)
@@ -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
index c9affbdd10ede8dcb63269b4b2c59c3035cb993b..380a24d6d9fe6573bacdeef92d4885dcd9b43e4b 100644 (file)
@@ -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
index 92d247e8831a86889d6d77a26a851dab476eebe9..14b2de6a41b5e5d2883c313d783fc24351f40aab 100644 (file)
@@ -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
index 11bcb9055d702161325ed2ecaaa1b018f220536b..cc797eb464d7438d28c1f49f6ae5fcdb158d89d5 100644 (file)
@@ -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
index 6b51925be6a7bc69b3a641d061d150b428286e85..a986f37877b5776c65ebda8ab615bbb6469ab261 100644 (file)
@@ -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 <zhur@ispras.ru>
               and Kirill Batuzov <batuzovk@ispras.ru>
 
index a73126c1e0c2d8c9361da186f34336ba48d10326..e8a2eb72376726fd8b1529e45cbaefba9d25a3e0 100644 (file)
@@ -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
index b3d606a411ca179e90a0d8ba9fad3b2ad203aa18..2178ae45a35e5b202ba37e01a19fc0d841243387 100644 (file)
@@ -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 <zhur@ispras.ru>
               and Kirill Batuzov <batuzovk@ispras.ru>
 
index fe44974315d9574c1efa2f54228aee9c1acb08b9..7855068c64901c9405afc04388f93ec7c1ccb459 100644 (file)
@@ -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 <jakub@redhat.com>, 2010.
 
index 7282d979c85b298d5994b714759fc8bef20bd7a9..9fc0d1c256e3cb0ae225c294f0affd09ab951e2c 100644 (file)
@@ -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 <jakub@redhat.com>, 2010.
 
index 3c0b8dbabaf0949f67ea960764b187fd8ae794eb..ada2396865626ff3467d05d441e6732f8ec2cb1a 100644 (file)
@@ -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
index 33fc7a3a2019f38b0d357ee94d80aae3fde1b646..8710b2ba969eb2ab5187553c6f34febf402f3b65 100644 (file)
@@ -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
index 5c4804e7ae3e319895d0110b65acd7a4741fc301..670114de6ae86562e2031bc9a72c7c9cdea48a88 100644 (file)
@@ -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
index 77a318310dec52070e824ee123f7550abbdab8df..62cb88eb552b04a1e05c9a4637c522f38032f15f 100644 (file)
@@ -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
index c547666a436a700d0cfff26fd05443dc6eeb0f25..0b63ab36426b98666c1a84a029d521764a48cc93 100644 (file)
@@ -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
index 045ee8dc8d9eb4c9469b5e466cf5d9b420a093d2..6bfdf7bffdab6b3b258ca8e5868a370bb3f86ae4 100644 (file)
@@ -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
index ffb55f497916f8ec6c8f5209dfc9283e391f28ca..12a16bb03ec9cc683cceded7ba64fb4c21b3e01b 100644 (file)
@@ -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
index be70f5d499bb555d95885d6068e439c4989f4c2f..48a55bde5f9599ad7516b55782f8937bd3da12af 100644 (file)
@@ -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
index c01e3c9820e8dcbb0732b1dfcbd8fae14ef991dc..a0f1ed8e265d14a27adcdd598f78b2b2fec8348f 100644 (file)
@@ -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
index ce202d121cb9b20f1c0d83baa588e267c96a14b2..81db9f4268709d773f85fc373e381e5e4e291ea2 100644 (file)
@@ -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
index 67f234efc7088905328e72ededafcb28b70bd3b2..481a4878cf58f8b2e0a47df066de2417dfead641 100644 (file)
@@ -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
index b09d2db26e4d200bcf18f6c79b91ccb804afa243..8b07edf4e9e9f859cb736ee7f1422e5b182ce33a 100644 (file)
@@ -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
index dc70f2426b98693cf0f14b365ebda84c8ef451fa..6f7c009ede39c93941450084c43a2cf74421b5f3 100644 (file)
@@ -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
index 59a016b583c19cc52e211c3c46da04e4a8f88c00..62c15ae86546941b9ba3348687b2aa9d10d7b1dd 100644 (file)
@@ -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
index d43030a841d39145ee3e3f2928a6396ca02647ae..6bdb5f74f9ad85aee7ed8e0449eb37165a35837e 100644 (file)
@@ -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
index 9885d474f09f605524292a8471e8f00c3ad44ffb..91f08e5e9f22b5677a370e653f5c6ef7265fe90c 100644 (file)
@@ -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
index a7c4b1e9f2351dcfcdcc353989e06640d094a64c..202690022f9ae9d00fa7e3056afaf66bccb8253b 100644 (file)
@@ -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
index f97b623d7687c802947c5ae71e6ed3e562fbb926..9322a0515d34a6d4368433e0b91ceb46982776bb 100644 (file)
@@ -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
index fc259e980d28aa18c73cece07997a232147b19cd..a3f756c9dfe5c028b0330c73241ba9f961201eac 100644 (file)
@@ -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
index 344a4409e126394579d66d6d2c7d9653f5f33f8a..2c0d64e84d8c26473b6d5f3d064765c16f631304 100644 (file)
@@ -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
index 2ea5321304247a6588d3635e0641f88477b987cf..acbd58929c79b6a3dbe7799a038a99f57508f620 100644 (file)
@@ -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
index 6321a3ecbe0e55e2fec2f0b1e948691827a72108..956e3234d75a5c1a733f9e8b14f44c77d1b1da90 100644 (file)
@@ -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
index 3eacad77fa0b3aff93c1ae4bd9b7529f40c0707a..0a3ed75f6f640ad7d1e0c5756e01bf1443172d3d 100644 (file)
@@ -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
index 7481fdaeb781e2fc8eecf766f61afa24aa810c0e..45aafeb5f755c038d725aaf3dfebe7b9041c99fa 100644 (file)
@@ -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
index 7becb5a9a036e683813aa9451cf0d34dc7ff1f69..a853c2e9fc6a92843b01a243cf272bead0299fe4 100644 (file)
@@ -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
index 94b0fdfcb9639e7f0e07af16c57aa0707c8f189f..c127acad2b47f93db392a4d2f0c5e11ad84ecf9f 100644 (file)
@@ -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
index 7f6b5753b378e18ea9251583ebef2944a0f1cfed..b88a66a5161d41194a276e408f030173ca728be8 100644 (file)
@@ -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
index 7f238fc28160d175194dd889942f8fd15cf49a1f..4691bd08f222d267e4ba1a36e35b2f3f7b6e3df7 100644 (file)
@@ -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
index 12368a442b7a96261a62cd52e79d28623ed41870..f40870b03711dd37b3b57ebf00e875df9c86e6a4 100644 (file)
@@ -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
index f0129620bbd90faa21da7914a2209924198f243b..f67ed001070ab47665a6211cb3dc9da8284ed841 100644 (file)
@@ -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
index 8f3a3943ea55b1a2bd2ce152c3d9bdc6db91b98a..97a161ea67719711db20f2d480173cae01c1c88b 100644 (file)
@@ -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
index af13e75db84af156b9800c59e96533b8e8cda361..cab88b61f7bbe7e0bf58b57cb46cbfa1207e2114 100644 (file)
@@ -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
index 26e988062d4128a5fbcd45866729a90093635078..f88e006824fd9b74d432d464d53cf3044ff553cf 100644 (file)
@@ -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
index 028d353ae7271b8fe3ad1742abf7616ad8ff1019..4e0494b62f6be5669f25c3744f502f1a00766481 100644 (file)
@@ -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
index a7c37c8615009b8081489947c3268d573b188b5c..8627d1f8e0354f938c3bed172b5b9735f4561d88 100644 (file)
@@ -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
index c7500bc10951a08a4ada4bc7f7f4ffdf15e4609d..bd0fa79bff60898347d43c1de7e39461a0b44a26 100644 (file)
@@ -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
index 6751d80639b45719738329df2721cdb1c9618554..4c2de40606aa2984822b039314a80fb0a91e7e22 100644 (file)
@@ -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
index fa18ca5d41700ba38b5516b69145290922102514..94bb90afa6f5a2a55b333d666b7e00a42beb2420 100644 (file)
@@ -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
index 2334f01e04236befb8f67db09351d501b57465a6..696e52dd88b078802e1f9089f943b259941bee3d 100644 (file)
@@ -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
index cbbb1adb17c10978fd286398089d3e5b9ee56f87..46b7604a91ee1d21b4f30459f78313908a84e8f6 100644 (file)
@@ -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
index b1d0f6ca5d7c70bf908308ebe0973ad651ab114e..ff5dad8660e0795139a4a7926329a5c2bf6045a5 100644 (file)
@@ -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
index 943513062bfe625dcca816706e9d99edf8db345e..e59779064405da1ace8c68c033bc960fadbde656 100644 (file)
@@ -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
index fd104ab028862d42ef38dd6557a7610ce1652561..7db7cbc35c28e304d17a85c54f011e9ea268742a 100644 (file)
@@ -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
index f44626259c534918aac185b4194f58652b133d77..029441f463d99ad29d864b21103305a43c701c82 100644 (file)
@@ -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
index 8b62cddbc9334f6ae3d4107dd71762f9542f9db1..bf1573d8251ff98a90e91ca86acd41e7e7da1a94 100644 (file)
@@ -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
index 1349b14657dba530bd8a31702088eaed214f30a2..0ac8d30e9e3d04ca847b3a77ed2d76cf959ffd3a 100644 (file)
@@ -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
index c68f43bd88fa93535f1a7d46191114272f2d6216..792803ec6d03d3883382c981b543b5bd541384f4 100644 (file)
@@ -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
index ca239fef4379b5089d92707093b3d6a3944e5c66..816ef5a3b4e27473cf24d4eb9291343a3559a7ab 100644 (file)
@@ -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
index a3bb756abe8b3f9b9dba18a5251c2154944780c5..02c4020ebf515c7fc52abd6593673aeddb0e338b 100644 (file)
@@ -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
index 99d5947b6f150bc3ae0a9aaae9d80eea5c4cd7ee..8cf0919c64df1227508f0d94cd433a546ab15cf1 100644 (file)
@@ -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
index d3c70628031ffe69b25e1b2a666e6f685cd8f7db..dfc9d1c9d3b90a14e2faf7fff7355e2cf0084be2 100644 (file)
@@ -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
index 54d54a6e1d17c9e3d148113a91ec9877e295783b..3ec8af5703f992f65527e4da9b265c656ff652d5 100644 (file)
@@ -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
index 6641f4b666eb58468dad8d90f6bebf4dc3cff0a1..fcac0430a92f4de45344b300dfceab1bb0edd63b 100644 (file)
@@ -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
index ecdc11be14ce2421f51509e3235f67464ea5f4df..5b21b349e78299c45fe4583564c93b975ada664a 100644 (file)
@@ -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
index 38ff2e125b813a7287d83150c7f8f5cda8daa2d2..e46e0fba73a7b8a6a4536fb6f7b8d905c067ddbf 100644 (file)
@@ -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
index 5db6ec6b74cff869489250ce570899ebf50e7819..2d24aaf0a0f1b1774824d3d76b628b72b6d5a1f5 100644 (file)
@@ -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