From: Julian Seward Date: Sun, 23 Oct 2011 07:32:08 +0000 (+0000) Subject: Update all copyright dates, from 20xy-2010 to 20xy-2011. X-Git-Tag: svn/VALGRIND_3_7_0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96096ab242b84fbe0ade90e2b76d2d705f864d1;p=thirdparty%2Fvalgrind.git Update all copyright dates, from 20xy-2010 to 20xy-2011. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12206 --- diff --git a/auxprogs/valgrind-listener.c b/auxprogs/valgrind-listener.c index ac47b6a582..c516ac4403 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-2010 Julian Seward + Copyright (C) 2000-2011 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 28edb57662..c9ef4d449e 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-2010 Johan Bjork + Copyright (C) 2005-2011 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 ea6d2cd20c..528efa746b 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 bb05ceee83..984545159f 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 8d6039b5a4..16e4a7249e 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 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 9bd6b2ee01..1db7fb592a 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 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 8e439365c7..4b36204cec 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -1685,7 +1685,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-2010, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2011, 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 7917627ccc..9564c625c6 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 Nicholas Nethercote njn@valgrind.org AVL tree code derived from diff --git a/cachegrind/cg_sim.c b/cachegrind/cg_sim.c index d465bb3a84..a16b25e3a1 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 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 6deafb0eed..5a0f4656c2 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 ccc850d1cb..ad8caeb88c 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 ff50911dfa..476db9799d 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-2010 Josef Weidendorfer. All rights reserved. + Copyright (C) 2003-2011 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 ec48369c73..59dc1176f5 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 fc99b0df62..28bc397f47 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 92b4056dc0..42d8e4f707 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 e989d11273..357fcb4cba 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 966aa747f3..0b602de7ec 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 cd57f4bf77..7db9ec57ff 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 fb5a77a380..9d38b06be4 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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.h b/callgrind/events.h index d892ccb050..5a4cddd244 100644 --- a/callgrind/events.h +++ b/callgrind/events.h @@ -6,7 +6,7 @@ /* This file is part of Callgrind, a Valgrind tool for call tracing. - Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 288a7f401d..6a503066a9 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 50b35af2a4..f40665b3ea 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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 6f8e07de51..c44f360fa3 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2010 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2011 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 @@ -1891,7 +1891,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-2010, and GNU GPL'd, " + VG_(details_copyright_author)("Copyright (C) 2002-2011, 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 17785d9eea..c1deff72e8 100644 --- a/callgrind/sim.c +++ b/callgrind/sim.c @@ -7,10 +7,10 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2003-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2003-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2010 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2011 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 562cc6d1d7..03b8c61d3d 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-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2011, 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-linux.c b/coregrind/launcher-linux.c index 902d175920..6a200c3e67 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-2010 Julian Seward + Copyright (C) 2000-2011 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 71931163b2..dfac89ed82 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-2010 Julian Seward + Copyright (C) 2006-2011 Julian Seward jseward@acm.org 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 d2e0ba5275..7f7717c5ec 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-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 4d1094abee..1a8b088c73 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-2010 Julian Seward + Copyright (C) 2000-2011 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 874d3219cb..ade252e3a1 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-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 d487540e15..6b9d710190 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-2010 Julian Seward + Copyright (C) 2000-2011 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 161e571ce3..76f22a96e6 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-2010 Julian Seward + Copyright (C) 2000-2011 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 caf0e8aa16..77a8f346fd 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_cpuid.S b/coregrind/m_cpuid.S index 2947f79b4f..1942fb8731 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-2010 Julian Seward + Copyright (C) 2000-2011 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 75de646c07..bb559f4103 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-2010 Julian Seward + Copyright (C) 2000-2011 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 125c5533ea..540cd30ecb 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 284d667996..cf7bdf624d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 b5bf39d72a..39df3e1497 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 b6703e9b31..bc582947ba 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-2010 OpenWorks LLP and others; see below + Copyright (C) 2008-2011 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 a16ef3ed70..fba4182732 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 f0b23c3b36..9147953587 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-2010 Julian Seward + Copyright (C) 2000-2011 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 c8162e3da5..4cef0849ed 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 f185f6641d..0876670891 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-2010 Julian Seward + Copyright (C) 2000-2011 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 00bf297073..2df00f3f5c 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org 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 b36c74248c..99f0ad4cad 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-2010 Julian Seward + Copyright (C) 2000-2011 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 97812cd550..9a03134777 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 93cf7d5cff..adb0524781 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-2010 Julian Seward + Copyright (C) 2000-2011 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 e37f251ed5..c537004742 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 c62cca9204..96aa27d4dc 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-2010 Julian Seward + Copyright (C) 2000-2011 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 00abb009a7..8487243db8 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-2010 Apple Inc. + Copyright (C) 2005-2011 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 b0f6303c90..e62721b14d 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org 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 16e9a0e44f..2a9938fb3e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 c16813bbf5..dba5288cf3 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-2010 OpenWorks LLP + Copyright (C) 2008-2011 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 c3dcb191ee..ab580ed8f6 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-2010 Julian Seward + Copyright (C) 2000-2011 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 5fc47f3e5d..5b5b422f7b 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-2010 Julian Seward + Copyright (C) 2000-2011 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 285b0a356e..66835ee3ab 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4fd663f813..a3e22d5a83 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-2010 Julian Seward + Copyright (C) 2000-2011 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 f3de4459b7..9e2334957e 100644 --- a/coregrind/m_dispatch/dispatch-arm-linux.S +++ b/coregrind/m_dispatch/dispatch-arm-linux.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2008-2010 Evan Geller + Copyright (C) 2008-2011 Evan Geller gaze@bea.ms 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 8249c38da0..edf6065fe9 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-2010 Cerion Armour-Brown + Copyright (C) 2005-2011 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-linux.S b/coregrind/m_dispatch/dispatch-ppc64-linux.S index 0438831ee7..4c08a7e67e 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-2010 Cerion Armour-Brown + Copyright (C) 2005-2011 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 d5ee6e1eed..3e13ba65e9 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-2010 Julian Seward + Copyright (C) 2000-2011 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 17be47a468..793542c952 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-2010 Julian Seward + Copyright (C) 2000-2011 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 80574feb01..208684d1a7 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-2010 Julian Seward + Copyright (C) 2000-2011 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 80275f0700..0aa2ad609f 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org 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 c5ad6c7709..eccdd2b7f8 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-2010 Julian Seward + Copyright (C) 2000-2011 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 07d6b446ce..1f5b95cc61 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-2010 Julian Seward + Copyright (C) 2000-2011 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 c01bedcb32..c7a189240c 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-2010 Julian Seward + Copyright (C) 2000-2011 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 0b8ab41437..fd11cb7bb5 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-2010 Julian Seward + Copyright (C) 2000-2011 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 eba50999e5..b9b24f677e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 df65d104ad..e5f9bb85e6 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcsetjmp.c b/coregrind/m_libcsetjmp.c index 470ef732cb..6b9160c03d 100644 --- a/coregrind/m_libcsetjmp.c +++ b/coregrind/m_libcsetjmp.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2010 Mozilla Inc + Copyright (C) 2010-2011 Mozilla Inc 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_libcsignal.c b/coregrind/m_libcsignal.c index dad69c7aba..6f65e4df04 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-2010 Julian Seward + Copyright (C) 2000-2011 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 8eb9238ac3..912609636e 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2010 Julian Seward + Copyright (C) 2000-2011 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 85c147861e..17923227fc 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -244,8 +244,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-2010, and GNU GPL'd, by Julian Seward et al.\n" -" LibVEX is Copyright (C) 2004-2010, and GNU GPL'd, by OpenWorks LLP et al.\n" +" Valgrind is Copyright (C) 2000-2011, and GNU GPL'd, by Julian Seward et al.\n" +" LibVEX is Copyright (C) 2004-2011, and GNU GPL'd, by OpenWorks LLP et al.\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 9881246e9a..010c4c992e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 a1bceace0c..59cc4b752e 100644 --- a/coregrind/m_options.c +++ b/coregrind/m_options.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 003a3cf1f1..ea09b52f99 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 5b59144054..ab3ad296b5 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org - Copyright (C) 2003-2010 Jeremy Fitzhardinge + Copyright (C) 2003-2011 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 c861fde4df..baaa3bec65 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-2010 Julian Seward + Copyright (C) 2000-2011 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 3d7e491fe9..725b13ef08 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-2010 Julian Seward + Copyright (C) 2000-2011 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 1d3b920d7c..d439b091bc 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-2010 Julian Seward + Copyright (C) 2000-2011 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 881bb3afc3..995f44c61d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 25af75f880..90097b70dd 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-2010 Julian Seward + Copyright (C) 2000-2011 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 c61273ff0f..9a5c004129 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 ed0913439f..1cf8cd33e1 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-2010 OpenWorks Ltd + Copyright (C) 2006-2011 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 710a34bcf7..bef5d82097 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 988b9906f1..441c351465 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2010 Paul Mackerras + Copyright (C) 2004-2011 Paul Mackerras paulus@samba.org - Copyright (C) 2008-2010 Evan Geller + Copyright (C) 2008-2011 Evan Geller gaze@bea.ms 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 f19f71fe19..736ce4f66d 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2010 Paul Mackerras + Copyright (C) 2004-2011 Paul Mackerras paulus@samba.org 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 2e6dc0fdfa..44bb2697f8 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2010 Paul Mackerras + Copyright (C) 2004-2011 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 47348e2752..79dd413fa8 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-2010 OpenWorks Ltd + Copyright (C) 2006-2011 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 079fc710a4..b931e5fce6 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 fcb3d0f71b..fa2a124fc7 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-2010 Julian Seward + Copyright (C) 2000-2011 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 db395aefd6..13bdd185c0 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 f445749cad..0014b607f3 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-2010 Julian Seward + Copyright (C) 2000-2011 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 522661e8c6..bb76931402 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-2010 Julian Seward + Copyright (C) 2000-2011 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 1047d5dcc0..fc06c25ab8 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org 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 8d058b035b..f811f29db2 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-2010 Apple Inc. + Copyright (C) 2005-2011 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 82073612b7..f2c9744310 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-2010 Julian Seward + Copyright (C) 2000-2011 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 413c130bbc..8143373e82 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-2010 Julian Seward + Copyright (C) 2000-2011 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 bbc6e36dc9..1d0f5b79d4 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 62784de3bc..40ff55dae4 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 a7890b26ed..8069cbdb64 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4c9b64ed19..7147dbab6d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 327d44264c..0696b6a997 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-2010 Evan Geller (gaze@bea.ms) + Copyright (C) 2008-2011 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-linux.S b/coregrind/m_syswrap/syscall-ppc32-linux.S index b23eeb0b2e..90b4a73f6b 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-2010 Paul Mackerras (paulus@samba.org) + Copyright (C) 2005-2011 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-linux.S b/coregrind/m_syswrap/syscall-ppc64-linux.S index aea8e85fbd..9fecd043ec 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-2010 Paul Mackerras + Copyright (C) 2005-2011 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 2361de0952..594c5c642c 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org 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 20ff97d1e3..0863abfa85 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-2010 Apple Inc. + Copyright (C) 2005-2011 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 5377969541..935eefb854 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 f9993b2af6..08aef5351a 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2010 Evan Geller + Copyright (C) 2008-2011 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 2b5ba1468e..27923bfcd0 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-2010 Apple Inc. + Copyright (C) 2005-2011 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 87a7c1104f..f140f403d0 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-2010 Julian Seward + Copyright (C) 2000-2011 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 dc433ec3a6..2c8d8c494a 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-2010 Julian Seward + Copyright (C) 2000-2011 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 8e5397cda3..aab005a1a5 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 78ccef0f1b..991e009861 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org 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 b03a6f9201..6a62867ecd 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-2010 Nicholas Nethercote - Copyright (C) 2005-2010 Cerion Armour-Brown + Copyright (C) 2005-2011 Nicholas Nethercote + Copyright (C) 2005-2011 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-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index f6e4c6844f..fbb5ba5179 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-2010 Nicholas Nethercote - Copyright (C) 2005-2010 Cerion Armour-Brown + Copyright (C) 2005-2011 Nicholas Nethercote + Copyright (C) 2005-2011 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 737fc75b82..6096d4ac7e 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-2010 Apple Inc. + Copyright (C) 2005-2011 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 aa7c0b68be..b0b821f95f 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 c45ce214b5..d2f6acab4b 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4bfbce2af8..d13a811bf9 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-2010 Nicholas Nethercote + Copyright (C) 2000-2011 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 e2b721136e..bc227005e1 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 7eb6847a44..41ba2b8aa8 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-2010 Julian Seward + Copyright (C) 2000-2011 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 f08afa930c..fac0b1f994 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4ab8712f3e..e8cd0c2638 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-2010 Julian Seward + Copyright (C) 2000-2011 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 72f26b36f9..b1fd26ffb0 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-2010 Apple Inc. + Copyright (C) 2005-2011 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 931da63ed2..1250182697 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-2010 Julian Seward + Copyright (C) 2000-2011 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 13ca99192d..c1a65144ae 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-2010 Julian Seward + Copyright (C) 2000-2011 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 aab6e91c8b..94417aa3e8 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-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 172500aab3..a47cb63b5f 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-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 3047f9018f..e64715a453 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-2010 Julian Seward + Copyright (C) 2007-2011 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 8c4c0e9f2f..8859cec2e6 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 0ad35ef5d7..20b5288c10 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-2010 Julian Seward + Copyright (C) 2009-2011 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 3b244256b5..bc4dc7f806 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-2010 Julian Seward + Copyright (C) 2000-2011 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 760cccd34f..f0861d4ce2 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-2010 Julian Seward + Copyright (C) 2000-2011 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 80ee1a6352..a060734b02 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-2010 Julian Seward + Copyright (C) 2000-2011 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 0766dd901d..4f4c9129b9 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-2010 Julian Seward + Copyright (C) 2000-2011 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 dc349a40be..4483ffbe0f 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-2010 Julian Seward + Copyright (C) 2000-2011 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 80c4c47615..827910067d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 96d41f866a..a8a8744138 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-2010 Julian Seward + Copyright (C) 2000-2011 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 e4bed87f8a..7cceaef4c7 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-2010 Julian Seward + Copyright (C) 2000-2011 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 e3131a2df1..b149cad6e2 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-2010 Julian Seward + Copyright (C) 2000-2011 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 da9ec3e324..dbe6a28a8d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 865963e0a6..6ec7020899 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-2010 Julian Seward + Copyright (C) 2000-2011 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 39bb4adcfe..2300874ff0 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-2010 Julian Seward + Copyright (C) 2000-2011 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 47b8313224..6de7fcf323 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-2010 Julian Seward + Copyright (C) 2000-2011 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 77a7afecf2..3e7b4a20d7 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-2010 Julian Seward + Copyright (C) 2000-2011 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 c3462e0390..c9f5aa950c 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-2010 Julian Seward + Copyright (C) 2000-2011 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 713500e6c8..7dac88a2ae 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4c9c22f77d..0c92da1d42 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 864be65bcf..9c6dbfaacc 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-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 427bd5f527..c0a34a7e4d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4c89627496..182591ab80 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-2010 Julian Seward + Copyright (C) 2000-2011 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 9cfaab20d5..884d56a60c 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-2010 Julian Seward + Copyright (C) 2000-2011 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 471d5d215c..5f0842590f 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-2010 Julian Seward + Copyright (C) 2000-2011 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 8b078c12fe..cd9c18a29b 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcsetjmp.h b/coregrind/pub_core_libcsetjmp.h index 215eacc80b..fec29b36db 100644 --- a/coregrind/pub_core_libcsetjmp.h +++ b/coregrind/pub_core_libcsetjmp.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2010 Mozilla Inc + Copyright (C) 2010-2011 Mozilla Inc 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/pub_core_libcsignal.h b/coregrind/pub_core_libcsignal.h index 8862b010d6..47d71d46b9 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4261b883f0..ee65b977c4 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-2010 Julian Seward + Copyright (C) 2000-2011 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 1d32abfd40..c192f19f5e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 9b06a59d6b..970424bb03 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-2010 Julian Seward + Copyright (C) 2000-2011 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 8bff1ab636..dc6db25516 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 8bd12f7f3d..2533f2baf7 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-2010 Julian Seward + Copyright (C) 2000-2011 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 7a6b26d05d..2c622750fb 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-2010 Julian Seward + Copyright (C) 2000-2011 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 c2b22fce72..8d3d97c5ac 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-2010 Julian Seward + Copyright (C) 2000-2011 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 04f21e66b6..097678f912 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 8eeb42ebfe..7d85759ba5 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-2010 Julian Seward + Copyright (C) 2000-2011 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 10182bc152..dae2c3fe92 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-2010 Julian Seward + Copyright (C) 2000-2011 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 33a090121d..34f7b16a5b 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 97e39baa27..f3b249d2f1 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-2010 Julian Seward + Copyright (C) 2000-2011 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 6181405e7a..dc35bd88ff 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-2010 Julian Seward + Copyright (C) 2000-2011 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 1e1bbbccd4..1b6d35fcc9 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-2010 Julian Seward + Copyright (C) 2000-2011 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 f3ba4641a9..b2cebaebbd 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-2010 Julian Seward + Copyright (C) 2000-2011 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 31c66e3b7c..e49926e129 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-2010 Julian Seward + Copyright (C) 2000-2011 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 946f323484..e0ce16e35e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 8acde4f8b3..87fd86841e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 02113aa7a4..c6c24055d7 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-2010 Julian Seward + Copyright (C) 2000-2011 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 d89cbed487..34ffee96e6 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-2010 Julian Seward + Copyright (C) 2000-2011 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 f76924764a..6d43a7ac3c 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-2010 Julian Seward + Copyright (C) 2000-2011 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 5d89502553..4228033aaa 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-2010 Julian Seward + Copyright (C) 2000-2011 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 63729a201d..f314e76e67 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 3e1fbf28f3..9b0da602d4 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 661213bde3..739adab5e8 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 30bb9ad4eb..425ed4cacf 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-2010 Julian Seward + Copyright (C) 2007-2011 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 c8e0456690..80aedf1986 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 169bb72f1f..a16b3c82ed 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/drd/drd_strmem_intercepts.c b/drd/drd_strmem_intercepts.c index 5d3e0d3a52..f944ef6ecf 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/exp-bbv/bbv_main.c b/exp-bbv/bbv_main.c index 34020e0b9e..6c927d2ecd 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-2010 Vince Weaver + Copyright (C) 2006-2011 Vince Weaver vince _at_ csl.cornell.edu - pcfile code is Copyright (C) 2006-2010 Oriol Prat + pcfile code is Copyright (C) 2006-2011 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-2010 Vince Weaver"); + "Copyright (C) 2006-2011 Vince Weaver"); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(basic_tool_funcs) (bbv_post_clo_init, diff --git a/exp-dhat/dh_main.c b/exp-dhat/dh_main.c index 810a289a3b..ae4b6dca70 100644 --- a/exp-dhat/dh_main.c +++ b/exp-dhat/dh_main.c @@ -7,7 +7,7 @@ This file is part of DHAT, a Valgrind tool for profiling the heap usage of programs. - Copyright (C) 2010-2010 Mozilla Inc + Copyright (C) 2010-2011 Mozilla Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -1348,7 +1348,7 @@ static void dh_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a dynamic heap analysis tool"); VG_(details_copyright_author)( - "Copyright (C) 2010-2010, and GNU GPL'd, by Mozilla Inc"); + "Copyright (C) 2010-2011, and GNU GPL'd, by Mozilla Inc"); VG_(details_bug_reports_to) (VG_BUGS_TO); // Basic functions. diff --git a/exp-sgcheck/h_intercepts.c b/exp-sgcheck/h_intercepts.c index 54fbc624de..2a022eac8e 100644 --- a/exp-sgcheck/h_intercepts.c +++ b/exp-sgcheck/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-2010 Nicholas Nethercote + Copyright (C) 2003-2011 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/h_main.h b/exp-sgcheck/h_main.h index 21be3bb57c..8fcb7c8235 100644 --- a/exp-sgcheck/h_main.h +++ b/exp-sgcheck/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-2010 Nicholas Nethercote + Copyright (C) 2003-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2010 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/pc_common.c b/exp-sgcheck/pc_common.c index fa1aa42ac4..bfac359bb0 100644 --- a/exp-sgcheck/pc_common.c +++ b/exp-sgcheck/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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/pc_common.h b/exp-sgcheck/pc_common.h index 676efe5f5f..2250b43540 100644 --- a/exp-sgcheck/pc_common.h +++ b/exp-sgcheck/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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/pc_main.c b/exp-sgcheck/pc_main.c index 21edef182b..ff1576388a 100644 --- a/exp-sgcheck/pc_main.c +++ b/exp-sgcheck/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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or @@ -73,7 +73,7 @@ static void pc_pre_clo_init(void) VG_(details_description) ("a stack and global array " "overrun detector"); VG_(details_copyright_author)( - "Copyright (C) 2003-2010, and GNU GPL'd, by OpenWorks Ltd et al."); + "Copyright (C) 2003-2011, 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-sgcheck/sg_main.c b/exp-sgcheck/sg_main.c index ea384c945d..c6939e2dba 100644 --- a/exp-sgcheck/sg_main.c +++ b/exp-sgcheck/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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-sgcheck/sg_main.h b/exp-sgcheck/sg_main.h index 31d2fb69d8..7291478769 100644 --- a/exp-sgcheck/sg_main.h +++ b/exp-sgcheck/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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/helgrind/helgrind.h b/helgrind/helgrind.h index 1480877080..d59734ef47 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 5bbe6080d9..c4afc465cb 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-2010 OpenWorks Ltd + Copyright (C) 2007-2011 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 a454a90458..d5585e268d 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-2010 OpenWorks Ltd + Copyright (C) 2007-2011 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 d7bc6ef6b7..abe3a0d5ee 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-2010 OpenWorks Ltd + Copyright (C) 2007-2011 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 115ec9233b..91f00d5793 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-2010 OpenWorks Ltd + Copyright (C) 2007-2011 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 47b06450dc..a30edfd169 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 49aa742817..55099070ee 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-2010 OpenWorks Ltd + Copyright (C) 2007-2011 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 1a6291af4b..4579891476 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-2010 OpenWorks Ltd + Copyright (C) 2007-2011 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 49e76925b1..c1324db624 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 OpenWorks LLP info@open-works.co.uk - Copyright (C) 2007-2010 Apple, Inc. + Copyright (C) 2007-2011 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 @@ -5083,7 +5083,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-2010, and GNU GPL'd, by OpenWorks LLP et al."); + "Copyright (C) 2007-2011, and GNU GPL'd, by OpenWorks LLP et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 320 ); diff --git a/helgrind/hg_wordset.c b/helgrind/hg_wordset.c index 468ff168e0..ef76c8090d 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 20f8bdb3a3..7f96988688 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 10768d03ce..51ec2c869c 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 0e3f90c9ee..9be904e840 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 00f0093dbf..6114631235 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-2010 Julian Seward + Copyright (C) 2009-2011 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 100b632695..a2862c7168 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4e75496a96..ae7bae69f4 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-2010 Julian Seward + Copyright (C) 2000-2011 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 57a9d2d99d..a22be33a6e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 81df4e5060..76bf115968 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-2010 Julian Seward + Copyright (C) 2000-2011 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 33ae9bbf93..7643fb2b88 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-2010 Julian Seward + Copyright (C) 2000-2011 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 eac41b1436..1307546046 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-2010 Julian Seward + Copyright (C) 2000-2011 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 53695ade94..c0c96bf0d3 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-2010 Julian Seward + Copyright (C) 2000-2011 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 42e6b8e2c0..3d80ebffb0 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-2010 Julian Seward + Copyright (C) 2000-2011 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 19c6d751f3..13df96306c 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-2010 Julian Seward + Copyright (C) 2000-2011 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 50c08445b9..d2a0d4a74f 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 665ab0e181..0aa2cb3c97 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-2010 Julian Seward + Copyright (C) 2000-2011 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 bc7c9f4214..8034116f23 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-2010 Julian Seward + Copyright (C) 2000-2011 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 700f50de9e..acef295356 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-2010 Julian Seward + Copyright (C) 2000-2011 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 5cd4e764a0..697bff366e 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-2010 Julian Seward + Copyright (C) 2000-2011 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 423a7f75dc..190bd5ade7 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcsetjmp.h b/include/pub_tool_libcsetjmp.h index f37b8595d8..3c25365bd6 100644 --- a/include/pub_tool_libcsetjmp.h +++ b/include/pub_tool_libcsetjmp.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2010-2010 Mozilla Inc + Copyright (C) 2010-2011 Mozilla Inc 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/include/pub_tool_libcsignal.h b/include/pub_tool_libcsignal.h index 025c84acbe..33043a089f 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-2010 Julian Seward + Copyright (C) 2000-2011 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 7a957c1741..c86fff004c 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-2010 Julian Seward + Copyright (C) 2000-2011 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 694e1f5428..a71a1ffebc 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-2010 Julian Seward + Copyright (C) 2000-2011 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 50493d772d..c37c7be1ff 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-2010 Julian Seward + Copyright (C) 2000-2011 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 bc71daa799..204e54b840 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 1649f8c9fe..738f433864 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-2010 Julian Seward + Copyright (C) 2000-2011 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 7db215d422..1f07ac4ea8 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-2010 Julian Seward + Copyright (C) 2000-2011 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 acce3be2ab..cb025ec50a 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 3ffefd51a5..0596315f10 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-2010 Julian Seward + Copyright (C) 2000-2011 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 d03704354a..5505a5028b 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 d22a8242a9..fef6865733 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-2010 Julian Seward + Copyright (C) 2000-2011 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 993abfdff2..c6582b27b8 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-2010 Julian Seward + Copyright (C) 2000-2011 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 ac346b9ec2..9a17f85848 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-2010 Julian Seward + Copyright (C) 2000-2011 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 4657d5d002..921c1592d7 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 e9d62610fe..4303d178fe 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 8af414172c..018cb19bf9 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-2010 Nicholas Nethercote + Copyright (C) 2005-2011 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2010 OpenWorks LLP + Copyright (C) 2006-2011 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 77027ade11..bdc325b517 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-2010 Julian Seward + Copyright (C) 2007-2011 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2010 Nicholas Nethercote + Copyright (C) 2005-2011 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 69a8eac06c..9b699874db 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-2010 OpenWorks LLP + Copyright (C) 2007-2011 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 10ca6b8b65..9d20fc945a 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-2010 Julian Seward. All rights reserved. + Copyright (C) 2000-2011 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 de3fd41ee1..8c0bcbac36 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-2010 Julian Seward + Copyright (C) 2000-2011 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 e4d28d7482..dfc883dfe1 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-2010 Apple Inc. + Copyright (C) 2007-2011 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 25fba8ef5d..a53d523f71 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-2010 Julian Seward + Copyright (C) 2000-2011 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 1862410a6e..32a2fc9a93 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-2010 Julian Seward + Copyright (C) 2000-2011 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 043dbadf5f..e9f910b9c0 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-2010 Julian Seward + Copyright (C) 2000-2011 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 6ab8e6e9c1..a5c452423f 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-2010 Julian Seward + Copyright (C) 2005-2011 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 3b0a91d208..2b002e5738 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-2010 Julian Seward + Copyright (C) 2005-2011 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 42b2bf0335..2bb3025418 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org 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 abf8515911..d0c5ba6b3e 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-2010 Julian Seward + Copyright (C) 2005-2011 Julian Seward jseward@acm.org 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 fdccc5676b..6e50b5bb97 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-2010 Julian Seward + Copyright (C) 2005-2011 Julian Seward jseward@acm.org 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 b6e88e9b39..81db2398d9 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-2010 Julian Seward + Copyright (C) 2000-2011 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 099be098d3..0a184fa249 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-2010 Evan Geller + Copyright (C) 2008-2011 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 30a83801ff..516b97c645 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-2010 Apple Inc. + Copyright (C) 2007-2011 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 a9d1743d48..3eb20bae59 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-2010 Julian Seward + Copyright (C) 2005-2011 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 58b3d10385..75c5b82c18 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-2010 Julian Seward + Copyright (C) 2005-2011 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 ee7ed4e6cd..9bdd86d651 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-2010 Julian Seward + Copyright (C) 2000-2011 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 8f8aec8f37..2a14104739 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-2010 Julian Seward + Copyright (C) 2000-2011 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 9e908b734a..f3ba90ad14 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -967,7 +967,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-2010, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2011, 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 48661072f0..d134ab12ac 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-2010 Nicholas Nethercote + Copyright (C) 2003-2011 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -2568,7 +2568,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-2010, and GNU GPL'd, by Nicholas Nethercote"); + "Copyright (C) 2003-2011, and GNU GPL'd, by Nicholas Nethercote"); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 330 ); diff --git a/memcheck/mc_errors.c b/memcheck/mc_errors.c index 6eedfda76f..07b3d568f2 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-2010 Julian Seward + Copyright (C) 2000-2011 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 5279603297..11e76a37fa 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-2010 Julian Seward + Copyright (C) 2000-2011 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 34b4032321..944ef27daf 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-2010 Julian Seward + Copyright (C) 2000-2011 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 0c72b2dd90..df84c5fab9 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-2010 OpenWorks Ltd + Copyright (C) 2008-2011 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 66ebfcd3ba..a69845fe05 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-2010 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -6057,7 +6057,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-2010, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 640 ); diff --git a/memcheck/mc_malloc_wrappers.c b/memcheck/mc_malloc_wrappers.c index f110ff1d5e..e1fde6c65d 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-2010 Julian Seward + Copyright (C) 2000-2011 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 5785b23e9e..7661a96b98 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-2010 Julian Seward + Copyright (C) 2000-2011 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 96996d3ab8..fcd79caf32 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-2010 Julian Seward + Copyright (C) 2000-2011 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 757dda7a61..984be3162f 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-2010 Julian Seward. All rights reserved. + Copyright (C) 2000-2011 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 000231ce65..25b6be599b 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-2010 OpenWorks LLP. All rights reserved. + Copyright (C) 2006-2011 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 05719e5fe7..4c1bb18f9e 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-2010 Nicholas Nethercote + Copyright (C) 2002-2011 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-2010, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2011, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 275 ); diff --git a/perf/tinycc.c b/perf/tinycc.c index 68c171d639..339f78979c 100644 --- a/perf/tinycc.c +++ b/perf/tinycc.c @@ -21285,7 +21285,7 @@ static int64_t getclock_us(void) void help(void) { - printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2010 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2011 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"