|
From: <sv...@va...> - 2011-10-23 07:38:29
|
Author: sewardj
Date: 2011-10-23 08:33:43 +0100 (Sun, 23 Oct 2011)
New Revision: 2225
Log:
Update all copyright dates, from 20xy-2010 to 20xy-2011.
Modified:
trunk/auxprogs/genoffsets.c
trunk/priv/guest_amd64_defs.h
trunk/priv/guest_amd64_helpers.c
trunk/priv/guest_amd64_toIR.c
trunk/priv/guest_arm_defs.h
trunk/priv/guest_arm_helpers.c
trunk/priv/guest_arm_toIR.c
trunk/priv/guest_generic_bb_to_IR.c
trunk/priv/guest_generic_bb_to_IR.h
trunk/priv/guest_generic_x87.c
trunk/priv/guest_generic_x87.h
trunk/priv/guest_ppc_defs.h
trunk/priv/guest_ppc_helpers.c
trunk/priv/guest_ppc_toIR.c
trunk/priv/guest_x86_defs.h
trunk/priv/guest_x86_helpers.c
trunk/priv/guest_x86_toIR.c
trunk/priv/host_amd64_defs.c
trunk/priv/host_amd64_defs.h
trunk/priv/host_amd64_isel.c
trunk/priv/host_arm_defs.c
trunk/priv/host_arm_defs.h
trunk/priv/host_arm_isel.c
trunk/priv/host_generic_reg_alloc2.c
trunk/priv/host_generic_regs.c
trunk/priv/host_generic_regs.h
trunk/priv/host_generic_simd128.c
trunk/priv/host_generic_simd128.h
trunk/priv/host_generic_simd64.c
trunk/priv/host_generic_simd64.h
trunk/priv/host_ppc_defs.c
trunk/priv/host_ppc_defs.h
trunk/priv/host_ppc_isel.c
trunk/priv/host_x86_defs.c
trunk/priv/host_x86_defs.h
trunk/priv/host_x86_isel.c
trunk/priv/ir_defs.c
trunk/priv/ir_match.c
trunk/priv/ir_match.h
trunk/priv/ir_opt.c
trunk/priv/ir_opt.h
trunk/priv/main_globals.c
trunk/priv/main_globals.h
trunk/priv/main_main.c
trunk/priv/main_util.c
trunk/priv/main_util.h
trunk/pub/libvex.h
trunk/pub/libvex_basictypes.h
trunk/pub/libvex_emwarn.h
trunk/pub/libvex_guest_amd64.h
trunk/pub/libvex_guest_arm.h
trunk/pub/libvex_guest_ppc32.h
trunk/pub/libvex_guest_ppc64.h
trunk/pub/libvex_guest_x86.h
trunk/pub/libvex_ir.h
trunk/pub/libvex_trc_values.h
trunk/test_main.c
Modified: trunk/auxprogs/genoffsets.c
===================================================================
--- trunk/auxprogs/genoffsets.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/auxprogs/genoffsets.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_amd64_defs.h
===================================================================
--- trunk/priv/guest_amd64_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_amd64_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_amd64_helpers.c
===================================================================
--- trunk/priv/guest_amd64_helpers.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_amd64_helpers.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_amd64_toIR.c
===================================================================
--- trunk/priv/guest_amd64_toIR.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_amd64_toIR.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_arm_defs.h
===================================================================
--- trunk/priv/guest_arm_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_arm_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -6,7 +6,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_arm_helpers.c
===================================================================
--- trunk/priv/guest_arm_helpers.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_arm_helpers.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_arm_toIR.c
===================================================================
--- trunk/priv/guest_arm_toIR.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_arm_toIR.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,11 +7,11 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
NEON support is
- Copyright (C) 2010-2010 Samsung Electronics
+ Copyright (C) 2010-2011 Samsung Electronics
contributed by Dmitry Zhurikhin <zh...@is...>
and Kirill Batuzov <bat...@is...>
Modified: trunk/priv/guest_generic_bb_to_IR.c
===================================================================
--- trunk/priv/guest_generic_bb_to_IR.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_generic_bb_to_IR.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_generic_bb_to_IR.h
===================================================================
--- trunk/priv/guest_generic_bb_to_IR.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_generic_bb_to_IR.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_generic_x87.c
===================================================================
--- trunk/priv/guest_generic_x87.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_generic_x87.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_generic_x87.h
===================================================================
--- trunk/priv/guest_generic_x87.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_generic_x87.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_ppc_defs.h
===================================================================
--- trunk/priv/guest_ppc_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_ppc_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_ppc_helpers.c
===================================================================
--- trunk/priv/guest_ppc_helpers.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_ppc_helpers.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_ppc_toIR.c
===================================================================
--- trunk/priv/guest_ppc_toIR.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_ppc_toIR.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -8,7 +8,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_x86_defs.h
===================================================================
--- trunk/priv/guest_x86_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_x86_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_x86_helpers.c
===================================================================
--- trunk/priv/guest_x86_helpers.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_x86_helpers.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/guest_x86_toIR.c
===================================================================
--- trunk/priv/guest_x86_toIR.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/guest_x86_toIR.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_amd64_defs.c
===================================================================
--- trunk/priv/host_amd64_defs.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_amd64_defs.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_amd64_defs.h
===================================================================
--- trunk/priv/host_amd64_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_amd64_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_amd64_isel.c
===================================================================
--- trunk/priv/host_amd64_isel.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_amd64_isel.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_arm_defs.c
===================================================================
--- trunk/priv/host_arm_defs.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_arm_defs.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,11 +7,11 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
NEON support is
- Copyright (C) 2010-2010 Samsung Electronics
+ Copyright (C) 2010-2011 Samsung Electronics
contributed by Dmitry Zhurikhin <zh...@is...>
and Kirill Batuzov <bat...@is...>
Modified: trunk/priv/host_arm_defs.h
===================================================================
--- trunk/priv/host_arm_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_arm_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -6,7 +6,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_arm_isel.c
===================================================================
--- trunk/priv/host_arm_isel.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_arm_isel.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,11 +7,11 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
NEON support is
- Copyright (C) 2010-2010 Samsung Electronics
+ Copyright (C) 2010-2011 Samsung Electronics
contributed by Dmitry Zhurikhin <zh...@is...>
and Kirill Batuzov <bat...@is...>
Modified: trunk/priv/host_generic_reg_alloc2.c
===================================================================
--- trunk/priv/host_generic_reg_alloc2.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_reg_alloc2.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_generic_regs.c
===================================================================
--- trunk/priv/host_generic_regs.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_regs.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_generic_regs.h
===================================================================
--- trunk/priv/host_generic_regs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_regs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_generic_simd128.c
===================================================================
--- trunk/priv/host_generic_simd128.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_simd128.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2010 OpenWorks GbR
+ Copyright (C) 2010-2011 OpenWorks GbR
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_generic_simd128.h
===================================================================
--- trunk/priv/host_generic_simd128.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_simd128.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2010-2010 OpenWorks GbR
+ Copyright (C) 2010-2011 OpenWorks GbR
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_generic_simd64.c
===================================================================
--- trunk/priv/host_generic_simd64.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_simd64.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_generic_simd64.h
===================================================================
--- trunk/priv/host_generic_simd64.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_generic_simd64.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_ppc_defs.c
===================================================================
--- trunk/priv/host_ppc_defs.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_ppc_defs.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_ppc_defs.h
===================================================================
--- trunk/priv/host_ppc_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_ppc_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_ppc_isel.c
===================================================================
--- trunk/priv/host_ppc_isel.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_ppc_isel.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_x86_defs.c
===================================================================
--- trunk/priv/host_x86_defs.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_x86_defs.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_x86_defs.h
===================================================================
--- trunk/priv/host_x86_defs.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_x86_defs.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/host_x86_isel.c
===================================================================
--- trunk/priv/host_x86_isel.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/host_x86_isel.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/ir_defs.c
===================================================================
--- trunk/priv/ir_defs.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/ir_defs.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/ir_match.c
===================================================================
--- trunk/priv/ir_match.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/ir_match.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/ir_match.h
===================================================================
--- trunk/priv/ir_match.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/ir_match.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/ir_opt.c
===================================================================
--- trunk/priv/ir_opt.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/ir_opt.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/ir_opt.h
===================================================================
--- trunk/priv/ir_opt.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/ir_opt.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/main_globals.c
===================================================================
--- trunk/priv/main_globals.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/main_globals.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/main_globals.h
===================================================================
--- trunk/priv/main_globals.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/main_globals.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/main_main.c
===================================================================
--- trunk/priv/main_main.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/main_main.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/main_util.c
===================================================================
--- trunk/priv/main_util.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/main_util.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/priv/main_util.h
===================================================================
--- trunk/priv/main_util.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/priv/main_util.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex.h
===================================================================
--- trunk/pub/libvex.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_basictypes.h
===================================================================
--- trunk/pub/libvex_basictypes.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_basictypes.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_emwarn.h
===================================================================
--- trunk/pub/libvex_emwarn.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_emwarn.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_guest_amd64.h
===================================================================
--- trunk/pub/libvex_guest_amd64.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_guest_amd64.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_guest_arm.h
===================================================================
--- trunk/pub/libvex_guest_arm.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_guest_arm.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_guest_ppc32.h
===================================================================
--- trunk/pub/libvex_guest_ppc32.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_guest_ppc32.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_guest_ppc64.h
===================================================================
--- trunk/pub/libvex_guest_ppc64.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_guest_ppc64.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_guest_x86.h
===================================================================
--- trunk/pub/libvex_guest_x86.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_guest_x86.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_ir.h
===================================================================
--- trunk/pub/libvex_ir.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_ir.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/pub/libvex_trc_values.h
===================================================================
--- trunk/pub/libvex_trc_values.h 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/pub/libvex_trc_values.h 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
Modified: trunk/test_main.c
===================================================================
--- trunk/test_main.c 2011-10-22 23:18:00 UTC (rev 2224)
+++ trunk/test_main.c 2011-10-23 07:33:43 UTC (rev 2225)
@@ -7,7 +7,7 @@
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2004-2010 OpenWorks LLP
+ Copyright (C) 2004-2011 OpenWorks LLP
in...@op...
This program is free software; you can redistribute it and/or
@@ -472,7 +472,7 @@
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2010 Julian Seward
+ Copyright (C) 2000-2011 Julian Seward
js...@ac...
This program is free software; you can redistribute it and/or
|