Author: sewardj
Date: 2007-01-10 05:13:42 +0000 (Wed, 10 Jan 2007)
New Revision: 1723
Log:
Update copyright dates.
Modified:
branches/VEX_3_2_BRANCH/LICENSE.README
branches/VEX_3_2_BRANCH/auxprogs/genoffsets.c
branches/VEX_3_2_BRANCH/priv/guest-amd64/gdefs.h
branches/VEX_3_2_BRANCH/priv/guest-amd64/ghelpers.c
branches/VEX_3_2_BRANCH/priv/guest-amd64/toIR.c
branches/VEX_3_2_BRANCH/priv/guest-arm/gdefs.h
branches/VEX_3_2_BRANCH/priv/guest-arm/ghelpers.c
branches/VEX_3_2_BRANCH/priv/guest-arm/toIR.c
branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.c
branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.h
branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.c
branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.h
branches/VEX_3_2_BRANCH/priv/guest-ppc/gdefs.h
branches/VEX_3_2_BRANCH/priv/guest-ppc/ghelpers.c
branches/VEX_3_2_BRANCH/priv/guest-ppc/toIR.c
branches/VEX_3_2_BRANCH/priv/guest-x86/gdefs.h
branches/VEX_3_2_BRANCH/priv/guest-x86/ghelpers.c
branches/VEX_3_2_BRANCH/priv/guest-x86/toIR.c
branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.c
branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.h
branches/VEX_3_2_BRANCH/priv/host-amd64/isel.c
branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.c
branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.h
branches/VEX_3_2_BRANCH/priv/host-arm/isel.c
branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.c
branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.h
branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.c
branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.h
branches/VEX_3_2_BRANCH/priv/host-generic/reg_alloc2.c
branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.c
branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.h
branches/VEX_3_2_BRANCH/priv/host-ppc/isel.c
branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.c
branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.h
branches/VEX_3_2_BRANCH/priv/host-x86/isel.c
branches/VEX_3_2_BRANCH/priv/ir/irdefs.c
branches/VEX_3_2_BRANCH/priv/ir/irmatch.c
branches/VEX_3_2_BRANCH/priv/ir/irmatch.h
branches/VEX_3_2_BRANCH/priv/ir/iropt.c
branches/VEX_3_2_BRANCH/priv/ir/iropt.h
branches/VEX_3_2_BRANCH/priv/main/vex_globals.c
branches/VEX_3_2_BRANCH/priv/main/vex_globals.h
branches/VEX_3_2_BRANCH/priv/main/vex_main.c
branches/VEX_3_2_BRANCH/priv/main/vex_util.c
branches/VEX_3_2_BRANCH/priv/main/vex_util.h
branches/VEX_3_2_BRANCH/pub/libvex.h
branches/VEX_3_2_BRANCH/pub/libvex_basictypes.h
branches/VEX_3_2_BRANCH/pub/libvex_emwarn.h
branches/VEX_3_2_BRANCH/pub/libvex_guest_amd64.h
branches/VEX_3_2_BRANCH/pub/libvex_guest_arm.h
branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc32.h
branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc64.h
branches/VEX_3_2_BRANCH/pub/libvex_guest_x86.h
branches/VEX_3_2_BRANCH/pub/libvex_ir.h
branches/VEX_3_2_BRANCH/pub/libvex_trc_values.h
branches/VEX_3_2_BRANCH/test_main.c
Modified: branches/VEX_3_2_BRANCH/LICENSE.README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/LICENSE.README 2007-01-10 04:59:33 UTC (rev 1=
722)
+++ branches/VEX_3_2_BRANCH/LICENSE.README 2007-01-10 05:13:42 UTC (rev 1=
723)
@@ -2,7 +2,7 @@
This directory and its children contain LibVEX, a library for dynamic
binary instrumentation and translation.
=20
-Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/auxprogs/genoffsets.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/auxprogs/genoffsets.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/auxprogs/genoffsets.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-amd64/gdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-amd64/gdefs.h 2007-01-10 04:59:33 =
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-amd64/gdefs.h 2007-01-10 05:13:42 =
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-amd64/ghelpers.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-amd64/ghelpers.c 2007-01-10 04:59:=
33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-amd64/ghelpers.c 2007-01-10 05:13:=
42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-amd64/toIR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-amd64/toIR.c 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-amd64/toIR.c 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-arm/gdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-arm/gdefs.h 2007-01-10 04:59:33 UT=
C (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-arm/gdefs.h 2007-01-10 05:13:42 UT=
C (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-arm/ghelpers.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-arm/ghelpers.c 2007-01-10 04:59:33=
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-arm/ghelpers.c 2007-01-10 05:13:42=
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-arm/toIR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-arm/toIR.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-arm/toIR.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.c 2007-01-10 04:5=
9:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.c 2007-01-10 05:1=
3:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.h 2007-01-10 04:5=
9:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-generic/bb_to_IR.h 2007-01-10 05:1=
3:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.c 2007-01-10=
04:59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.c 2007-01-10=
05:13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.h 2007-01-10=
04:59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-generic/g_generic_x87.h 2007-01-10=
05:13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-ppc/gdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-ppc/gdefs.h 2007-01-10 04:59:33 UT=
C (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-ppc/gdefs.h 2007-01-10 05:13:42 UT=
C (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-ppc/ghelpers.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-ppc/ghelpers.c 2007-01-10 04:59:33=
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-ppc/ghelpers.c 2007-01-10 05:13:42=
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-ppc/toIR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-ppc/toIR.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-ppc/toIR.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-x86/gdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-x86/gdefs.h 2007-01-10 04:59:33 UT=
C (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-x86/gdefs.h 2007-01-10 05:13:42 UT=
C (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-x86/ghelpers.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-x86/ghelpers.c 2007-01-10 04:59:33=
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-x86/ghelpers.c 2007-01-10 05:13:42=
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/guest-x86/toIR.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/guest-x86/toIR.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/guest-x86/toIR.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.c 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.c 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.h 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-amd64/hdefs.h 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-amd64/isel.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-amd64/isel.c 2007-01-10 04:59:33 UT=
C (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-amd64/isel.c 2007-01-10 05:13:42 UT=
C (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.h 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-arm/hdefs.h 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-arm/isel.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-arm/isel.c 2007-01-10 04:59:33 UTC =
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-arm/isel.c 2007-01-10 05:13:42 UTC =
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.c 2007-01-10=
04:59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.c 2007-01-10=
05:13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.h 2007-01-10=
04:59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_regs.h 2007-01-10=
05:13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.c 2007-01-=
10 04:59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.c 2007-01-=
10 05:13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.h 2007-01-=
10 04:59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-generic/h_generic_simd64.h 2007-01-=
10 05:13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-generic/reg_alloc2.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-generic/reg_alloc2.c 2007-01-10 04:=
59:33 UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-generic/reg_alloc2.c 2007-01-10 05:=
13:42 UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.h 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-ppc/hdefs.h 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-ppc/isel.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-ppc/isel.c 2007-01-10 04:59:33 UTC =
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-ppc/isel.c 2007-01-10 05:13:42 UTC =
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.c 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.c 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.h 2007-01-10 04:59:33 UTC=
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-x86/hdefs.h 2007-01-10 05:13:42 UTC=
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/host-x86/isel.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/host-x86/isel.c 2007-01-10 04:59:33 UTC =
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/host-x86/isel.c 2007-01-10 05:13:42 UTC =
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/ir/irdefs.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/ir/irdefs.c 2007-01-10 04:59:33 UTC (rev=
1722)
+++ branches/VEX_3_2_BRANCH/priv/ir/irdefs.c 2007-01-10 05:13:42 UTC (rev=
1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/ir/irmatch.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/ir/irmatch.c 2007-01-10 04:59:33 UTC (re=
v 1722)
+++ branches/VEX_3_2_BRANCH/priv/ir/irmatch.c 2007-01-10 05:13:42 UTC (re=
v 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/ir/irmatch.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/ir/irmatch.h 2007-01-10 04:59:33 UTC (re=
v 1722)
+++ branches/VEX_3_2_BRANCH/priv/ir/irmatch.h 2007-01-10 05:13:42 UTC (re=
v 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/ir/iropt.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/ir/iropt.c 2007-01-10 04:59:33 UTC (rev =
1722)
+++ branches/VEX_3_2_BRANCH/priv/ir/iropt.c 2007-01-10 05:13:42 UTC (rev =
1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/ir/iropt.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/ir/iropt.h 2007-01-10 04:59:33 UTC (rev =
1722)
+++ branches/VEX_3_2_BRANCH/priv/ir/iropt.h 2007-01-10 05:13:42 UTC (rev =
1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/main/vex_globals.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/main/vex_globals.c 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/main/vex_globals.c 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/main/vex_globals.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/main/vex_globals.h 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/main/vex_globals.h 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/main/vex_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/main/vex_main.c 2007-01-10 04:59:33 UTC =
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/main/vex_main.c 2007-01-10 05:13:42 UTC =
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/main/vex_util.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/main/vex_util.c 2007-01-10 04:59:33 UTC =
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/main/vex_util.c 2007-01-10 05:13:42 UTC =
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/priv/main/vex_util.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/priv/main/vex_util.h 2007-01-10 04:59:33 UTC =
(rev 1722)
+++ branches/VEX_3_2_BRANCH/priv/main/vex_util.h 2007-01-10 05:13:42 UTC =
(rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex.h 2007-01-10 04:59:33 UTC (rev 172=
2)
+++ branches/VEX_3_2_BRANCH/pub/libvex.h 2007-01-10 05:13:42 UTC (rev 172=
3)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_basictypes.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_basictypes.h 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_basictypes.h 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_emwarn.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_emwarn.h 2007-01-10 04:59:33 UTC (=
rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_emwarn.h 2007-01-10 05:13:42 UTC (=
rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_guest_amd64.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_guest_amd64.h 2007-01-10 04:59:33 =
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_guest_amd64.h 2007-01-10 05:13:42 =
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_guest_arm.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_guest_arm.h 2007-01-10 04:59:33 UT=
C (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_guest_arm.h 2007-01-10 05:13:42 UT=
C (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc32.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc32.h 2007-01-10 04:59:33 =
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc32.h 2007-01-10 05:13:42 =
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc64.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc64.h 2007-01-10 04:59:33 =
UTC (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_guest_ppc64.h 2007-01-10 05:13:42 =
UTC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_guest_x86.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_guest_x86.h 2007-01-10 04:59:33 UT=
C (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_guest_x86.h 2007-01-10 05:13:42 UT=
C (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_ir.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_ir.h 2007-01-10 04:59:33 UTC (rev =
1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_ir.h 2007-01-10 05:13:42 UTC (rev =
1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/pub/libvex_trc_values.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/pub/libvex_trc_values.h 2007-01-10 04:59:33 U=
TC (rev 1722)
+++ branches/VEX_3_2_BRANCH/pub/libvex_trc_values.h 2007-01-10 05:13:42 U=
TC (rev 1723)
@@ -10,7 +10,7 @@
This file is part of LibVEX, a library for dynamic binary
instrumentation and translation.
=20
- Copyright (C) 2004-2006 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2007 OpenWorks LLP. All rights reserved.
=20
This library is made available under a dual licensing scheme.
=20
Modified: branches/VEX_3_2_BRANCH/test_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VEX_3_2_BRANCH/test_main.c 2007-01-10 04:59:33 UTC (rev 1722=
)
+++ branches/VEX_3_2_BRANCH/test_main.c 2007-01-10 05:13:42 UTC (rev 1723=
)
@@ -417,7 +417,7 @@
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
=20
- Copyright (C) 2000-2006 Julian Seward=20
+ Copyright (C) 2000-2007 Julian Seward=20
js...@ac...
=20
This program is free software; you can redistribute it and/or
|