From: Julian Seward Date: Mon, 3 May 2010 21:37:12 +0000 (+0000) Subject: Update copyright dates to 2010. X-Git-Tag: svn/VALGRIND_3_6_0~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0574dff825a13a3ff6d759c5ca70b26b41c09b;p=thirdparty%2Fvalgrind.git Update copyright dates to 2010. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11121 --- diff --git a/auxprogs/change-copyright-year b/auxprogs/change-copyright-year index 83ce7b0443..4901df4805 100755 --- a/auxprogs/change-copyright-year +++ b/auxprogs/change-copyright-year @@ -19,7 +19,7 @@ # change them. for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do echo $i - perl -p -e 's/Copyright \(C\) 200([0-9])-2008/Copyright (C) 200$1-2009/' < $i > tmp.$$ + perl -p -e 's/Copyright \(C\) 200([0-9])-2009/Copyright (C) 200$1-2010/' < $i > tmp.$$ mv tmp.$$ $i done diff --git a/auxprogs/valgrind-listener.c b/auxprogs/valgrind-listener.c index 4a46b18d94..ac47b6a582 100644 --- a/auxprogs/valgrind-listener.c +++ b/auxprogs/valgrind-listener.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-arm.c b/cachegrind/cg-arm.c index 78250c8cd9..27f5d0da9b 100644 --- a/cachegrind/cg-arm.c +++ b/cachegrind/cg-arm.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2005-2009 Johan Bjork + Copyright (C) 2005-2010 Johan Bjork jbjoerk@gmail.com This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-ppc32.c b/cachegrind/cg-ppc32.c index 5f9f3a9c22..ce39c2ee7e 100644 --- a/cachegrind/cg-ppc32.c +++ b/cachegrind/cg-ppc32.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-ppc64.c b/cachegrind/cg-ppc64.c index 76d18c7b23..82993f8537 100644 --- a/cachegrind/cg-ppc64.c +++ b/cachegrind/cg-ppc64.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-x86-amd64.c b/cachegrind/cg-x86-amd64.c index 8293cb22b9..350606b2ac 100644 --- a/cachegrind/cg-x86-amd64.c +++ b/cachegrind/cg-x86-amd64.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_arch.h b/cachegrind/cg_arch.h index 9090908c33..7a8d171031 100644 --- a/cachegrind/cg_arch.h +++ b/cachegrind/cg_arch.h @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_branchpred.c b/cachegrind/cg_branchpred.c index 350b5bc794..4eb6982a0a 100644 --- a/cachegrind/cg_branchpred.c +++ b/cachegrind/cg_branchpred.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index 391d47afd6..e858ef5cac 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -8,7 +8,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -1751,7 +1751,7 @@ static void cg_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a cache and branch-prediction profiler"); VG_(details_copyright_author)( - "Copyright (C) 2002-2009, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 500 ); diff --git a/cachegrind/cg_merge.c b/cachegrind/cg_merge.c index 1d8ad41eb7..94cc347f12 100644 --- a/cachegrind/cg_merge.c +++ b/cachegrind/cg_merge.c @@ -8,7 +8,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org AVL tree code derived from diff --git a/cachegrind/cg_sim.c b/cachegrind/cg_sim.c index 57abdfc6dd..a55a1e4caf 100644 --- a/cachegrind/cg_sim.c +++ b/cachegrind/cg_sim.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/callgrind/bb.c b/callgrind/bb.c index 7bea5b38c5..6deafb0eed 100644 --- a/callgrind/bb.c +++ b/callgrind/bb.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/bbcc.c b/callgrind/bbcc.c index 7917c25261..ac7c21ed06 100644 --- a/callgrind/bbcc.c +++ b/callgrind/bbcc.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/callgrind.h b/callgrind/callgrind.h index 18d7981252..d36b6f4eb7 100644 --- a/callgrind/callgrind.h +++ b/callgrind/callgrind.h @@ -13,7 +13,7 @@ This file is part of callgrind, a valgrind tool for cache simulation and call tree tracing. - Copyright (C) 2003-2009 Josef Weidendorfer. All rights reserved. + Copyright (C) 2003-2010 Josef Weidendorfer. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/callgrind/callstack.c b/callgrind/callstack.c index 70495e1fc0..24087f5bc3 100644 --- a/callgrind/callstack.c +++ b/callgrind/callstack.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/clo.c b/callgrind/clo.c index a6aaba4ea0..6d7df37bab 100644 --- a/callgrind/clo.c +++ b/callgrind/clo.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) diff --git a/callgrind/command.c b/callgrind/command.c index e9b40c28bf..1c68cd349c 100644 --- a/callgrind/command.c +++ b/callgrind/command.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) diff --git a/callgrind/context.c b/callgrind/context.c index eb478fd5df..92b4056dc0 100644 --- a/callgrind/context.c +++ b/callgrind/context.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/costs.c b/callgrind/costs.c index 2626ab9f31..2381044c00 100644 --- a/callgrind/costs.c +++ b/callgrind/costs.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/debug.c b/callgrind/debug.c index ab4fdb5574..b89b753613 100644 --- a/callgrind/debug.c +++ b/callgrind/debug.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) diff --git a/callgrind/dump.c b/callgrind/dump.c index 58b3953b1e..5c04e90bfa 100644 --- a/callgrind/dump.c +++ b/callgrind/dump.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/events.c b/callgrind/events.c index e0595c2b68..c0654143e0 100644 --- a/callgrind/events.c +++ b/callgrind/events.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/fn.c b/callgrind/fn.c index 6ed6f6005b..288a7f401d 100644 --- a/callgrind/fn.c +++ b/callgrind/fn.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/jumps.c b/callgrind/jumps.c index 668eda8313..fc306af0d5 100644 --- a/callgrind/jumps.c +++ b/callgrind/jumps.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/main.c b/callgrind/main.c index 147e6d0556..3f02517b09 100644 --- a/callgrind/main.c +++ b/callgrind/main.c @@ -8,10 +8,10 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2009 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2010 Nicholas Nethercote (njn@valgrind.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -1359,7 +1359,7 @@ void CLG_(pre_clo_init)(void) VG_(details_name) ("Callgrind"); VG_(details_version) (NULL); VG_(details_description) ("a call-graph generating cache profiler"); - VG_(details_copyright_author)("Copyright (C) 2002-2009, and GNU GPL'd, " + VG_(details_copyright_author)("Copyright (C) 2002-2010, and GNU GPL'd, " "by Josef Weidendorfer et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 500 ); diff --git a/callgrind/sim.c b/callgrind/sim.c index a84ee5ad48..e79d9e2ad6 100644 --- a/callgrind/sim.c +++ b/callgrind/sim.c @@ -11,7 +11,7 @@ Copyright (C) 2003-2005, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2009 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2010 Nicholas Nethercote (njn@valgrind.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/callgrind/threads.c b/callgrind/threads.c index ea5c189e95..fb8260bf91 100644 --- a/callgrind/threads.c +++ b/callgrind/threads.c @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/launcher-aix5-bootblock.h b/coregrind/launcher-aix5-bootblock.h index 275b057bae..74d0f68284 100644 --- a/coregrind/launcher-aix5-bootblock.h +++ b/coregrind/launcher-aix5-bootblock.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/launcher-aix5.c b/coregrind/launcher-aix5.c index 2c41062a83..6a1b1998af 100644 --- a/coregrind/launcher-aix5.c +++ b/coregrind/launcher-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/launcher-linux.c b/coregrind/launcher-linux.c index c7661cee5d..e7c9c7f7e0 100644 --- a/coregrind/launcher-linux.c +++ b/coregrind/launcher-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacehl.c b/coregrind/m_aspacehl.c index 23a654501f..71931163b2 100644 --- a/coregrind/m_aspacehl.c +++ b/coregrind/m_aspacehl.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 Julian Seward + Copyright (C) 2006-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-aix5.c b/coregrind/m_aspacemgr/aspacemgr-aix5.c index d07e04e045..aa37709e82 100644 --- a/coregrind/m_aspacemgr/aspacemgr-aix5.c +++ b/coregrind/m_aspacemgr/aspacemgr-aix5.c @@ -10,7 +10,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-common.c b/coregrind/m_aspacemgr/aspacemgr-common.c index 56f041753f..a1dbda9e9e 100644 --- a/coregrind/m_aspacemgr/aspacemgr-common.c +++ b/coregrind/m_aspacemgr/aspacemgr-common.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index e2e50e3d41..ae955a8891 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -10,7 +10,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/priv_aspacemgr.h b/coregrind/m_aspacemgr/priv_aspacemgr.h index 04974bb883..a6d993adf3 100644 --- a/coregrind/m_aspacemgr/priv_aspacemgr.h +++ b/coregrind/m_aspacemgr/priv_aspacemgr.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_clientstate.c b/coregrind/m_clientstate.c index 180046eee3..7a27f44cae 100644 --- a/coregrind/m_clientstate.c +++ b/coregrind/m_clientstate.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_commandline.c b/coregrind/m_commandline.c index 327560a792..161e571ce3 100644 --- a/coregrind/m_commandline.c +++ b/coregrind/m_commandline.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-elf.c b/coregrind/m_coredump/coredump-elf.c index b75d8acdd0..b9ca8d2a94 100644 --- a/coregrind/m_coredump/coredump-elf.c +++ b/coregrind/m_coredump/coredump-elf.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-xcoff.c b/coregrind/m_coredump/coredump-xcoff.c index 34e86a6dbb..889e61a9d6 100644 --- a/coregrind/m_coredump/coredump-xcoff.c +++ b/coregrind/m_coredump/coredump-xcoff.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_cpuid.S b/coregrind/m_cpuid.S index 1b67b4cf7e..42df34344e 100644 --- a/coregrind/m_cpuid.S +++ b/coregrind/m_cpuid.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debugger.c b/coregrind/m_debugger.c index 86d6ddc542..309bf91c38 100644 --- a/coregrind/m_debugger.c +++ b/coregrind/m_debugger.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/d3basics.c b/coregrind/m_debuginfo/d3basics.c index 160ec2dbae..e6de809ee9 100644 --- a/coregrind/m_debuginfo/d3basics.c +++ b/coregrind/m_debuginfo/d3basics.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 9bb3d8d854..08babd0e43 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/misc.c b/coregrind/m_debuginfo/misc.c index ec35c36a19..3f94ec2515 100644 --- a/coregrind/m_debuginfo/misc.c +++ b/coregrind/m_debuginfo/misc.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_d3basics.h b/coregrind/m_debuginfo/priv_d3basics.h index f14f178f36..75fcb46a46 100644 --- a/coregrind/m_debuginfo/priv_d3basics.h +++ b/coregrind/m_debuginfo/priv_d3basics.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP and others; see below + Copyright (C) 2008-2010 OpenWorks LLP and others; see below info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_misc.h b/coregrind/m_debuginfo/priv_misc.h index fd786a56b2..0046da6ff4 100644 --- a/coregrind/m_debuginfo/priv_misc.h +++ b/coregrind/m_debuginfo/priv_misc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readdwarf.h b/coregrind/m_debuginfo/priv_readdwarf.h index 299daf4cf3..11e718393e 100644 --- a/coregrind/m_debuginfo/priv_readdwarf.h +++ b/coregrind/m_debuginfo/priv_readdwarf.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readdwarf3.h b/coregrind/m_debuginfo/priv_readdwarf3.h index 277e63ae90..c8162e3da5 100644 --- a/coregrind/m_debuginfo/priv_readdwarf3.h +++ b/coregrind/m_debuginfo/priv_readdwarf3.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readelf.h b/coregrind/m_debuginfo/priv_readelf.h index e0955c4d0b..f185f6641d 100644 --- a/coregrind/m_debuginfo/priv_readelf.h +++ b/coregrind/m_debuginfo/priv_readelf.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readstabs.h b/coregrind/m_debuginfo/priv_readstabs.h index c7a42f04ef..00bf297073 100644 --- a/coregrind/m_debuginfo/priv_readstabs.h +++ b/coregrind/m_debuginfo/priv_readstabs.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readxcoff.h b/coregrind/m_debuginfo/priv_readxcoff.h index 55e6de8649..d8e42b5cbb 100644 --- a/coregrind/m_debuginfo/priv_readxcoff.h +++ b/coregrind/m_debuginfo/priv_readxcoff.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_storage.h b/coregrind/m_debuginfo/priv_storage.h index a451e87ea5..b269825166 100644 --- a/coregrind/m_debuginfo/priv_storage.h +++ b/coregrind/m_debuginfo/priv_storage.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_tytypes.h b/coregrind/m_debuginfo/priv_tytypes.h index 354cf60cf4..97812cd550 100644 --- a/coregrind/m_debuginfo/priv_tytypes.h +++ b/coregrind/m_debuginfo/priv_tytypes.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readdwarf.c b/coregrind/m_debuginfo/readdwarf.c index 8c35385428..d5de234528 100644 --- a/coregrind/m_debuginfo/readdwarf.c +++ b/coregrind/m_debuginfo/readdwarf.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readdwarf3.c b/coregrind/m_debuginfo/readdwarf3.c index 4526320080..37c7f42d7c 100644 --- a/coregrind/m_debuginfo/readdwarf3.c +++ b/coregrind/m_debuginfo/readdwarf3.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readelf.c b/coregrind/m_debuginfo/readelf.c index e8ef2bc8fa..12b347aa20 100644 --- a/coregrind/m_debuginfo/readelf.c +++ b/coregrind/m_debuginfo/readelf.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readmacho.c b/coregrind/m_debuginfo/readmacho.c index ceb0374b78..b6b746e418 100644 --- a/coregrind/m_debuginfo/readmacho.c +++ b/coregrind/m_debuginfo/readmacho.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Apple Inc. + Copyright (C) 2005-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readstabs.c b/coregrind/m_debuginfo/readstabs.c index c8eaf2e0fb..e91faf42a9 100644 --- a/coregrind/m_debuginfo/readstabs.c +++ b/coregrind/m_debuginfo/readstabs.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readxcoff.c b/coregrind/m_debuginfo/readxcoff.c index 3ce209a768..d0e67f4f1e 100644 --- a/coregrind/m_debuginfo/readxcoff.c +++ b/coregrind/m_debuginfo/readxcoff.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/storage.c b/coregrind/m_debuginfo/storage.c index cbb0f1067b..8046f1eacc 100644 --- a/coregrind/m_debuginfo/storage.c +++ b/coregrind/m_debuginfo/storage.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/tytypes.c b/coregrind/m_debuginfo/tytypes.c index 46edf9779c..10cc47364a 100644 --- a/coregrind/m_debuginfo/tytypes.c +++ b/coregrind/m_debuginfo/tytypes.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks LLP + Copyright (C) 2008-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuglog.c b/coregrind/m_debuglog.c index a9591383dc..7b2348fbc6 100644 --- a/coregrind/m_debuglog.c +++ b/coregrind/m_debuglog.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_demangle/demangle.c b/coregrind/m_demangle/demangle.c index 262fcfc6da..f98a1f22b1 100644 --- a/coregrind/m_demangle/demangle.c +++ b/coregrind/m_demangle/demangle.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_demangle/vg_libciface.h b/coregrind/m_demangle/vg_libciface.h index a8e9510f7b..285b0a356e 100644 --- a/coregrind/m_demangle/vg_libciface.h +++ b/coregrind/m_demangle/vg_libciface.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-amd64-linux.S b/coregrind/m_dispatch/dispatch-amd64-linux.S index 6f52dbf8cd..b125a573fb 100644 --- a/coregrind/m_dispatch/dispatch-amd64-linux.S +++ b/coregrind/m_dispatch/dispatch-amd64-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-arm-linux.S b/coregrind/m_dispatch/dispatch-arm-linux.S index faf87d8b35..f81ac2ac31 100644 --- a/coregrind/m_dispatch/dispatch-arm-linux.S +++ b/coregrind/m_dispatch/dispatch-arm-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 Evan Geller + Copyright (C) 2008-2010 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc32-aix5.S b/coregrind/m_dispatch/dispatch-ppc32-aix5.S index b98ef0d36c..fbe669013b 100644 --- a/coregrind/m_dispatch/dispatch-ppc32-aix5.S +++ b/coregrind/m_dispatch/dispatch-ppc32-aix5.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc32-linux.S b/coregrind/m_dispatch/dispatch-ppc32-linux.S index 2eb13ef4ce..bb1bfdc004 100644 --- a/coregrind/m_dispatch/dispatch-ppc32-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc32-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Cerion Armour-Brown + Copyright (C) 2005-2010 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-ppc64-aix5.S b/coregrind/m_dispatch/dispatch-ppc64-aix5.S index c829e1ee55..7938a16e9f 100644 --- a/coregrind/m_dispatch/dispatch-ppc64-aix5.S +++ b/coregrind/m_dispatch/dispatch-ppc64-aix5.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc64-linux.S b/coregrind/m_dispatch/dispatch-ppc64-linux.S index 801a1dd96c..c75359b729 100644 --- a/coregrind/m_dispatch/dispatch-ppc64-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc64-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Cerion Armour-Brown + Copyright (C) 2005-2010 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-x86-linux.S b/coregrind/m_dispatch/dispatch-x86-linux.S index 506fc0fbe5..774aa8ae52 100644 --- a/coregrind/m_dispatch/dispatch-x86-linux.S +++ b/coregrind/m_dispatch/dispatch-x86-linux.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index 19353c68af..573f4277a2 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_execontext.c b/coregrind/m_execontext.c index 7f00e4bb39..fcb45d7a5a 100644 --- a/coregrind/m_execontext.c +++ b/coregrind/m_execontext.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_hashtable.c b/coregrind/m_hashtable.c index 2faba9c7dd..80275f0700 100644 --- a/coregrind/m_hashtable.c +++ b/coregrind/m_hashtable.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-aix5.c b/coregrind/m_initimg/initimg-aix5.c index f4cc2f64a5..b1c4dc816a 100644 --- a/coregrind/m_initimg/initimg-aix5.c +++ b/coregrind/m_initimg/initimg-aix5.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-linux.c b/coregrind/m_initimg/initimg-linux.c index c36f2a1ba7..115d4a40ab 100644 --- a/coregrind/m_initimg/initimg-linux.c +++ b/coregrind/m_initimg/initimg-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcassert.c b/coregrind/m_libcassert.c index 5d0b7589b4..4a1b765842 100644 --- a/coregrind/m_libcassert.c +++ b/coregrind/m_libcassert.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcbase.c b/coregrind/m_libcbase.c index 13e98bc531..98ff96b35f 100644 --- a/coregrind/m_libcbase.c +++ b/coregrind/m_libcbase.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcfile.c b/coregrind/m_libcfile.c index 023b35c8f6..9c1847be95 100644 --- a/coregrind/m_libcfile.c +++ b/coregrind/m_libcfile.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcprint.c b/coregrind/m_libcprint.c index 1c28d18ed4..3a545049ab 100644 --- a/coregrind/m_libcprint.c +++ b/coregrind/m_libcprint.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcproc.c b/coregrind/m_libcproc.c index 41937a8bf0..2e181ebbcb 100644 --- a/coregrind/m_libcproc.c +++ b/coregrind/m_libcproc.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcsignal.c b/coregrind/m_libcsignal.c index 50aa2a8ef9..9d881da50a 100644 --- a/coregrind/m_libcsignal.c +++ b/coregrind/m_libcsignal.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c index 503e7d5437..716202b54c 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 6724273e0f..b8569ed060 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -226,8 +226,8 @@ static void usage_NORETURN ( Bool debug_help ) " Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n" "\n" " %s is %s\n" -" Valgrind is Copyright (C) 2000-2009, and GNU GPL'd, by Julian Seward et al.\n" -" LibVEX is Copyright (C) 2004-2009, and GNU GPL'd, by OpenWorks LLP.\n" +" Valgrind is Copyright (C) 2000-2010, and GNU GPL'd, by Julian Seward et al.\n" +" LibVEX is Copyright (C) 2004-2010, and GNU GPL'd, by OpenWorks LLP.\n" "\n" " Bug reports, feedback, admiration, abuse, etc, to: %s.\n" "\n"; diff --git a/coregrind/m_mallocfree.c b/coregrind/m_mallocfree.c index bad1f7fa5b..dabc39ac4d 100644 --- a/coregrind/m_mallocfree.c +++ b/coregrind/m_mallocfree.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_options.c b/coregrind/m_options.c index 3d91fd9c59..8162a48fee 100644 --- a/coregrind/m_options.c +++ b/coregrind/m_options.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_oset.c b/coregrind/m_oset.c index 4753418f6f..003a3cf1f1 100644 --- a/coregrind/m_oset.c +++ b/coregrind/m_oset.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c index 1dd9f65074..b1ab3c9e75 100644 --- a/coregrind/m_redir.c +++ b/coregrind/m_redir.c @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org - Copyright (C) 2003-2009 Jeremy Fitzhardinge + Copyright (C) 2003-2010 Jeremy Fitzhardinge jeremy@goop.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_replacemalloc/replacemalloc_core.c b/coregrind/m_replacemalloc/replacemalloc_core.c index a7f620d93f..7bcbaaefdb 100644 --- a/coregrind/m_replacemalloc/replacemalloc_core.c +++ b/coregrind/m_replacemalloc/replacemalloc_core.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index 11fa208c38..42e4731cae 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_scheduler/priv_sema.h b/coregrind/m_scheduler/priv_sema.h index 6693e88a32..1d3b920d7c 100644 --- a/coregrind/m_scheduler/priv_sema.h +++ b/coregrind/m_scheduler/priv_sema.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_scheduler/scheduler.c b/coregrind/m_scheduler/scheduler.c index a153b5b6b4..f9df2421cd 100644 --- a/coregrind/m_scheduler/scheduler.c +++ b/coregrind/m_scheduler/scheduler.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_scheduler/sema.c b/coregrind/m_scheduler/sema.c index ed84505a07..25af75f880 100644 --- a/coregrind/m_scheduler/sema.c +++ b/coregrind/m_scheduler/sema.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_seqmatch.c b/coregrind/m_seqmatch.c index 27270abb62..c61273ff0f 100644 --- a/coregrind/m_seqmatch.c +++ b/coregrind/m_seqmatch.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-amd64-darwin.c b/coregrind/m_sigframe/sigframe-amd64-darwin.c index 4898255e5b..6be95757b5 100644 --- a/coregrind/m_sigframe/sigframe-amd64-darwin.c +++ b/coregrind/m_sigframe/sigframe-amd64-darwin.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks Ltd + Copyright (C) 2006-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-amd64-linux.c b/coregrind/m_sigframe/sigframe-amd64-linux.c index 30f78dccc2..b234e3a95d 100644 --- a/coregrind/m_sigframe/sigframe-amd64-linux.c +++ b/coregrind/m_sigframe/sigframe-amd64-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-arm-linux.c b/coregrind/m_sigframe/sigframe-arm-linux.c index c29acd314c..11e01451d3 100644 --- a/coregrind/m_sigframe/sigframe-arm-linux.c +++ b/coregrind/m_sigframe/sigframe-arm-linux.c @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2009 Paul Mackerras + Copyright (C) 2004-2010 Paul Mackerras paulus@samba.org - Copyright (C) 2008-2009 Evan Geller + Copyright (C) 2008-2010 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc32-aix5.c b/coregrind/m_sigframe/sigframe-ppc32-aix5.c index d6b6e28842..999fe204d5 100644 --- a/coregrind/m_sigframe/sigframe-ppc32-aix5.c +++ b/coregrind/m_sigframe/sigframe-ppc32-aix5.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc32-linux.c b/coregrind/m_sigframe/sigframe-ppc32-linux.c index 71442301c9..9710b3726b 100644 --- a/coregrind/m_sigframe/sigframe-ppc32-linux.c +++ b/coregrind/m_sigframe/sigframe-ppc32-linux.c @@ -8,9 +8,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2009 Paul Mackerras + Copyright (C) 2004-2010 Paul Mackerras paulus@samba.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc64-aix5.c b/coregrind/m_sigframe/sigframe-ppc64-aix5.c index 1f94a93435..474b9334b9 100644 --- a/coregrind/m_sigframe/sigframe-ppc64-aix5.c +++ b/coregrind/m_sigframe/sigframe-ppc64-aix5.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc64-linux.c b/coregrind/m_sigframe/sigframe-ppc64-linux.c index f3cd180ba1..03283784ea 100644 --- a/coregrind/m_sigframe/sigframe-ppc64-linux.c +++ b/coregrind/m_sigframe/sigframe-ppc64-linux.c @@ -8,9 +8,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2009 Paul Mackerras + Copyright (C) 2004-2010 Paul Mackerras paulus@samba.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-x86-darwin.c b/coregrind/m_sigframe/sigframe-x86-darwin.c index 3b5a018512..f36f987031 100644 --- a/coregrind/m_sigframe/sigframe-x86-darwin.c +++ b/coregrind/m_sigframe/sigframe-x86-darwin.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks Ltd + Copyright (C) 2006-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-x86-linux.c b/coregrind/m_sigframe/sigframe-x86-linux.c index cfaaafb115..6b61055866 100644 --- a/coregrind/m_sigframe/sigframe-x86-linux.c +++ b/coregrind/m_sigframe/sigframe-x86-linux.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_signals.c b/coregrind/m_signals.c index 8f97163e39..0b550b84af 100644 --- a/coregrind/m_signals.c +++ b/coregrind/m_signals.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sparsewa.c b/coregrind/m_sparsewa.c index e8f4965312..db395aefd6 100644 --- a/coregrind/m_sparsewa.c +++ b/coregrind/m_sparsewa.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_stacks.c b/coregrind/m_stacks.c index c9e9abfc86..f445749cad 100644 --- a/coregrind/m_stacks.c +++ b/coregrind/m_stacks.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_stacktrace.c b/coregrind/m_stacktrace.c index add0808ccc..ad86b79d94 100644 --- a/coregrind/m_stacktrace.c +++ b/coregrind/m_stacktrace.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syscall.c b/coregrind/m_syscall.c index 340747a125..531d3e0ea2 100644 --- a/coregrind/m_syscall.c +++ b/coregrind/m_syscall.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-aix5.h b/coregrind/m_syswrap/priv_syswrap-aix5.h index 4e56095814..037b8fa34a 100644 --- a/coregrind/m_syswrap/priv_syswrap-aix5.h +++ b/coregrind/m_syswrap/priv_syswrap-aix5.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-darwin.h b/coregrind/m_syswrap/priv_syswrap-darwin.h index 776f5e01e8..3fb16564c1 100644 --- a/coregrind/m_syswrap/priv_syswrap-darwin.h +++ b/coregrind/m_syswrap/priv_syswrap-darwin.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Apple Inc. + Copyright (C) 2005-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-generic.h b/coregrind/m_syswrap/priv_syswrap-generic.h index 3ff19b51b6..82073612b7 100644 --- a/coregrind/m_syswrap/priv_syswrap-generic.h +++ b/coregrind/m_syswrap/priv_syswrap-generic.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-linux-variants.h b/coregrind/m_syswrap/priv_syswrap-linux-variants.h index 3c16000d7a..413c130bbc 100644 --- a/coregrind/m_syswrap/priv_syswrap-linux-variants.h +++ b/coregrind/m_syswrap/priv_syswrap-linux-variants.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-linux.h b/coregrind/m_syswrap/priv_syswrap-linux.h index 4c6d2be4dc..c8fc006984 100644 --- a/coregrind/m_syswrap/priv_syswrap-linux.h +++ b/coregrind/m_syswrap/priv_syswrap-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-main.h b/coregrind/m_syswrap/priv_syswrap-main.h index e4b87b3ec3..62784de3bc 100644 --- a/coregrind/m_syswrap/priv_syswrap-main.h +++ b/coregrind/m_syswrap/priv_syswrap-main.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_types_n_macros.h b/coregrind/m_syswrap/priv_types_n_macros.h index fc0f4a0872..a145594296 100644 --- a/coregrind/m_syswrap/priv_types_n_macros.h +++ b/coregrind/m_syswrap/priv_types_n_macros.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-amd64-linux.S b/coregrind/m_syswrap/syscall-amd64-linux.S index 3e7c697c14..4c9b64ed19 100644 --- a/coregrind/m_syswrap/syscall-amd64-linux.S +++ b/coregrind/m_syswrap/syscall-amd64-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-arm-linux.S b/coregrind/m_syswrap/syscall-arm-linux.S index 1d7a70808e..327d44264c 100644 --- a/coregrind/m_syswrap/syscall-arm-linux.S +++ b/coregrind/m_syswrap/syscall-arm-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 Evan Geller (gaze@bea.ms) + Copyright (C) 2008-2010 Evan Geller (gaze@bea.ms) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-ppc32-aix5.S b/coregrind/m_syswrap/syscall-ppc32-aix5.S index 7d8d16cc22..65f7dc3854 100644 --- a/coregrind/m_syswrap/syscall-ppc32-aix5.S +++ b/coregrind/m_syswrap/syscall-ppc32-aix5.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk Derived from Paul Mackerras' implementation of same for ppc32-linux diff --git a/coregrind/m_syswrap/syscall-ppc32-linux.S b/coregrind/m_syswrap/syscall-ppc32-linux.S index 4a89135914..b23eeb0b2e 100644 --- a/coregrind/m_syswrap/syscall-ppc32-linux.S +++ b/coregrind/m_syswrap/syscall-ppc32-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Paul Mackerras (paulus@samba.org) + Copyright (C) 2005-2010 Paul Mackerras (paulus@samba.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-ppc64-aix5.S b/coregrind/m_syswrap/syscall-ppc64-aix5.S index ee4ad51e61..0e6cdc559f 100644 --- a/coregrind/m_syswrap/syscall-ppc64-aix5.S +++ b/coregrind/m_syswrap/syscall-ppc64-aix5.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk Derived from Paul Mackerras' implementation of same for ppc32-linux diff --git a/coregrind/m_syswrap/syscall-ppc64-linux.S b/coregrind/m_syswrap/syscall-ppc64-linux.S index 4c0fb10ea6..aea8e85fbd 100644 --- a/coregrind/m_syswrap/syscall-ppc64-linux.S +++ b/coregrind/m_syswrap/syscall-ppc64-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Paul Mackerras + Copyright (C) 2005-2010 Paul Mackerras This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-x86-linux.S b/coregrind/m_syswrap/syscall-x86-linux.S index f460199d0a..2361de0952 100644 --- a/coregrind/m_syswrap/syscall-x86-linux.S +++ b/coregrind/m_syswrap/syscall-x86-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-aix5.c b/coregrind/m_syswrap/syswrap-aix5.c index e8280347ce..8c4560682c 100644 --- a/coregrind/m_syswrap/syswrap-aix5.c +++ b/coregrind/m_syswrap/syswrap-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-amd64-darwin.c b/coregrind/m_syswrap/syswrap-amd64-darwin.c index 0347db4544..70c5a90876 100644 --- a/coregrind/m_syswrap/syswrap-amd64-darwin.c +++ b/coregrind/m_syswrap/syswrap-amd64-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Apple Inc. + Copyright (C) 2005-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c index b5b57ded93..cf0170150b 100644 --- a/coregrind/m_syswrap/syswrap-amd64-linux.c +++ b/coregrind/m_syswrap/syswrap-amd64-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-arm-linux.c b/coregrind/m_syswrap/syswrap-arm-linux.c index d700f312f2..d550469c04 100644 --- a/coregrind/m_syswrap/syswrap-arm-linux.c +++ b/coregrind/m_syswrap/syswrap-arm-linux.c @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2009 Evan Geller + Copyright (C) 2008-2010 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-darwin.c b/coregrind/m_syswrap/syswrap-darwin.c index 8c927dc112..edb4c88133 100644 --- a/coregrind/m_syswrap/syswrap-darwin.c +++ b/coregrind/m_syswrap/syswrap-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Apple Inc. + Copyright (C) 2005-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-generic.c b/coregrind/m_syswrap/syswrap-generic.c index ca247fbdbe..631a96f2e5 100644 --- a/coregrind/m_syswrap/syswrap-generic.c +++ b/coregrind/m_syswrap/syswrap-generic.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-linux-variants.c b/coregrind/m_syswrap/syswrap-linux-variants.c index 7c188c02e4..27463edef4 100644 --- a/coregrind/m_syswrap/syswrap-linux-variants.c +++ b/coregrind/m_syswrap/syswrap-linux-variants.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-linux.c b/coregrind/m_syswrap/syswrap-linux.c index e6ee2e7d17..e4d1a21738 100644 --- a/coregrind/m_syswrap/syswrap-linux.c +++ b/coregrind/m_syswrap/syswrap-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-main.c b/coregrind/m_syswrap/syswrap-main.c index df44c1a0e4..91b3d29d1f 100644 --- a/coregrind/m_syswrap/syswrap-main.c +++ b/coregrind/m_syswrap/syswrap-main.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc32-aix5.c b/coregrind/m_syswrap/syswrap-ppc32-aix5.c index 1286b794fc..01c70a1803 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-aix5.c +++ b/coregrind/m_syswrap/syswrap-ppc32-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index a9fb910bd5..e0bb3312a7 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote - Copyright (C) 2005-2009 Cerion Armour-Brown + Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2010 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-ppc64-aix5.c b/coregrind/m_syswrap/syswrap-ppc64-aix5.c index 02263f0809..494576b57f 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-aix5.c +++ b/coregrind/m_syswrap/syswrap-ppc64-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index c844c60959..fa4b8637bd 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote - Copyright (C) 2005-2009 Cerion Armour-Brown + Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2010 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-x86-darwin.c b/coregrind/m_syswrap/syswrap-x86-darwin.c index 54dac21f8b..1e2e1d87b6 100644 --- a/coregrind/m_syswrap/syswrap-x86-darwin.c +++ b/coregrind/m_syswrap/syswrap-x86-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Apple Inc. + Copyright (C) 2005-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index ae4846dc6c..ef0561ac96 100644 --- a/coregrind/m_syswrap/syswrap-x86-linux.c +++ b/coregrind/m_syswrap/syswrap-x86-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_threadstate.c b/coregrind/m_threadstate.c index 30a2cf820a..d047110de2 100644 --- a/coregrind/m_threadstate.c +++ b/coregrind/m_threadstate.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_tooliface.c b/coregrind/m_tooliface.c index c59e59b73f..4bfbce2af8 100644 --- a/coregrind/m_tooliface.c +++ b/coregrind/m_tooliface.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Nicholas Nethercote + Copyright (C) 2000-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_trampoline.S b/coregrind/m_trampoline.S index e945478658..f610254e20 100644 --- a/coregrind/m_trampoline.S +++ b/coregrind/m_trampoline.S @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index 90f759aa8a..41a2e71b4e 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_transtab.c b/coregrind/m_transtab.c index 690c0325d5..4a1547f18d 100644 --- a/coregrind/m_transtab.c +++ b/coregrind/m_transtab.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/elf.c b/coregrind/m_ume/elf.c index 3d7c5152cd..39e6f0b5a5 100644 --- a/coregrind/m_ume/elf.c +++ b/coregrind/m_ume/elf.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/macho.c b/coregrind/m_ume/macho.c index 4f42ea6990..03547936c7 100644 --- a/coregrind/m_ume/macho.c +++ b/coregrind/m_ume/macho.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Apple Inc. + Copyright (C) 2005-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/main.c b/coregrind/m_ume/main.c index bc98d9a931..b0edcf2b9a 100644 --- a/coregrind/m_ume/main.c +++ b/coregrind/m_ume/main.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/script.c b/coregrind/m_ume/script.c index 83a250e7b3..44359f417f 100644 --- a/coregrind/m_ume/script.c +++ b/coregrind/m_ume/script.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_vki.c b/coregrind/m_vki.c index 9a4c3ef1da..a141fa7dd3 100644 --- a/coregrind/m_vki.c +++ b/coregrind/m_vki.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_vkiscnums.c b/coregrind/m_vkiscnums.c index be32b94c59..adb8454712 100644 --- a/coregrind/m_vkiscnums.c +++ b/coregrind/m_vkiscnums.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_wordfm.c b/coregrind/m_wordfm.c index a10ea90fcd..3047f9018f 100644 --- a/coregrind/m_wordfm.c +++ b/coregrind/m_wordfm.c @@ -9,13 +9,13 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 Julian Seward + Copyright (C) 2007-2010 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org which in turn was derived partially from: diff --git a/coregrind/m_xarray.c b/coregrind/m_xarray.c index eef668b8c1..9b2baee40e 100644 --- a/coregrind/m_xarray.c +++ b/coregrind/m_xarray.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_aspacehl.h b/coregrind/pub_core_aspacehl.h index c3bf8e4975..0ad35ef5d7 100644 --- a/coregrind/pub_core_aspacehl.h +++ b/coregrind/pub_core_aspacehl.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2009-2009 Julian Seward + Copyright (C) 2009-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_aspacemgr.h b/coregrind/pub_core_aspacemgr.h index b41801fb62..bc6a2c79a4 100644 --- a/coregrind/pub_core_aspacemgr.h +++ b/coregrind/pub_core_aspacemgr.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_basics.h b/coregrind/pub_core_basics.h index 2ee30ac632..fdfd733f6f 100644 --- a/coregrind/pub_core_basics.h +++ b/coregrind/pub_core_basics.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_basics_asm.h b/coregrind/pub_core_basics_asm.h index a71e8ffecc..80ee1a6352 100644 --- a/coregrind/pub_core_basics_asm.h +++ b/coregrind/pub_core_basics_asm.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_clientstate.h b/coregrind/pub_core_clientstate.h index 1809074404..4742330b2b 100644 --- a/coregrind/pub_core_clientstate.h +++ b/coregrind/pub_core_clientstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_clreq.h b/coregrind/pub_core_clreq.h index 1585d71a0f..dc349a40be 100644 --- a/coregrind/pub_core_clreq.h +++ b/coregrind/pub_core_clreq.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_commandline.h b/coregrind/pub_core_commandline.h index aebfe61872..80c4c47615 100644 --- a/coregrind/pub_core_commandline.h +++ b/coregrind/pub_core_commandline.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_coredump.h b/coregrind/pub_core_coredump.h index e325a42388..96d41f866a 100644 --- a/coregrind/pub_core_coredump.h +++ b/coregrind/pub_core_coredump.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_cpuid.h b/coregrind/pub_core_cpuid.h index 4712e71978..e4bed87f8a 100644 --- a/coregrind/pub_core_cpuid.h +++ b/coregrind/pub_core_cpuid.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_debugger.h b/coregrind/pub_core_debugger.h index 9c224de98b..e3131a2df1 100644 --- a/coregrind/pub_core_debugger.h +++ b/coregrind/pub_core_debugger.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_debuginfo.h b/coregrind/pub_core_debuginfo.h index 4e168a1285..48ac9aa9c3 100644 --- a/coregrind/pub_core_debuginfo.h +++ b/coregrind/pub_core_debuginfo.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_debuglog.h b/coregrind/pub_core_debuglog.h index 6bf779a381..9cdcd613ca 100644 --- a/coregrind/pub_core_debuglog.h +++ b/coregrind/pub_core_debuglog.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_demangle.h b/coregrind/pub_core_demangle.h index bac72c0237..71cc4c3b9e 100644 --- a/coregrind/pub_core_demangle.h +++ b/coregrind/pub_core_demangle.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_dispatch.h b/coregrind/pub_core_dispatch.h index e4aa11c3c2..6fa04addae 100644 --- a/coregrind/pub_core_dispatch.h +++ b/coregrind/pub_core_dispatch.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_dispatch_asm.h b/coregrind/pub_core_dispatch_asm.h index c1af70a0be..d08183bb8d 100644 --- a/coregrind/pub_core_dispatch_asm.h +++ b/coregrind/pub_core_dispatch_asm.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_errormgr.h b/coregrind/pub_core_errormgr.h index 6ceeb9b1fc..2b72b038f1 100644 --- a/coregrind/pub_core_errormgr.h +++ b/coregrind/pub_core_errormgr.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_execontext.h b/coregrind/pub_core_execontext.h index 3cb2ae06af..713500e6c8 100644 --- a/coregrind/pub_core_execontext.h +++ b/coregrind/pub_core_execontext.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_hashtable.h b/coregrind/pub_core_hashtable.h index f0d2ab24e4..4c9c22f77d 100644 --- a/coregrind/pub_core_hashtable.h +++ b/coregrind/pub_core_hashtable.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_initimg.h b/coregrind/pub_core_initimg.h index 4c4e09d012..a351171ebb 100644 --- a/coregrind/pub_core_initimg.h +++ b/coregrind/pub_core_initimg.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcassert.h b/coregrind/pub_core_libcassert.h index 5570196f5a..3512100a06 100644 --- a/coregrind/pub_core_libcassert.h +++ b/coregrind/pub_core_libcassert.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcbase.h b/coregrind/pub_core_libcbase.h index d8d5f17256..4c89627496 100644 --- a/coregrind/pub_core_libcbase.h +++ b/coregrind/pub_core_libcbase.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcfile.h b/coregrind/pub_core_libcfile.h index 548f1b4d70..ba8ed8b508 100644 --- a/coregrind/pub_core_libcfile.h +++ b/coregrind/pub_core_libcfile.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcprint.h b/coregrind/pub_core_libcprint.h index c043c2d42a..9148235c25 100644 --- a/coregrind/pub_core_libcprint.h +++ b/coregrind/pub_core_libcprint.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcproc.h b/coregrind/pub_core_libcproc.h index 68f8958b76..8b078c12fe 100644 --- a/coregrind/pub_core_libcproc.h +++ b/coregrind/pub_core_libcproc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcsignal.h b/coregrind/pub_core_libcsignal.h index 684ab000b5..d82eb3663c 100644 --- a/coregrind/pub_core_libcsignal.h +++ b/coregrind/pub_core_libcsignal.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_machine.h b/coregrind/pub_core_machine.h index b63fceb7eb..bd90fd4e6e 100644 --- a/coregrind/pub_core_machine.h +++ b/coregrind/pub_core_machine.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_mallocfree.h b/coregrind/pub_core_mallocfree.h index 4fba6d6b96..4eb11f0c09 100644 --- a/coregrind/pub_core_mallocfree.h +++ b/coregrind/pub_core_mallocfree.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_options.h b/coregrind/pub_core_options.h index e7b6abe06c..fa358eb223 100644 --- a/coregrind/pub_core_options.h +++ b/coregrind/pub_core_options.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_oset.h b/coregrind/pub_core_oset.h index d178b7c3c2..8bff1ab636 100644 --- a/coregrind/pub_core_oset.h +++ b/coregrind/pub_core_oset.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_redir.h b/coregrind/pub_core_redir.h index c931d85fcc..817699aca4 100644 --- a/coregrind/pub_core_redir.h +++ b/coregrind/pub_core_redir.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_replacemalloc.h b/coregrind/pub_core_replacemalloc.h index 1561c2041c..7a6b26d05d 100644 --- a/coregrind/pub_core_replacemalloc.h +++ b/coregrind/pub_core_replacemalloc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_scheduler.h b/coregrind/pub_core_scheduler.h index b295a13ed7..73773d7950 100644 --- a/coregrind/pub_core_scheduler.h +++ b/coregrind/pub_core_scheduler.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_seqmatch.h b/coregrind/pub_core_seqmatch.h index c2391f89fd..04f21e66b6 100644 --- a/coregrind/pub_core_seqmatch.h +++ b/coregrind/pub_core_seqmatch.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_sigframe.h b/coregrind/pub_core_sigframe.h index 6646a8257a..8eeb42ebfe 100644 --- a/coregrind/pub_core_sigframe.h +++ b/coregrind/pub_core_sigframe.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_signals.h b/coregrind/pub_core_signals.h index 92875bd26a..10182bc152 100644 --- a/coregrind/pub_core_signals.h +++ b/coregrind/pub_core_signals.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_sparsewa.h b/coregrind/pub_core_sparsewa.h index c382ef9683..33a090121d 100644 --- a/coregrind/pub_core_sparsewa.h +++ b/coregrind/pub_core_sparsewa.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_stacks.h b/coregrind/pub_core_stacks.h index ffa2db76c0..97e39baa27 100644 --- a/coregrind/pub_core_stacks.h +++ b/coregrind/pub_core_stacks.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_stacktrace.h b/coregrind/pub_core_stacktrace.h index 802d395787..6181405e7a 100644 --- a/coregrind/pub_core_stacktrace.h +++ b/coregrind/pub_core_stacktrace.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_syscall.h b/coregrind/pub_core_syscall.h index 3781491885..9f9c068df2 100644 --- a/coregrind/pub_core_syscall.h +++ b/coregrind/pub_core_syscall.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_syswrap.h b/coregrind/pub_core_syswrap.h index 43428f6b57..f3ba4641a9 100644 --- a/coregrind/pub_core_syswrap.h +++ b/coregrind/pub_core_syswrap.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_threadstate.h b/coregrind/pub_core_threadstate.h index 29e5903b73..3e63da14d6 100644 --- a/coregrind/pub_core_threadstate.h +++ b/coregrind/pub_core_threadstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_tooliface.h b/coregrind/pub_core_tooliface.h index e5785054e0..946f323484 100644 --- a/coregrind/pub_core_tooliface.h +++ b/coregrind/pub_core_tooliface.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_trampoline.h b/coregrind/pub_core_trampoline.h index 3f1e949d9a..46013349d8 100644 --- a/coregrind/pub_core_trampoline.h +++ b/coregrind/pub_core_trampoline.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_translate.h b/coregrind/pub_core_translate.h index 8e0cea42f7..02113aa7a4 100644 --- a/coregrind/pub_core_translate.h +++ b/coregrind/pub_core_translate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_transtab.h b/coregrind/pub_core_transtab.h index 79005f2fd6..d89cbed487 100644 --- a/coregrind/pub_core_transtab.h +++ b/coregrind/pub_core_transtab.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_transtab_asm.h b/coregrind/pub_core_transtab_asm.h index c5e307671e..d3292f19fd 100644 --- a/coregrind/pub_core_transtab_asm.h +++ b/coregrind/pub_core_transtab_asm.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_ume.h b/coregrind/pub_core_ume.h index 7a089639cf..5d89502553 100644 --- a/coregrind/pub_core_ume.h +++ b/coregrind/pub_core_ume.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_vki.h b/coregrind/pub_core_vki.h index c5afeb01fd..63729a201d 100644 --- a/coregrind/pub_core_vki.h +++ b/coregrind/pub_core_vki.h @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_vkiscnums.h b/coregrind/pub_core_vkiscnums.h index 6408f82a97..743257c631 100644 --- a/coregrind/pub_core_vkiscnums.h +++ b/coregrind/pub_core_vkiscnums.h @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_vkiscnums_asm.h b/coregrind/pub_core_vkiscnums_asm.h index 14cff8fc9a..661213bde3 100644 --- a/coregrind/pub_core_vkiscnums_asm.h +++ b/coregrind/pub_core_vkiscnums_asm.h @@ -7,11 +7,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_wordfm.h b/coregrind/pub_core_wordfm.h index 436505585a..30bb9ad4eb 100644 --- a/coregrind/pub_core_wordfm.h +++ b/coregrind/pub_core_wordfm.h @@ -9,13 +9,13 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 Julian Seward + Copyright (C) 2007-2010 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org which in turn was derived partially from: diff --git a/coregrind/pub_core_xarray.h b/coregrind/pub_core_xarray.h index 67231e9e66..c8e0456690 100644 --- a/coregrind/pub_core_xarray.h +++ b/coregrind/pub_core_xarray.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/vg_preloaded.c b/coregrind/vg_preloaded.c index 211b11380d..4463d76b49 100644 --- a/coregrind/vg_preloaded.c +++ b/coregrind/vg_preloaded.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/drd/drd.h b/drd/drd.h index 2d209dca27..3935cabfd7 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -14,7 +14,7 @@ This file is part of DRD, a Valgrind tool for verification of multithreaded programs. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/drd/drd_barrier.c b/drd/drd_barrier.c index de8d67b380..d8e06cb181 100644 --- a/drd/drd_barrier.c +++ b/drd/drd_barrier.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_barrier.h b/drd/drd_barrier.h index 5c019a3bd6..77c8cd911a 100644 --- a/drd/drd_barrier.h +++ b/drd/drd_barrier.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap.c b/drd/drd_bitmap.c index 7cdf87865f..8e0e4c08cd 100644 --- a/drd/drd_bitmap.c +++ b/drd/drd_bitmap.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index bb04053e59..f903945c0c 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap2_node.c b/drd/drd_bitmap2_node.c index 300fb41613..9dc3ef5629 100644 --- a/drd/drd_bitmap2_node.c +++ b/drd/drd_bitmap2_node.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.c b/drd/drd_clientobj.c index 41cdb87bb5..780b793c9e 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.h b/drd/drd_clientobj.h index 66882d65bf..dd1a541aac 100644 --- a/drd/drd_clientobj.h +++ b/drd/drd_clientobj.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.c b/drd/drd_clientreq.c index 2d53b9dc53..852348e3bb 100644 --- a/drd/drd_clientreq.c +++ b/drd/drd_clientreq.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.h b/drd/drd_clientreq.h index 0d7cfa2d41..f059c66839 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.c b/drd/drd_cond.c index ec98d3c9c8..456b290f3e 100644 --- a/drd/drd_cond.c +++ b/drd/drd_cond.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.h b/drd/drd_cond.h index 079f81eed5..a511912d57 100644 --- a/drd/drd_cond.h +++ b/drd/drd_cond.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.c b/drd/drd_error.c index e2fd58349d..461fe6cb16 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.h b/drd/drd_error.h index 88006b8da3..9c6bf7a78c 100644 --- a/drd/drd_error.h +++ b/drd/drd_error.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_hb.c b/drd/drd_hb.c index dfff3fea0c..268643afd1 100644 --- a/drd/drd_hb.c +++ b/drd/drd_hb.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_hb.h b/drd/drd_hb.h index 89db2b2367..8ea59fb766 100644 --- a/drd/drd_hb.h +++ b/drd/drd_hb.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.c b/drd/drd_load_store.c index c3f1011f05..2b6d6f5026 100644 --- a/drd/drd_load_store.c +++ b/drd/drd_load_store.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.h b/drd/drd_load_store.h index 8619fa9152..be6df7b935 100644 --- a/drd/drd_load_store.h +++ b/drd/drd_load_store.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_main.c b/drd/drd_main.c index ee2076001e..36c5dd6ec7 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -633,7 +633,7 @@ void drd_pre_clo_init(void) VG_(details_name) ("drd"); VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2009, and GNU GPL'd," + VG_(details_copyright_author)("Copyright (C) 2006-2010, and GNU GPL'd," " by Bart Van Assche."); VG_(details_bug_reports_to) (VG_BUGS_TO); diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c index 13988eee8d..914498b6dd 100644 --- a/drd/drd_malloc_wrappers.c +++ b/drd/drd_malloc_wrappers.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_malloc_wrappers.h b/drd/drd_malloc_wrappers.h index eecbe583ae..175acce510 100644 --- a/drd/drd_malloc_wrappers.h +++ b/drd/drd_malloc_wrappers.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.c b/drd/drd_mutex.c index f29d68e98d..2cb1a3047b 100644 --- a/drd/drd_mutex.c +++ b/drd/drd_mutex.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.h b/drd/drd_mutex.h index 5096a8e383..18ccab6d2a 100644 --- a/drd/drd_mutex.h +++ b/drd/drd_mutex.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index c494db1bcc..bead0e9859 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -7,7 +7,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_qtcore_intercepts.c b/drd/drd_qtcore_intercepts.c index fbb88c3295..3c256f8843 100644 --- a/drd/drd_qtcore_intercepts.c +++ b/drd/drd_qtcore_intercepts.c @@ -7,7 +7,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.c b/drd/drd_rwlock.c index 01614f61d0..56fa2163a9 100644 --- a/drd/drd_rwlock.c +++ b/drd/drd_rwlock.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.h b/drd/drd_rwlock.h index d30a6b5f65..da0b4aec33 100644 --- a/drd/drd_rwlock.h +++ b/drd/drd_rwlock.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.c b/drd/drd_segment.c index a7947f7c49..ffd0c598f6 100644 --- a/drd/drd_segment.c +++ b/drd/drd_segment.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.h b/drd/drd_segment.h index 8167551777..ba31cb0f19 100644 --- a/drd/drd_segment.h +++ b/drd/drd_segment.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.c b/drd/drd_semaphore.c index 3c2daad0da..77c34c99ec 100644 --- a/drd/drd_semaphore.c +++ b/drd/drd_semaphore.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.h b/drd/drd_semaphore.h index 3f2b8051c8..8bcdf2510a 100644 --- a/drd/drd_semaphore.h +++ b/drd/drd_semaphore.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_strmem_intercepts.c b/drd/drd_strmem_intercepts.c index 4969133406..1a87f42603 100644 --- a/drd/drd_strmem_intercepts.c +++ b/drd/drd_strmem_intercepts.c @@ -11,7 +11,7 @@ from memchec/mc_replace_strmem.c, which has the following copyright notice: - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/drd/drd_suppression.c b/drd/drd_suppression.c index ebe7b8a83a..cfe4b037dc 100644 --- a/drd/drd_suppression.c +++ b/drd/drd_suppression.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.c b/drd/drd_thread.c index 52e1dc7f88..a12553a428 100644 --- a/drd/drd_thread.c +++ b/drd/drd_thread.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.h b/drd/drd_thread.h index 83626d829e..a3601896d6 100644 --- a/drd/drd_thread.h +++ b/drd/drd_thread.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h index c795df40ba..bd8e8a8a4b 100644 --- a/drd/drd_thread_bitmap.h +++ b/drd/drd_thread_bitmap.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.c b/drd/drd_vc.c index b1f3c66f1b..05e138b02d 100644 --- a/drd/drd_vc.c +++ b/drd/drd_vc.c @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.h b/drd/drd_vc.h index d35b7e51cb..49d2ebaa09 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index 360b38c6dd..b7d5f26584 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2009 Bart Van Assche . + Copyright (C) 2006-2010 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index 0905a30309..05f54d076a 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -19,7 +19,7 @@ sed \ -e '/^run: \/usr\/bin\/dsymutil.*/d' \ -e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \ -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \ --e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \ +-e "/^Copyright (C) 2006-201., and GNU GPL'd, by Bart Van Assche.$/d" \ -e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \ -e "s/[A-Za-z_]* (pthread_create.c:[0-9]*)/(within libpthread-?.?.so)/" \ -e "s/[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so)/(within libpthread-?.?.so)/" \ diff --git a/exp-bbv/bbv_main.c b/exp-bbv/bbv_main.c index 7629bf8528..34020e0b9e 100644 --- a/exp-bbv/bbv_main.c +++ b/exp-bbv/bbv_main.c @@ -6,10 +6,10 @@ This file is part of BBV, a Valgrind tool for generating SimPoint basic block vectors. - Copyright (C) 2006-2009 Vince Weaver + Copyright (C) 2006-2010 Vince Weaver vince _at_ csl.cornell.edu - pcfile code is Copyright (C) 2006-2009 Oriol Prat + pcfile code is Copyright (C) 2006-2010 Oriol Prat oriol.prat _at _ bsc.es This program is free software; you can redistribute it and/or @@ -607,7 +607,7 @@ static void bbv_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a SimPoint basic block vector generator"); VG_(details_copyright_author)( - "Copyright (C) 2006-2009 Vince Weaver"); + "Copyright (C) 2006-2010 Vince Weaver"); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(basic_tool_funcs) (bbv_post_clo_init, diff --git a/exp-ptrcheck/h_intercepts.c b/exp-ptrcheck/h_intercepts.c index 1c5059c5ce..812d52c97e 100644 --- a/exp-ptrcheck/h_intercepts.c +++ b/exp-ptrcheck/h_intercepts.c @@ -7,7 +7,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2003-2009 Nicholas Nethercote + Copyright (C) 2003-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/h_main.c b/exp-ptrcheck/h_main.c index ea6db1a939..d92ee209ac 100644 --- a/exp-ptrcheck/h_main.c +++ b/exp-ptrcheck/h_main.c @@ -11,12 +11,12 @@ Initial version (Annelid): - Copyright (C) 2003-2009 Nicholas Nethercote + Copyright (C) 2003-2010 Nicholas Nethercote njn@valgrind.org Valgrind-3.X port: - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/h_main.h b/exp-ptrcheck/h_main.h index 8bbe07a218..37324fa6eb 100644 --- a/exp-ptrcheck/h_main.h +++ b/exp-ptrcheck/h_main.h @@ -9,9 +9,9 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2003-2009 Nicholas Nethercote + Copyright (C) 2003-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/pc_common.c b/exp-ptrcheck/pc_common.c index a45c416327..f6aa3b35f1 100644 --- a/exp-ptrcheck/pc_common.c +++ b/exp-ptrcheck/pc_common.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/pc_common.h b/exp-ptrcheck/pc_common.h index 4772008dca..7fb98f8ce3 100644 --- a/exp-ptrcheck/pc_common.h +++ b/exp-ptrcheck/pc_common.h @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/pc_main.c b/exp-ptrcheck/pc_main.c index ea9427c809..782cfd4314 100644 --- a/exp-ptrcheck/pc_main.c +++ b/exp-ptrcheck/pc_main.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or @@ -158,7 +158,7 @@ static void pc_pre_clo_init(void) VG_(details_description) ("a heap, stack and global array " "overrun detector"); VG_(details_copyright_author)( - "Copyright (C) 2003-2009, and GNU GPL'd, by OpenWorks Ltd et al."); + "Copyright (C) 2003-2010, and GNU GPL'd, by OpenWorks Ltd et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 496 ); diff --git a/exp-ptrcheck/sg_main.c b/exp-ptrcheck/sg_main.c index 5d324caa96..3f0a675ab6 100644 --- a/exp-ptrcheck/sg_main.c +++ b/exp-ptrcheck/sg_main.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/sg_main.h b/exp-ptrcheck/sg_main.h index ad3c58efa2..31d2fb69d8 100644 --- a/exp-ptrcheck/sg_main.h +++ b/exp-ptrcheck/sg_main.h @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/tests/filter_stderr b/exp-ptrcheck/tests/filter_stderr index 121929e2d6..1397ed5fcd 100755 --- a/exp-ptrcheck/tests/filter_stderr +++ b/exp-ptrcheck/tests/filter_stderr @@ -18,7 +18,7 @@ sed "s/__libc_\(.*\) (.*)$/__libc_\1 (...libc...)/" | sed \ -e "/^exp-ptrcheck, a heap, stack and global array overrun detector$/d" \ -e "/^NOTE: This is an Experimental-Class Valgrind Tool$/d" \ --e "/^Copyright (C) 2003-200., and GNU GPL'd, by OpenWorks Ltd et al.$/d" \ +-e "/^Copyright (C) 2003-201., and GNU GPL'd, by OpenWorks Ltd et al.$/d" \ -e "/^For counts of detected and suppressed errors, rerun with: -v$/d" | # Tidy up in cases where glibc (+ libdl + libpthread + ld) have diff --git a/helgrind/helgrind.h b/helgrind/helgrind.h index 000a0775f2..68bc225f93 100644 --- a/helgrind/helgrind.h +++ b/helgrind/helgrind.h @@ -11,7 +11,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk Redistribution and use in source and binary forms, with or without diff --git a/helgrind/hg_basics.c b/helgrind/hg_basics.c index 8dd82acc67..7cef39db7e 100644 --- a/helgrind/hg_basics.c +++ b/helgrind/hg_basics.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks Ltd + Copyright (C) 2007-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_basics.h b/helgrind/hg_basics.h index 9580f13fb7..fc34a39e12 100644 --- a/helgrind/hg_basics.h +++ b/helgrind/hg_basics.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks Ltd + Copyright (C) 2007-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_errors.c b/helgrind/hg_errors.c index a4d0bdbae5..2c2fe24626 100644 --- a/helgrind/hg_errors.c +++ b/helgrind/hg_errors.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks Ltd + Copyright (C) 2007-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_errors.h b/helgrind/hg_errors.h index 359482579d..3b13021777 100644 --- a/helgrind/hg_errors.h +++ b/helgrind/hg_errors.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks Ltd + Copyright (C) 2007-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_intercepts.c b/helgrind/hg_intercepts.c index 4f924bb20c..01e6ab27c5 100644 --- a/helgrind/hg_intercepts.c +++ b/helgrind/hg_intercepts.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_lock_n_thread.c b/helgrind/hg_lock_n_thread.c index bcdb236a4c..49aa742817 100644 --- a/helgrind/hg_lock_n_thread.c +++ b/helgrind/hg_lock_n_thread.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks Ltd + Copyright (C) 2007-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_lock_n_thread.h b/helgrind/hg_lock_n_thread.h index 01ae3aa0a7..dc983a5fb4 100644 --- a/helgrind/hg_lock_n_thread.h +++ b/helgrind/hg_lock_n_thread.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks Ltd + Copyright (C) 2007-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index e77c06c1f8..7df5e473a9 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -8,10 +8,10 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk - Copyright (C) 2007-2009 Apple, Inc. + Copyright (C) 2007-2010 Apple, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -4767,7 +4767,7 @@ static void hg_pre_clo_init ( void ) VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); VG_(details_copyright_author)( - "Copyright (C) 2007-2009, and GNU GPL'd, by OpenWorks LLP et al."); + "Copyright (C) 2007-2010, and GNU GPL'd, by OpenWorks LLP et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 200 ); diff --git a/helgrind/hg_wordset.c b/helgrind/hg_wordset.c index 5d330045ea..330c2e663d 100644 --- a/helgrind/hg_wordset.c +++ b/helgrind/hg_wordset.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/hg_wordset.h b/helgrind/hg_wordset.h index 1d1a72fb4a..54a175a12f 100644 --- a/helgrind/hg_wordset.h +++ b/helgrind/hg_wordset.h @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/libhb.h b/helgrind/libhb.h index ab4ba46ed3..8d88de6393 100644 --- a/helgrind/libhb.h +++ b/helgrind/libhb.h @@ -9,7 +9,7 @@ This file is part of LibHB, a library for implementing and checking the happens-before relationship in concurrent programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/libhb_core.c b/helgrind/libhb_core.c index 63657e9599..622d80243d 100644 --- a/helgrind/libhb_core.c +++ b/helgrind/libhb_core.c @@ -9,7 +9,7 @@ This file is part of LibHB, a library for implementing and checking the happens-before relationship in concurrent programs. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_aspacehl.h b/include/pub_tool_aspacehl.h index 6df2376da7..00f0093dbf 100644 --- a/include/pub_tool_aspacehl.h +++ b/include/pub_tool_aspacehl.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2009-2009 Julian Seward + Copyright (C) 2009-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h index f84dfa6e3b..100b632695 100644 --- a/include/pub_tool_aspacemgr.h +++ b/include/pub_tool_aspacemgr.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_basics.h b/include/pub_tool_basics.h index 09a2668d2c..6e92ff21a4 100644 --- a/include/pub_tool_basics.h +++ b/include/pub_tool_basics.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_basics_asm.h b/include/pub_tool_basics_asm.h index 42a8a31599..84582afe15 100644 --- a/include/pub_tool_basics_asm.h +++ b/include/pub_tool_basics_asm.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_clientstate.h b/include/pub_tool_clientstate.h index 9a47fcc58d..9431783f67 100644 --- a/include/pub_tool_clientstate.h +++ b/include/pub_tool_clientstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_clreq.h b/include/pub_tool_clreq.h index f200d12339..33ae9bbf93 100644 --- a/include/pub_tool_clreq.h +++ b/include/pub_tool_clreq.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_cpuid.h b/include/pub_tool_cpuid.h index 9e994c50ad..51a7b12ec6 100644 --- a/include/pub_tool_cpuid.h +++ b/include/pub_tool_cpuid.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_debuginfo.h b/include/pub_tool_debuginfo.h index 6b5acd7ece..22590479b2 100644 --- a/include/pub_tool_debuginfo.h +++ b/include/pub_tool_debuginfo.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_errormgr.h b/include/pub_tool_errormgr.h index a473c6b641..42e6b8e2c0 100644 --- a/include/pub_tool_errormgr.h +++ b/include/pub_tool_errormgr.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_execontext.h b/include/pub_tool_execontext.h index 3506026b4f..19c6d751f3 100644 --- a/include/pub_tool_execontext.h +++ b/include/pub_tool_execontext.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_hashtable.h b/include/pub_tool_hashtable.h index 4c83cf95dc..50c08445b9 100644 --- a/include/pub_tool_hashtable.h +++ b/include/pub_tool_hashtable.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcassert.h b/include/pub_tool_libcassert.h index c5609388f5..af921128ce 100644 --- a/include/pub_tool_libcassert.h +++ b/include/pub_tool_libcassert.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcbase.h b/include/pub_tool_libcbase.h index 9d27fe5309..2897235c6f 100644 --- a/include/pub_tool_libcbase.h +++ b/include/pub_tool_libcbase.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcfile.h b/include/pub_tool_libcfile.h index 5e04c96fb9..8f08cd2cf8 100644 --- a/include/pub_tool_libcfile.h +++ b/include/pub_tool_libcfile.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcprint.h b/include/pub_tool_libcprint.h index 0e057cbba0..c205515950 100644 --- a/include/pub_tool_libcprint.h +++ b/include/pub_tool_libcprint.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcproc.h b/include/pub_tool_libcproc.h index cd668b1ae9..cd87912962 100644 --- a/include/pub_tool_libcproc.h +++ b/include/pub_tool_libcproc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcsignal.h b/include/pub_tool_libcsignal.h index d8aa0f59bf..025c84acbe 100644 --- a/include/pub_tool_libcsignal.h +++ b/include/pub_tool_libcsignal.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_machine.h b/include/pub_tool_machine.h index 2ea08b9cb9..daa7d87412 100644 --- a/include/pub_tool_machine.h +++ b/include/pub_tool_machine.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_mallocfree.h b/include/pub_tool_mallocfree.h index fc3649fdd9..694e1f5428 100644 --- a/include/pub_tool_mallocfree.h +++ b/include/pub_tool_mallocfree.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_options.h b/include/pub_tool_options.h index f9e1b003d1..f28cc70970 100644 --- a/include/pub_tool_options.h +++ b/include/pub_tool_options.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_oset.h b/include/pub_tool_oset.h index 5091ed62ce..bc71daa799 100644 --- a/include/pub_tool_oset.h +++ b/include/pub_tool_oset.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_redir.h b/include/pub_tool_redir.h index 9c1009d7ab..0631ac4b8c 100644 --- a/include/pub_tool_redir.h +++ b/include/pub_tool_redir.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_replacemalloc.h b/include/pub_tool_replacemalloc.h index 067b7ff053..7db215d422 100644 --- a/include/pub_tool_replacemalloc.h +++ b/include/pub_tool_replacemalloc.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_seqmatch.h b/include/pub_tool_seqmatch.h index a1763b7575..acce3be2ab 100644 --- a/include/pub_tool_seqmatch.h +++ b/include/pub_tool_seqmatch.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_signals.h b/include/pub_tool_signals.h index bb96018965..3ffefd51a5 100644 --- a/include/pub_tool_signals.h +++ b/include/pub_tool_signals.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_sparsewa.h b/include/pub_tool_sparsewa.h index 29bb3368eb..d03704354a 100644 --- a/include/pub_tool_sparsewa.h +++ b/include/pub_tool_sparsewa.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_stacktrace.h b/include/pub_tool_stacktrace.h index 6792c69c69..d22a8242a9 100644 --- a/include/pub_tool_stacktrace.h +++ b/include/pub_tool_stacktrace.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_threadstate.h b/include/pub_tool_threadstate.h index 5956c0feda..993abfdff2 100644 --- a/include/pub_tool_threadstate.h +++ b/include/pub_tool_threadstate.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_tooliface.h b/include/pub_tool_tooliface.h index fa8d10410c..bb39097cf1 100644 --- a/include/pub_tool_tooliface.h +++ b/include/pub_tool_tooliface.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_vki.h b/include/pub_tool_vki.h index f6c9792b91..73a4174a65 100644 --- a/include/pub_tool_vki.h +++ b/include/pub_tool_vki.h @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_vkiscnums.h b/include/pub_tool_vkiscnums.h index bedfb77564..b8b5e88c2a 100644 --- a/include/pub_tool_vkiscnums.h +++ b/include/pub_tool_vkiscnums.h @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_vkiscnums_asm.h b/include/pub_tool_vkiscnums_asm.h index f705a4b95e..bd8d4977b6 100644 --- a/include/pub_tool_vkiscnums_asm.h +++ b/include/pub_tool_vkiscnums_asm.h @@ -7,9 +7,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_wordfm.h b/include/pub_tool_wordfm.h index 57c57db127..77027ade11 100644 --- a/include/pub_tool_wordfm.h +++ b/include/pub_tool_wordfm.h @@ -9,13 +9,13 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 Julian Seward + Copyright (C) 2007-2010 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2010 Nicholas Nethercote njn@valgrind.org which in turn was derived partially from: diff --git a/include/pub_tool_xarray.h b/include/pub_tool_xarray.h index d9147f85da..8d2d32b4eb 100644 --- a/include/pub_tool_xarray.h +++ b/include/pub_tool_xarray.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 OpenWorks LLP + Copyright (C) 2007-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/valgrind.h b/include/valgrind.h index 43e3657a56..0f5b376624 100644 --- a/include/valgrind.h +++ b/include/valgrind.h @@ -12,7 +12,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward. All rights reserved. + Copyright (C) 2000-2010 Julian Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/include/vki/vki-amd64-linux.h b/include/vki/vki-amd64-linux.h index bc5c455121..57f2e871e8 100644 --- a/include/vki/vki-amd64-linux.h +++ b/include/vki/vki-amd64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-darwin.h b/include/vki/vki-darwin.h index b5868879a9..06d9118082 100644 --- a/include/vki/vki-darwin.h +++ b/include/vki/vki-darwin.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 Apple Inc. + Copyright (C) 2007-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-linux.h b/include/vki/vki-linux.h index 7ea6e2adb2..8946225dbd 100644 --- a/include/vki/vki-linux.h +++ b/include/vki/vki-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-amd64-linux.h b/include/vki/vki-posixtypes-amd64-linux.h index f3f9bb0461..1862410a6e 100644 --- a/include/vki/vki-posixtypes-amd64-linux.h +++ b/include/vki/vki-posixtypes-amd64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-arm-linux.h b/include/vki/vki-posixtypes-arm-linux.h index 0ac2b6d88e..043dbadf5f 100644 --- a/include/vki/vki-posixtypes-arm-linux.h +++ b/include/vki/vki-posixtypes-arm-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-ppc32-linux.h b/include/vki/vki-posixtypes-ppc32-linux.h index 5cf1b2ccf4..6ab8e6e9c1 100644 --- a/include/vki/vki-posixtypes-ppc32-linux.h +++ b/include/vki/vki-posixtypes-ppc32-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Julian Seward + Copyright (C) 2005-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-ppc64-linux.h b/include/vki/vki-posixtypes-ppc64-linux.h index 28cf4c7ee5..3b0a91d208 100644 --- a/include/vki/vki-posixtypes-ppc64-linux.h +++ b/include/vki/vki-posixtypes-ppc64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Julian Seward + Copyright (C) 2005-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-posixtypes-x86-linux.h b/include/vki/vki-posixtypes-x86-linux.h index 39fc88daec..42b2bf0335 100644 --- a/include/vki/vki-posixtypes-x86-linux.h +++ b/include/vki/vki-posixtypes-x86-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc32-aix5.h b/include/vki/vki-ppc32-aix5.h index 0780d27618..71ca550162 100644 --- a/include/vki/vki-ppc32-aix5.h +++ b/include/vki/vki-ppc32-aix5.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc32-linux.h b/include/vki/vki-ppc32-linux.h index 4d176b2d0e..224397d69a 100644 --- a/include/vki/vki-ppc32-linux.h +++ b/include/vki/vki-ppc32-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Julian Seward + Copyright (C) 2005-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc64-aix5.h b/include/vki/vki-ppc64-aix5.h index 0e3e73fbb0..092d92cf17 100644 --- a/include/vki/vki-ppc64-aix5.h +++ b/include/vki/vki-ppc64-aix5.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc64-linux.h b/include/vki/vki-ppc64-linux.h index 14f11130e7..c310741e72 100644 --- a/include/vki/vki-ppc64-linux.h +++ b/include/vki/vki-ppc64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Julian Seward + Copyright (C) 2005-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-aix5.h b/include/vki/vki-scnums-aix5.h index 11397ffc79..3ca8ebf8f8 100644 --- a/include/vki/vki-scnums-aix5.h +++ b/include/vki/vki-scnums-aix5.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP + Copyright (C) 2006-2010 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-amd64-linux.h b/include/vki/vki-scnums-amd64-linux.h index d2fcc3bc0f..f891f9472b 100644 --- a/include/vki/vki-scnums-amd64-linux.h +++ b/include/vki/vki-scnums-amd64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-arm-linux.h b/include/vki/vki-scnums-arm-linux.h index f062eecc83..559c87ecfa 100644 --- a/include/vki/vki-scnums-arm-linux.h +++ b/include/vki/vki-scnums-arm-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2009 Evan Geller + Copyright (C) 2008-2010 Evan Geller gaze@bea.ms This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-darwin.h b/include/vki/vki-scnums-darwin.h index 2af0f30fdc..c02cdac471 100644 --- a/include/vki/vki-scnums-darwin.h +++ b/include/vki/vki-scnums-darwin.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007-2009 Apple Inc. + Copyright (C) 2007-2010 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-ppc32-linux.h b/include/vki/vki-scnums-ppc32-linux.h index 29f00e79c4..223565321c 100644 --- a/include/vki/vki-scnums-ppc32-linux.h +++ b/include/vki/vki-scnums-ppc32-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Julian Seward + Copyright (C) 2005-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-ppc64-linux.h b/include/vki/vki-scnums-ppc64-linux.h index f46a02c051..e019e6f54d 100644 --- a/include/vki/vki-scnums-ppc64-linux.h +++ b/include/vki/vki-scnums-ppc64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2009 Julian Seward + Copyright (C) 2005-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-x86-linux.h b/include/vki/vki-scnums-x86-linux.h index a20dcaf965..f1942775af 100644 --- a/include/vki/vki-scnums-x86-linux.h +++ b/include/vki/vki-scnums-x86-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-x86-linux.h b/include/vki/vki-x86-linux.h index 5c1ec93b67..e45a0ed639 100644 --- a/include/vki/vki-x86-linux.h +++ b/include/vki/vki-x86-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/lackey/lk_main.c b/lackey/lk_main.c index 39e5bbded0..35e3599f29 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -7,7 +7,7 @@ This file is part of Lackey, an example Valgrind tool that does some simple program measurement and tracing. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -965,7 +965,7 @@ static void lk_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("an example Valgrind tool"); VG_(details_copyright_author)( - "Copyright (C) 2002-2009, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 200 ); diff --git a/massif/ms_main.c b/massif/ms_main.c index bcb13650d1..320e23d97d 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -6,7 +6,7 @@ This file is part of Massif, a Valgrind tool for profiling memory usage of programs. - Copyright (C) 2003-2009 Nicholas Nethercote + Copyright (C) 2003-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -2317,7 +2317,7 @@ static void ms_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a heap profiler"); VG_(details_copyright_author)( - "Copyright (C) 2003-2009, and GNU GPL'd, by Nicholas Nethercote"); + "Copyright (C) 2003-2010, and GNU GPL'd, by Nicholas Nethercote"); VG_(details_bug_reports_to) (VG_BUGS_TO); // Basic functions. diff --git a/memcheck/mc_errors.c b/memcheck/mc_errors.c index 5ee1055066..7b22e51d9f 100644 --- a/memcheck/mc_errors.c +++ b/memcheck/mc_errors.c @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_include.h b/memcheck/mc_include.h index 1032cf5ea5..76061985ff 100644 --- a/memcheck/mc_include.h +++ b/memcheck/mc_include.h @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_leakcheck.c b/memcheck/mc_leakcheck.c index 3893f27b36..9bd050a6fa 100644 --- a/memcheck/mc_leakcheck.c +++ b/memcheck/mc_leakcheck.c @@ -7,7 +7,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_machine.c b/memcheck/mc_machine.c index 508ba1fca9..823e7ae2f8 100644 --- a/memcheck/mc_machine.c +++ b/memcheck/mc_machine.c @@ -9,7 +9,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2010 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index 119cf2339f..2ddf71fdf0 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -9,7 +9,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -5780,7 +5780,7 @@ static void mc_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a memory error detector"); VG_(details_copyright_author)( - "Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 556 ); diff --git a/memcheck/mc_malloc_wrappers.c b/memcheck/mc_malloc_wrappers.c index 5d163231ee..4466aa5256 100644 --- a/memcheck/mc_malloc_wrappers.c +++ b/memcheck/mc_malloc_wrappers.c @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_replace_strmem.c b/memcheck/mc_replace_strmem.c index abd838f9c2..e7cae0494e 100644 --- a/memcheck/mc_replace_strmem.c +++ b/memcheck/mc_replace_strmem.c @@ -9,7 +9,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c index fe10743b45..3531363f69 100644 --- a/memcheck/mc_translate.c +++ b/memcheck/mc_translate.c @@ -8,7 +8,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward + Copyright (C) 2000-2010 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/memcheck.h b/memcheck/memcheck.h index fc50dabfbb..46d2343244 100644 --- a/memcheck/memcheck.h +++ b/memcheck/memcheck.h @@ -13,7 +13,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2009 Julian Seward. All rights reserved. + Copyright (C) 2000-2010 Julian Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/mpi/libmpiwrap.c b/mpi/libmpiwrap.c index 1519fd7cf4..0e307b37b6 100644 --- a/mpi/libmpiwrap.c +++ b/mpi/libmpiwrap.c @@ -18,7 +18,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2009 OpenWorks LLP. All rights reserved. + Copyright (C) 2006-2010 OpenWorks LLP. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/none/nl_main.c b/none/nl_main.c index cb029bb3e4..ab6c6e8e1f 100644 --- a/none/nl_main.c +++ b/none/nl_main.c @@ -7,7 +7,7 @@ This file is part of Nulgrind, the minimal Valgrind tool, which does no instrumentation or analysis. - Copyright (C) 2002-2009 Nicholas Nethercote + Copyright (C) 2002-2010 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -55,7 +55,7 @@ static void nl_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("the minimal Valgrind tool"); VG_(details_copyright_author)( - "Copyright (C) 2002-2009, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(basic_tool_funcs) (nl_post_clo_init, diff --git a/none/tests/cmdline1.stdout.exp b/none/tests/cmdline1.stdout.exp index d17677b18f..19dfa1f90a 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -63,9 +63,9 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Nulgrind is Copyright (C) 2002-2009, and GNU GPL'd, by Nicholas Nethercote. - Valgrind is Copyright (C) 2000-2009, and GNU GPL'd, by Julian Seward et al. - LibVEX is Copyright (C) 2004-2009, and GNU GPL'd, by OpenWorks LLP. + Nulgrind is Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote. + Valgrind is Copyright (C) 2000-2010, and GNU GPL'd, by Julian Seward et al. + LibVEX is Copyright (C) 2004-2010, and GNU GPL'd, by OpenWorks LLP. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index b3c438764e..ba700bd37c 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -114,9 +114,9 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Nulgrind is Copyright (C) 2002-2009, and GNU GPL'd, by Nicholas Nethercote. - Valgrind is Copyright (C) 2000-2009, and GNU GPL'd, by Julian Seward et al. - LibVEX is Copyright (C) 2004-2009, and GNU GPL'd, by OpenWorks LLP. + Nulgrind is Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote. + Valgrind is Copyright (C) 2000-2010, and GNU GPL'd, by Julian Seward et al. + LibVEX is Copyright (C) 2004-2010, and GNU GPL'd, by OpenWorks LLP. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/perf/tinycc.c b/perf/tinycc.c index c71abba87a..51da47a859 100644 --- a/perf/tinycc.c +++ b/perf/tinycc.c @@ -21284,7 +21284,7 @@ static int64_t getclock_us(void) void help(void) { - printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2009 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2010 Fabrice Bellard\n" "usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n" " [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n" " [infile1 infile2...] [-run infile args...]\n"