From: Julian Seward Date: Wed, 10 Jan 2007 05:13:42 +0000 (+0000) Subject: Update copyright dates. X-Git-Tag: svn/VALGRIND_3_2_3^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c99ef938e861e5b9083d855d848bb5403fbfbe;p=thirdparty%2Fvalgrind.git Update copyright dates. git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_2_BRANCH@1723 --- diff --git a/VEX/LICENSE.README b/VEX/LICENSE.README index 0f0b5b2393..5dba399af1 100644 --- a/VEX/LICENSE.README +++ b/VEX/LICENSE.README @@ -2,7 +2,7 @@ This directory and its children contain 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. diff --git a/VEX/auxprogs/genoffsets.c b/VEX/auxprogs/genoffsets.c index 13ea551b0b..5789629efc 100644 --- a/VEX/auxprogs/genoffsets.c +++ b/VEX/auxprogs/genoffsets.c @@ -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. diff --git a/VEX/priv/guest-amd64/gdefs.h b/VEX/priv/guest-amd64/gdefs.h index 36100be0bf..fccbb01d49 100644 --- a/VEX/priv/guest-amd64/gdefs.h +++ b/VEX/priv/guest-amd64/gdefs.h @@ -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. diff --git a/VEX/priv/guest-amd64/ghelpers.c b/VEX/priv/guest-amd64/ghelpers.c index a211c67f30..e27c79276a 100644 --- a/VEX/priv/guest-amd64/ghelpers.c +++ b/VEX/priv/guest-amd64/ghelpers.c @@ -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. diff --git a/VEX/priv/guest-amd64/toIR.c b/VEX/priv/guest-amd64/toIR.c index 2a3d179f5f..1fa73c4cd7 100644 --- a/VEX/priv/guest-amd64/toIR.c +++ b/VEX/priv/guest-amd64/toIR.c @@ -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. diff --git a/VEX/priv/guest-arm/gdefs.h b/VEX/priv/guest-arm/gdefs.h index 1060163af0..07dbac9bb2 100644 --- a/VEX/priv/guest-arm/gdefs.h +++ b/VEX/priv/guest-arm/gdefs.h @@ -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. diff --git a/VEX/priv/guest-arm/ghelpers.c b/VEX/priv/guest-arm/ghelpers.c index 066401930b..c7a6e68306 100644 --- a/VEX/priv/guest-arm/ghelpers.c +++ b/VEX/priv/guest-arm/ghelpers.c @@ -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. diff --git a/VEX/priv/guest-arm/toIR.c b/VEX/priv/guest-arm/toIR.c index 6719a53759..84c9467e35 100644 --- a/VEX/priv/guest-arm/toIR.c +++ b/VEX/priv/guest-arm/toIR.c @@ -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. diff --git a/VEX/priv/guest-generic/bb_to_IR.c b/VEX/priv/guest-generic/bb_to_IR.c index c79f4b4fea..8cfe55c864 100644 --- a/VEX/priv/guest-generic/bb_to_IR.c +++ b/VEX/priv/guest-generic/bb_to_IR.c @@ -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. diff --git a/VEX/priv/guest-generic/bb_to_IR.h b/VEX/priv/guest-generic/bb_to_IR.h index 935b920ebe..13dc9030a1 100644 --- a/VEX/priv/guest-generic/bb_to_IR.h +++ b/VEX/priv/guest-generic/bb_to_IR.h @@ -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. diff --git a/VEX/priv/guest-generic/g_generic_x87.c b/VEX/priv/guest-generic/g_generic_x87.c index 74298e30ca..33fdc30fce 100644 --- a/VEX/priv/guest-generic/g_generic_x87.c +++ b/VEX/priv/guest-generic/g_generic_x87.c @@ -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. diff --git a/VEX/priv/guest-generic/g_generic_x87.h b/VEX/priv/guest-generic/g_generic_x87.h index 1c9dbdb04a..d42e486cb4 100644 --- a/VEX/priv/guest-generic/g_generic_x87.h +++ b/VEX/priv/guest-generic/g_generic_x87.h @@ -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. diff --git a/VEX/priv/guest-ppc/gdefs.h b/VEX/priv/guest-ppc/gdefs.h index e0624afdcb..2b45a81cdb 100644 --- a/VEX/priv/guest-ppc/gdefs.h +++ b/VEX/priv/guest-ppc/gdefs.h @@ -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. diff --git a/VEX/priv/guest-ppc/ghelpers.c b/VEX/priv/guest-ppc/ghelpers.c index 37c69950a0..2f002de3db 100644 --- a/VEX/priv/guest-ppc/ghelpers.c +++ b/VEX/priv/guest-ppc/ghelpers.c @@ -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. diff --git a/VEX/priv/guest-ppc/toIR.c b/VEX/priv/guest-ppc/toIR.c index 233a883b05..64b8c00da5 100644 --- a/VEX/priv/guest-ppc/toIR.c +++ b/VEX/priv/guest-ppc/toIR.c @@ -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. diff --git a/VEX/priv/guest-x86/gdefs.h b/VEX/priv/guest-x86/gdefs.h index 4ceaaa86f4..76d45dd3ec 100644 --- a/VEX/priv/guest-x86/gdefs.h +++ b/VEX/priv/guest-x86/gdefs.h @@ -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. diff --git a/VEX/priv/guest-x86/ghelpers.c b/VEX/priv/guest-x86/ghelpers.c index 90f4126541..784662c4a0 100644 --- a/VEX/priv/guest-x86/ghelpers.c +++ b/VEX/priv/guest-x86/ghelpers.c @@ -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. diff --git a/VEX/priv/guest-x86/toIR.c b/VEX/priv/guest-x86/toIR.c index c2ec208e86..89e395d672 100644 --- a/VEX/priv/guest-x86/toIR.c +++ b/VEX/priv/guest-x86/toIR.c @@ -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. diff --git a/VEX/priv/host-amd64/hdefs.c b/VEX/priv/host-amd64/hdefs.c index a703180648..9d5f775545 100644 --- a/VEX/priv/host-amd64/hdefs.c +++ b/VEX/priv/host-amd64/hdefs.c @@ -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. diff --git a/VEX/priv/host-amd64/hdefs.h b/VEX/priv/host-amd64/hdefs.h index a8475e9d28..ef49cf4ae8 100644 --- a/VEX/priv/host-amd64/hdefs.h +++ b/VEX/priv/host-amd64/hdefs.h @@ -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. diff --git a/VEX/priv/host-amd64/isel.c b/VEX/priv/host-amd64/isel.c index 59117792bf..4903740873 100644 --- a/VEX/priv/host-amd64/isel.c +++ b/VEX/priv/host-amd64/isel.c @@ -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. diff --git a/VEX/priv/host-arm/hdefs.c b/VEX/priv/host-arm/hdefs.c index 5fa80cb62c..8e1f4f8431 100644 --- a/VEX/priv/host-arm/hdefs.c +++ b/VEX/priv/host-arm/hdefs.c @@ -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. diff --git a/VEX/priv/host-arm/hdefs.h b/VEX/priv/host-arm/hdefs.h index ad4e25b07b..12c125fe34 100644 --- a/VEX/priv/host-arm/hdefs.h +++ b/VEX/priv/host-arm/hdefs.h @@ -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. diff --git a/VEX/priv/host-arm/isel.c b/VEX/priv/host-arm/isel.c index 2edc55d89b..f78adc8743 100644 --- a/VEX/priv/host-arm/isel.c +++ b/VEX/priv/host-arm/isel.c @@ -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. diff --git a/VEX/priv/host-generic/h_generic_regs.c b/VEX/priv/host-generic/h_generic_regs.c index 3242719eee..e05462779b 100644 --- a/VEX/priv/host-generic/h_generic_regs.c +++ b/VEX/priv/host-generic/h_generic_regs.c @@ -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. diff --git a/VEX/priv/host-generic/h_generic_regs.h b/VEX/priv/host-generic/h_generic_regs.h index c43f09044d..8c5a006c26 100644 --- a/VEX/priv/host-generic/h_generic_regs.h +++ b/VEX/priv/host-generic/h_generic_regs.h @@ -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. diff --git a/VEX/priv/host-generic/h_generic_simd64.c b/VEX/priv/host-generic/h_generic_simd64.c index 4f9bfe81b8..b271c0fea1 100644 --- a/VEX/priv/host-generic/h_generic_simd64.c +++ b/VEX/priv/host-generic/h_generic_simd64.c @@ -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. diff --git a/VEX/priv/host-generic/h_generic_simd64.h b/VEX/priv/host-generic/h_generic_simd64.h index 93f9e904bf..eb00e690cf 100644 --- a/VEX/priv/host-generic/h_generic_simd64.h +++ b/VEX/priv/host-generic/h_generic_simd64.h @@ -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. diff --git a/VEX/priv/host-generic/reg_alloc2.c b/VEX/priv/host-generic/reg_alloc2.c index 6efd87a898..9a6695e0a3 100644 --- a/VEX/priv/host-generic/reg_alloc2.c +++ b/VEX/priv/host-generic/reg_alloc2.c @@ -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. diff --git a/VEX/priv/host-ppc/hdefs.c b/VEX/priv/host-ppc/hdefs.c index 2085157952..e9712b2cfd 100644 --- a/VEX/priv/host-ppc/hdefs.c +++ b/VEX/priv/host-ppc/hdefs.c @@ -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. diff --git a/VEX/priv/host-ppc/hdefs.h b/VEX/priv/host-ppc/hdefs.h index 54d3f74d6f..aa05cc7f6a 100644 --- a/VEX/priv/host-ppc/hdefs.h +++ b/VEX/priv/host-ppc/hdefs.h @@ -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. diff --git a/VEX/priv/host-ppc/isel.c b/VEX/priv/host-ppc/isel.c index 89f88d3d87..082d38d3c9 100644 --- a/VEX/priv/host-ppc/isel.c +++ b/VEX/priv/host-ppc/isel.c @@ -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. diff --git a/VEX/priv/host-x86/hdefs.c b/VEX/priv/host-x86/hdefs.c index 19220d6442..a88a03500c 100644 --- a/VEX/priv/host-x86/hdefs.c +++ b/VEX/priv/host-x86/hdefs.c @@ -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. diff --git a/VEX/priv/host-x86/hdefs.h b/VEX/priv/host-x86/hdefs.h index c4ea61d6b5..ef827ee2d1 100644 --- a/VEX/priv/host-x86/hdefs.h +++ b/VEX/priv/host-x86/hdefs.h @@ -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. diff --git a/VEX/priv/host-x86/isel.c b/VEX/priv/host-x86/isel.c index f10cbca244..2464009dab 100644 --- a/VEX/priv/host-x86/isel.c +++ b/VEX/priv/host-x86/isel.c @@ -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. diff --git a/VEX/priv/ir/irdefs.c b/VEX/priv/ir/irdefs.c index 9eddf44a8b..1108733a55 100644 --- a/VEX/priv/ir/irdefs.c +++ b/VEX/priv/ir/irdefs.c @@ -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. diff --git a/VEX/priv/ir/irmatch.c b/VEX/priv/ir/irmatch.c index e925b8cf2c..e4e0654895 100644 --- a/VEX/priv/ir/irmatch.c +++ b/VEX/priv/ir/irmatch.c @@ -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. diff --git a/VEX/priv/ir/irmatch.h b/VEX/priv/ir/irmatch.h index f338d9630d..459c0ffdf1 100644 --- a/VEX/priv/ir/irmatch.h +++ b/VEX/priv/ir/irmatch.h @@ -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. diff --git a/VEX/priv/ir/iropt.c b/VEX/priv/ir/iropt.c index 993bfeb407..419fc4a957 100644 --- a/VEX/priv/ir/iropt.c +++ b/VEX/priv/ir/iropt.c @@ -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. diff --git a/VEX/priv/ir/iropt.h b/VEX/priv/ir/iropt.h index 25334f71b6..7d847e7321 100644 --- a/VEX/priv/ir/iropt.h +++ b/VEX/priv/ir/iropt.h @@ -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. diff --git a/VEX/priv/main/vex_globals.c b/VEX/priv/main/vex_globals.c index 774f70936f..7d6aae5965 100644 --- a/VEX/priv/main/vex_globals.c +++ b/VEX/priv/main/vex_globals.c @@ -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. diff --git a/VEX/priv/main/vex_globals.h b/VEX/priv/main/vex_globals.h index e7d123f6d1..d16b39004d 100644 --- a/VEX/priv/main/vex_globals.h +++ b/VEX/priv/main/vex_globals.h @@ -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. diff --git a/VEX/priv/main/vex_main.c b/VEX/priv/main/vex_main.c index 0475f68709..0f965fea62 100644 --- a/VEX/priv/main/vex_main.c +++ b/VEX/priv/main/vex_main.c @@ -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. diff --git a/VEX/priv/main/vex_util.c b/VEX/priv/main/vex_util.c index 82271301c2..3c6adc96b7 100644 --- a/VEX/priv/main/vex_util.c +++ b/VEX/priv/main/vex_util.c @@ -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. diff --git a/VEX/priv/main/vex_util.h b/VEX/priv/main/vex_util.h index c0de699973..d44f9965d3 100644 --- a/VEX/priv/main/vex_util.h +++ b/VEX/priv/main/vex_util.h @@ -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. diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 26fe0b0502..c6bfd0b307 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -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. diff --git a/VEX/pub/libvex_basictypes.h b/VEX/pub/libvex_basictypes.h index 370f5f9ab8..fd5284a364 100644 --- a/VEX/pub/libvex_basictypes.h +++ b/VEX/pub/libvex_basictypes.h @@ -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. diff --git a/VEX/pub/libvex_emwarn.h b/VEX/pub/libvex_emwarn.h index 5e25bfd482..52cdfe32f0 100644 --- a/VEX/pub/libvex_emwarn.h +++ b/VEX/pub/libvex_emwarn.h @@ -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. diff --git a/VEX/pub/libvex_guest_amd64.h b/VEX/pub/libvex_guest_amd64.h index 9159624545..4e3d5c2942 100644 --- a/VEX/pub/libvex_guest_amd64.h +++ b/VEX/pub/libvex_guest_amd64.h @@ -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. diff --git a/VEX/pub/libvex_guest_arm.h b/VEX/pub/libvex_guest_arm.h index 5753dca284..7c4821780b 100644 --- a/VEX/pub/libvex_guest_arm.h +++ b/VEX/pub/libvex_guest_arm.h @@ -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. diff --git a/VEX/pub/libvex_guest_ppc32.h b/VEX/pub/libvex_guest_ppc32.h index 4203e3b146..9b511558ac 100644 --- a/VEX/pub/libvex_guest_ppc32.h +++ b/VEX/pub/libvex_guest_ppc32.h @@ -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. diff --git a/VEX/pub/libvex_guest_ppc64.h b/VEX/pub/libvex_guest_ppc64.h index fec4e564f2..17bdd213d5 100644 --- a/VEX/pub/libvex_guest_ppc64.h +++ b/VEX/pub/libvex_guest_ppc64.h @@ -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. diff --git a/VEX/pub/libvex_guest_x86.h b/VEX/pub/libvex_guest_x86.h index 0676913333..f2efb03a9a 100644 --- a/VEX/pub/libvex_guest_x86.h +++ b/VEX/pub/libvex_guest_x86.h @@ -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. diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index a20aad9639..a55895b942 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -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. diff --git a/VEX/pub/libvex_trc_values.h b/VEX/pub/libvex_trc_values.h index dcfa9905f6..91dbf983cf 100644 --- a/VEX/pub/libvex_trc_values.h +++ b/VEX/pub/libvex_trc_values.h @@ -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. diff --git a/VEX/test_main.c b/VEX/test_main.c index 0680ae43c8..a5f7f4ed59 100644 --- a/VEX/test_main.c +++ b/VEX/test_main.c @@ -417,7 +417,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