]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update copyright dates.
authorJulian Seward <jseward@acm.org>
Mon, 8 Jan 2007 05:51:05 +0000 (05:51 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 8 Jan 2007 05:51:05 +0000 (05:51 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1719

55 files changed:
VEX/auxprogs/genoffsets.c
VEX/priv/guest-amd64/gdefs.h
VEX/priv/guest-amd64/ghelpers.c
VEX/priv/guest-amd64/toIR.c
VEX/priv/guest-arm/gdefs.h
VEX/priv/guest-arm/ghelpers.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/g_generic_x87.c
VEX/priv/guest-generic/g_generic_x87.h
VEX/priv/guest-ppc/gdefs.h
VEX/priv/guest-ppc/ghelpers.c
VEX/priv/guest-ppc/toIR.c
VEX/priv/guest-x86/gdefs.h
VEX/priv/guest-x86/ghelpers.c
VEX/priv/guest-x86/toIR.c
VEX/priv/host-amd64/hdefs.c
VEX/priv/host-amd64/hdefs.h
VEX/priv/host-amd64/isel.c
VEX/priv/host-arm/hdefs.c
VEX/priv/host-arm/hdefs.h
VEX/priv/host-arm/isel.c
VEX/priv/host-generic/h_generic_regs.c
VEX/priv/host-generic/h_generic_regs.h
VEX/priv/host-generic/h_generic_simd64.c
VEX/priv/host-generic/h_generic_simd64.h
VEX/priv/host-generic/reg_alloc2.c
VEX/priv/host-ppc/hdefs.c
VEX/priv/host-ppc/hdefs.h
VEX/priv/host-ppc/isel.c
VEX/priv/host-x86/hdefs.c
VEX/priv/host-x86/hdefs.h
VEX/priv/host-x86/isel.c
VEX/priv/ir/irdefs.c
VEX/priv/ir/irmatch.c
VEX/priv/ir/irmatch.h
VEX/priv/ir/iropt.c
VEX/priv/ir/iropt.h
VEX/priv/main/vex_globals.c
VEX/priv/main/vex_globals.h
VEX/priv/main/vex_main.c
VEX/priv/main/vex_util.c
VEX/priv/main/vex_util.h
VEX/pub/libvex.h
VEX/pub/libvex_basictypes.h
VEX/pub/libvex_emwarn.h
VEX/pub/libvex_guest_amd64.h
VEX/pub/libvex_guest_arm.h
VEX/pub/libvex_guest_ppc32.h
VEX/pub/libvex_guest_ppc64.h
VEX/pub/libvex_guest_x86.h
VEX/pub/libvex_ir.h
VEX/pub/libvex_trc_values.h
VEX/test_main.c

index 4d0b7677870418ffdfdb2c3ee98cde09c7963798..ad14f1c30cf63669fb6702f569562b314444a7d8 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 888935dc125b27737e1f8f738ae052e0921c4a9c..61fbafbd92a61621cc5933ceb9a7d7cd0280e62b 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index a211c67f30478f5a0c85d6dbcd859b69da661d9a..e27c79276a27776073568c19795e5d96cd244ce8 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index e96a72b83c150f2804b2ccaad8ef118572d806ae..9f089fbfd95509257e8406c71c95d0a028b873bd 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 733383636efe8f869c533e97f7458bab5ea77673..8fb166bf9d43394d433ceaa8913c6a34df4d707c 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 066401930b0e853ad1f87f0fee34d14ed1f6149b..c7a6e6830690cf8e441cb295738f88f574ca6792 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 183f05b0591acf2bc2277bdc15915f492de2d3df..c89775e1a09ff5e80cc73c209531b10bc822c232 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index da2ba9c74b140e8a6b75d3ef051d066b53853a20..a36608915fd07b5476be393fc6f446b0ad3d732f 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 4a28a809b69611a625b3868e7a6cf7c236fd26fb..8b99ae2ade7a3b262f1760287254e2dfc158cd91 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 74298e30ca5c04cd86d8b0c2a341f3ccf8e8c831..33fdc30fce716db4e58dc05f847bf677ef02039e 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 1c9dbdb04a711a00e07fa8b149786cc89228e1fe..d42e486cb4860b4f84478295a535960cbff402d5 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 68b478d2738e80abdd33c2939b3a4c70cb7fcc31..000d2518ffc8ecd9dbfdaf2fe85dd72408afc52f 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index ff1a5994a46d2cc81368ba5bb355eb3fc09b2db2..fd8ef4d07cc2e421522237a708caacc4becb2514 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 452ba35d9f9826c8c24be1ab8e8732f96836442a..914d3d41202f8eb02d9b021a7f321031579dce84 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 4cf9beab5c412173801bee86ff9dd8c0859f7d0a..3b36ea4f6a8e1f7e1b43e56255ab9989b956a1a8 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 90f4126541d83381e40734e103896f0db1dd0789..784662c4a0b7c26365917ff666231ef51b4f9bb7 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index e5a0dad204a7b27ddae9433bf41398cdc9c0978f..c1580525e8173ebd17a54ae08a7c3fd9782a3b73 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 602b197f3f891b49094f905f4752739414b935da..2e1b8246dfa3ff079aa66d44e898d1ba63c6502d 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 08c1d5b32fc4ee35d68a1e6f7d88b4244c57d874..874981ad0d0bbc3c5b1e928cfb9e7bc21214bc5a 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 11cae8c1b877e34ebb7011dbab89de5da6b406db..d94eb1cc2953839d5f56914cd47bdbe6b0309d88 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 5fa80cb62c629bb0d6ec5dbede02af1e51ffe5c9..8e1f4f8431466b532af1dbdd8e9d6e2c82285c10 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 57f6681f72b3d2e81aada2cfb55e74e64bb9f219..95c70d0088db328fde324f16ba427fbbe69da979 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 478b668503fbf3ff1981037ae9c869d3770e81aa..e040974c0b3e01be19d5386bb1e133991937ead1 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 3242719eeef4d6372e3b3dfb32b6ba6a74c072a2..e05462779b6a394d3441fd07200231fb5e84cd0e 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index c43f09044d39d98b19cda60ed62cce900d2b1e1e..8c5a006c26fcecc6b1ec3b8a81be0b69c969f48f 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 4f9bfe81b8ab75db83c89573dc42facc63f94c70..b271c0fea12c0aef201c3d6334fafabc85affc8b 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 93f9e904bfb71ace6fd65d2c169ac10d90038136..eb00e690cfff16077e3e229e5982566f0d67de38 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 6efd87a89862bfeac3c497a3dcef320c1066c5ad..9a6695e0a31495ab357f14a4afada60d0bafed78 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 2085157952c157a913d35195ea1ef672a22f3bcc..e9712b2cfd2ec5651c94bb13ff10119094182a04 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index b0608edc6d248c1c374dd8aae48c4feb4d4be714..7682c2b10588a326f9350cb284ea59c1504e5eda 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 17c34065cf06e407bd3a939ca5ef4fd82f46ac17..e09a53dad2536c5a8da3b6b1715ef1fc0adbbce6 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 19220d6442c2b9061ed0f44dfcae6a2dd363ddee..a88a03500c5dce727a1ade12feb55c126f68ecc0 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index ceca4a77e3167296365c0c9d647c4eeabfcbdcfb..1615cae96ad8bcaf5011d5c3dd538aaea7aa5cce 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index b9aeddd0fc3e166520572b825217a0cc47d00d3b..2c339dbb6e8709010f445326299f23f386f91b7e 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index f2fed9378a01b38310aa25e8aeea6c4ee48a97f1..eb12305224e057e42d2459ab98f639aae1a1bc1b 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index e925b8cf2c022cee586bfc49277ca50fb3836f4d..e4e065489557b4a46d38667613aaa4811af22685 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index f338d9630d90ad8fa0cd000f72159a0a8f1c829a..459c0ffdf10ab0ca08410cf7622319021202150d 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 4389e6c109f14c9f898d6b05f31e1fa0da54a145..3703deb91f647bac42c921a3e76e5177b3ac9bf8 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 965401ed1adbd09f7adb4057fe8880b1521319ce..43b31e8a59b0c5e608e17e2f1e4c5bf2b5ddd629 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 774f70936f57f18d110e24930244ddd1ea41f2d7..7d6aae59652c5cb8b108c9feada89b9d1d8b61c4 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index e7d123f6d11e71b87a61a890837d6f3da7516013..d16b39004dbad4fed97f8f34f980b22051ef22ad 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 5203c9eb606f24038346beb65d1d7c526e401313..108720c21d234b4fc063258f38cf35d48d485ee6 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 82271301c2fc64857d2342432cfdffc1bd2e5831..3c6adc96b789165793af9715a77c32ac5c2654fa 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index c0de699973bcb9693e190c9a0e8b8a252a6411bf..d44f9965d3f07295278639fa3bff27a68b2ca1a1 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index a306ae257085cb1ccca78d892c7016beb10d6e59..3e7786b1794abe8101075c1419aa89e4f9c60c20 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index d22bc63887213cc80053dfb600083e3c6345f72f..76aa2439d4ddc2d871aa8c251b6b83d360d170af 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 5e25bfd482a3be44fa1ba734f82520a9ff84b223..52cdfe32f0d4068bcb1d7e6153f1217a3d6feed6 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 91596245454a6802c44db0ea48d1176b83b7eb9e..4e3d5c29429f8b33c9a72ccca6a88680ef47ea3d 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 5753dca284f368758ea5a2091bfc91e3bcf9efae..7c4821780be97f4f7e00a53e728d449ec18eec76 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 7c8bb9b5eac226121c59c66198bbc8c1ae4a88c6..7634b60ced60cde520d64df2026ebc0213928100 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 12b71348ff9cc4cb01e0df64240b133329f91fd0..308a91a8ae5521b684b8c0c952c5c8c7a609dfb9 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 0676913333e6912084b5949cd76924630aa5e3c7..f2efb03a9a2e9f87aff63e24aeef93ec89c4a546 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 170d11d9e5f51e227d53ad004d20577c9d6bda9c..314322171d73cf3d1f529e7c20d5d2a9ffceb8d2 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index dcfa9905f6671fade5c5b294fc972f40f43f2ae0..91dbf983cf85bce708f11afe564ccdb62e3140dc 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of LibVEX, a library for dynamic binary
    instrumentation and translation.
 
-   Copyright (C) 2004-2006 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2004-2007 OpenWorks LLP.  All rights reserved.
 
    This library is made available under a dual licensing scheme.
 
index 4c7248ba8955ebefe955af5b1e2380afda4b70ac..c28c5cac9c19a398b3e9f822e9106a0e34c823b5 100644 (file)
@@ -421,7 +421,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-2006 Julian Seward 
+   Copyright (C) 2000-2007 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or