From: Nicholas Nethercote Date: Tue, 10 Mar 2009 22:17:53 +0000 (+0000) Subject: Update copyright notices. X-Git-Tag: svn/VALGRIND_3_4_1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7671b7b8b413f261165515098a85aad24569d5d2;p=thirdparty%2Fvalgrind.git Update copyright notices. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9346 --- diff --git a/auxprogs/change-copyright-year b/auxprogs/change-copyright-year index 56415e6cf4..83ce7b0443 100755 --- a/auxprogs/change-copyright-year +++ b/auxprogs/change-copyright-year @@ -19,7 +19,7 @@ # change them. for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do echo $i - sed "s/Copyright (C) 200\([0-9]\)-2007/Copyright (C) 200\1-2008/" < $i > tmp.$$ + perl -p -e 's/Copyright \(C\) 200([0-9])-2008/Copyright (C) 200$1-2009/' < $i > tmp.$$ mv tmp.$$ $i done diff --git a/auxprogs/libmpiwrap.c b/auxprogs/libmpiwrap.c index 6369c986dc..c0f41b8b38 100644 --- a/auxprogs/libmpiwrap.c +++ b/auxprogs/libmpiwrap.c @@ -18,7 +18,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP. All rights reserved. + Copyright (C) 2006-2009 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/auxprogs/valgrind-listener.c b/auxprogs/valgrind-listener.c index 58db634353..4667288d72 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-amd64.c b/cachegrind/cg-amd64.c index 90bee9857a..9b0c65399a 100644 --- a/cachegrind/cg-amd64.c +++ b/cachegrind/cg-amd64.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2008 Nicholas Nethercote + Copyright (C) 2002-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-ppc32.c b/cachegrind/cg-ppc32.c index 660c714956..b63c74f9a6 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 620bfc5433..fe66362ab2 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg-x86.c b/cachegrind/cg-x86.c index 7c6b8f362b..d52abf82bc 100644 --- a/cachegrind/cg-x86.c +++ b/cachegrind/cg-x86.c @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2008 Nicholas Nethercote + Copyright (C) 2002-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/cachegrind/cg_arch.h b/cachegrind/cg_arch.h index f771d34656..26b7b88b17 100644 --- a/cachegrind/cg_arch.h +++ b/cachegrind/cg_arch.h @@ -7,7 +7,7 @@ This file is part of Cachegrind, a Valgrind tool for cache profiling programs. - Copyright (C) 2002-2008 Nicholas Nethercote + Copyright (C) 2002-2009 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 960e059e5c..e19a3d3531 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-2008 Nicholas Nethercote + Copyright (C) 2002-2009 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 36ddbab430..b359db51e6 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-2008 Nicholas Nethercote + Copyright (C) 2002-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -1726,7 +1726,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-2008, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2009, 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 02a743c7f9..1d8ad41eb7 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-2008 Nicholas Nethercote + Copyright (C) 2002-2009 Nicholas Nethercote njn@valgrind.org AVL tree code derived from diff --git a/cachegrind/cg_sim.c b/cachegrind/cg_sim.c index 25bef497ad..57abdfc6dd 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-2008 Nicholas Nethercote + Copyright (C) 2002-2009 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 7939caed57..1a42058cb8 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 554c1ed571..dfd98a4f6d 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 94328bd2b3..18d7981252 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-2008 Josef Weidendorfer. All rights reserved. + Copyright (C) 2003-2009 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 d89b53edc9..6080ca67ca 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 238d872fda..3a91656fc8 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) diff --git a/callgrind/command.c b/callgrind/command.c index ba9bbd30eb..46c7f4419d 100644 --- a/callgrind/command.c +++ b/callgrind/command.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind tool for call graph profiling programs. - Copyright (C) 2002-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 0616c67daa..3e326cb5ac 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 63e1e29894..2626ab9f31 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 9a490816f1..509c05952a 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 44fb276a53..37e66057af 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 9dfdd31cbe..ccf21a8844 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 b5346bbc0d..201075bdc3 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 425e22a21e..1caa7ccf52 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, 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 a6d20754c8..74ce261139 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2008 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2009 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 @@ -1083,7 +1083,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-2008, and GNU GPL'd, " + VG_(details_copyright_author)("Copyright (C) 2002-2009, 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 6e9de48966..79ee2c8f41 100644 --- a/callgrind/sim.c +++ b/callgrind/sim.c @@ -11,7 +11,7 @@ Copyright (C) 2003-2005, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains code from Cachegrind - Copyright (C) 2002-2008 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2009 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 779fe41b26..a79f4f06d2 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-2008, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2009, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/launcher-aix5-bootblock.h b/coregrind/launcher-aix5-bootblock.h index 60da6bcb58..275b057bae 100644 --- a/coregrind/launcher-aix5-bootblock.h +++ b/coregrind/launcher-aix5-bootblock.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/launcher-aix5.c b/coregrind/launcher-aix5.c index 6a6f188c44..d92ef2968e 100644 --- a/coregrind/launcher-aix5.c +++ b/coregrind/launcher-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/launcher-linux.c b/coregrind/launcher-linux.c index 668425595b..9371d3bc19 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-aix5.c b/coregrind/m_aspacemgr/aspacemgr-aix5.c index e0b7312c0c..26a6867c50 100644 --- a/coregrind/m_aspacemgr/aspacemgr-aix5.c +++ b/coregrind/m_aspacemgr/aspacemgr-aix5.c @@ -10,7 +10,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr-common.c b/coregrind/m_aspacemgr/aspacemgr-common.c index 9a664858e4..f884138e05 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-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 38c11f7ba5..b18ad44627 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-2008 Julian Seward + Copyright (C) 2000-2009 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 838fa2aa6a..8774bc3036 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-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 8744174b7f..180046eee3 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-2008 Julian Seward + Copyright (C) 2000-2009 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 e979a7f460..713fa4ce49 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-amd64-linux.c b/coregrind/m_coredump/coredump-amd64-linux.c index 33126e7f41..2f62f37c2c 100644 --- a/coregrind/m_coredump/coredump-amd64-linux.c +++ b/coregrind/m_coredump/coredump-amd64-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 7fba755e96..ca4428ad13 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-ppc32-aix5.c b/coregrind/m_coredump/coredump-ppc32-aix5.c index 5a3a5a863f..31b7d45b72 100644 --- a/coregrind/m_coredump/coredump-ppc32-aix5.c +++ b/coregrind/m_coredump/coredump-ppc32-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-ppc32-linux.c b/coregrind/m_coredump/coredump-ppc32-linux.c index 7880f721b6..faf789b92d 100644 --- a/coregrind/m_coredump/coredump-ppc32-linux.c +++ b/coregrind/m_coredump/coredump-ppc32-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-ppc64-aix5.c b/coregrind/m_coredump/coredump-ppc64-aix5.c index 79d5ff2b3c..80a7c421ad 100644 --- a/coregrind/m_coredump/coredump-ppc64-aix5.c +++ b/coregrind/m_coredump/coredump-ppc64-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-ppc64-linux.c b/coregrind/m_coredump/coredump-ppc64-linux.c index f1880a3648..449e9b11d2 100644 --- a/coregrind/m_coredump/coredump-ppc64-linux.c +++ b/coregrind/m_coredump/coredump-ppc64-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/coredump-x86-linux.c b/coregrind/m_coredump/coredump-x86-linux.c index 9b2e3d75f1..9b3a145696 100644 --- a/coregrind/m_coredump/coredump-x86-linux.c +++ b/coregrind/m_coredump/coredump-x86-linux.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_coredump/priv_elf.h b/coregrind/m_coredump/priv_elf.h index 6afac5aa04..0543b116c5 100644 --- a/coregrind/m_coredump/priv_elf.h +++ b/coregrind/m_coredump/priv_elf.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 3b401101fc..37e609f014 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-2008 Julian Seward + Copyright (C) 2000-2009 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 2eb6eb2ef2..de28e36330 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-2008 Julian Seward + Copyright (C) 2000-2009 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 50af1a26b2..e148eca114 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 1047c3aa1e..ff75135293 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-2008 Julian Seward + Copyright (C) 2000-2009 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 85b411d2b1..ec35c36a19 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 1810ca6c2c..1368e0d485 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-2008 OpenWorks LLP and others; see below + Copyright (C) 2008-2009 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 6e23e5cb6e..fd786a56b2 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 410c5fc5ce..dc9fb99504 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-2008 Julian Seward + Copyright (C) 2000-2009 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 8405155b14..2ffb2f4c88 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 279d7288b3..e0955c4d0b 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-2008 Julian Seward + Copyright (C) 2000-2009 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 c2d53876f0..9b54ec63ce 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readxcoff.h b/coregrind/m_debuginfo/priv_readxcoff.h index 02b6a7b111..55e6de8649 100644 --- a/coregrind/m_debuginfo/priv_readxcoff.h +++ b/coregrind/m_debuginfo/priv_readxcoff.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_storage.h b/coregrind/m_debuginfo/priv_storage.h index 327f8c2bd2..4e69d1d30d 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-2008 Julian Seward + Copyright (C) 2000-2009 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 4b6f3e8616..7ae0ae1ffa 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 659bab237d..a02fca39ca 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-2008 Julian Seward + Copyright (C) 2000-2009 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 2ee5810886..6efc5eef41 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 5558aae5d3..b4eb9cb3bd 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org 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 20b886930a..effe4cb6a7 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readxcoff.c b/coregrind/m_debuginfo/readxcoff.c index aaf4ccb6f7..4435d7cc6c 100644 --- a/coregrind/m_debuginfo/readxcoff.c +++ b/coregrind/m_debuginfo/readxcoff.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/storage.c b/coregrind/m_debuginfo/storage.c index 7241778b21..1e29aea579 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-2008 Julian Seward + Copyright (C) 2000-2009 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 1d38869151..4ddf66bfb4 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-2008 OpenWorks LLP + Copyright (C) 2008-2009 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 5efb1b767d..c6b0329fbe 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-2008 Julian Seward + Copyright (C) 2000-2009 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 5974fb9e30..aca8e0aa54 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-2008 Julian Seward + Copyright (C) 2000-2009 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 a4bb10591e..7535264bcd 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-2008 Julian Seward + Copyright (C) 2000-2009 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 f3b68c64db..029b71aaba 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc32-aix5.S b/coregrind/m_dispatch/dispatch-ppc32-aix5.S index ac90b3c452..b09b76c286 100644 --- a/coregrind/m_dispatch/dispatch-ppc32-aix5.S +++ b/coregrind/m_dispatch/dispatch-ppc32-aix5.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc32-linux.S b/coregrind/m_dispatch/dispatch-ppc32-linux.S index ca8f5bf21e..c69c27b637 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-2008 Cerion Armour-Brown + Copyright (C) 2005-2009 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_dispatch/dispatch-ppc64-aix5.S b/coregrind/m_dispatch/dispatch-ppc64-aix5.S index f1139ca480..522e1831fc 100644 --- a/coregrind/m_dispatch/dispatch-ppc64-aix5.S +++ b/coregrind/m_dispatch/dispatch-ppc64-aix5.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-ppc64-linux.S b/coregrind/m_dispatch/dispatch-ppc64-linux.S index c7f322fca4..f04e4b5e73 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-2008 Cerion Armour-Brown + Copyright (C) 2005-2009 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 8661d3b843..b8833baf25 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-2008 Julian Seward + Copyright (C) 2000-2009 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 df0e061809..868b7b930b 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-2008 Julian Seward + Copyright (C) 2000-2009 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 0e430c8050..bc5d8ce24c 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-2008 Julian Seward + Copyright (C) 2000-2009 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 dd2020bc8e..93827bb560 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-aix5.c b/coregrind/m_initimg/initimg-aix5.c index 4b592dc0f8..f777026b6d 100644 --- a/coregrind/m_initimg/initimg-aix5.c +++ b/coregrind/m_initimg/initimg-aix5.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-linux.c b/coregrind/m_initimg/initimg-linux.c index a886fba8d4..56a5aa00a2 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-2008 Julian Seward + Copyright (C) 2000-2009 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 a3d9b3d299..13ad4ba8d9 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-2008 Julian Seward + Copyright (C) 2000-2009 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 e78536f232..0bb89fcdef 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-2008 Julian Seward + Copyright (C) 2000-2009 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 79e27001fd..9f442e7efd 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-2008 Julian Seward + Copyright (C) 2000-2009 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 58e56c326e..8783f9c2c4 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-2008 Julian Seward + Copyright (C) 2000-2009 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 9e4cd3e3ec..53490b6edf 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_libcsignal.c b/coregrind/m_libcsignal.c index 81fbce6e0a..0fbc353e5d 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-2008 Julian Seward + Copyright (C) 2000-2009 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 b4b92f75ef..0e41aa5635 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 c8f015ef6e..9638625f76 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -205,7 +205,7 @@ static void usage_NORETURN ( Bool debug_help ) "\n" " Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n" "\n" -" Valgrind is Copyright (C) 2000-2008 Julian Seward et al.\n" +" Valgrind is Copyright (C) 2000-2009 Julian Seward et al.\n" " and licensed under the GNU General Public License, version 2.\n" " Bug reports, feedback, admiration, abuse, etc, to: %s.\n" "\n" @@ -818,13 +818,13 @@ static void print_preamble(Bool logging_to_fd, const char* toolname) "%sUsing LibVEX rev %s, a library for dynamic binary translation.%s", xpre, LibVEX_Version(), xpost ); VG_(message)(Vg_UserMsg, - "%sCopyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP.%s", + "%sCopyright (C) 2004-2009, and GNU GPL'd, by OpenWorks LLP.%s", xpre, xpost ); VG_(message)(Vg_UserMsg, "%sUsing valgrind-%s, a dynamic binary instrumentation framework.%s", xpre, VERSION, xpost); VG_(message)(Vg_UserMsg, - "%sCopyright (C) 2000-2008, and GNU GPL'd, by Julian Seward et al.%s", + "%sCopyright (C) 2000-2009, and GNU GPL'd, by Julian Seward et al.%s", xpre, xpost ); if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) diff --git a/coregrind/m_mallocfree.c b/coregrind/m_mallocfree.c index c775a163f2..cdf13cfcc2 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-2008 Julian Seward + Copyright (C) 2000-2009 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 5c2df63d7f..2a06fcd12d 100644 --- a/coregrind/m_options.c +++ b/coregrind/m_options.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 b213597faf..d6c36dedbc 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 fbf6e7271b..d31d90f795 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org - Copyright (C) 2003-2008 Jeremy Fitzhardinge + Copyright (C) 2003-2009 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 175402bcaa..a0a707beae 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-2008 Julian Seward + Copyright (C) 2000-2009 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 e0e3b1da33..5958fda6cd 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-2008 Julian Seward + Copyright (C) 2000-2009 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 84ab575912..dfcab13eff 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-2008 Julian Seward + Copyright (C) 2000-2009 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 d8bc44d45e..f3f1f76384 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-2008 Julian Seward + Copyright (C) 2000-2009 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 5ca15b555f..22b46765a1 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-2008 Julian Seward + Copyright (C) 2000-2009 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 3ca5621131..27270abb62 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 0b3610feed..47a65c26d6 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc32-aix5.c b/coregrind/m_sigframe/sigframe-ppc32-aix5.c index 37b037e37d..4f20a6e608 100644 --- a/coregrind/m_sigframe/sigframe-ppc32-aix5.c +++ b/coregrind/m_sigframe/sigframe-ppc32-aix5.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc32-linux.c b/coregrind/m_sigframe/sigframe-ppc32-linux.c index aed41d6e56..93f8ee7ff1 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2008 Paul Mackerras + Copyright (C) 2004-2009 Paul Mackerras paulus@samba.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc64-aix5.c b/coregrind/m_sigframe/sigframe-ppc64-aix5.c index 757a7aa8ce..7d1358308f 100644 --- a/coregrind/m_sigframe/sigframe-ppc64-aix5.c +++ b/coregrind/m_sigframe/sigframe-ppc64-aix5.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc64-linux.c b/coregrind/m_sigframe/sigframe-ppc64-linux.c index 1fd055e7e4..1dc117ce0a 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2008 Paul Mackerras + Copyright (C) 2004-2009 Paul Mackerras paulus@samba.org 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 450a1c3ae1..bf0de15969 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 bbfdf8b7ab..e5fe845753 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-2008 Julian Seward + Copyright (C) 2000-2009 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 97fa02459c..e8f4965312 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 47ac0bd9cc..db16239e41 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-2008 Julian Seward + Copyright (C) 2000-2009 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 687d2062f5..58f72609e7 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-2008 Julian Seward + Copyright (C) 2000-2009 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 627f5f0d0d..676254a5ab 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-aix5.h b/coregrind/m_syswrap/priv_syswrap-aix5.h index 6fee898f40..4e56095814 100644 --- a/coregrind/m_syswrap/priv_syswrap-aix5.h +++ b/coregrind/m_syswrap/priv_syswrap-aix5.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/priv_syswrap-generic.h b/coregrind/m_syswrap/priv_syswrap-generic.h index 0e71fc19d1..b64b58eec4 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-2008 Julian Seward + Copyright (C) 2000-2009 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 21acbeabda..3c16000d7a 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-2008 Julian Seward + Copyright (C) 2000-2009 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 3cd0ca2351..cbe05c6c3a 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 f20d0a60f4..7c4fc5242c 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 8a5d550ea4..28c0ab95e1 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-2008 Julian Seward + Copyright (C) 2000-2009 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 af982ed0c7..b6f913a009 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-ppc32-aix5.S b/coregrind/m_syswrap/syscall-ppc32-aix5.S index acd77add7f..b1e1a19e8f 100644 --- a/coregrind/m_syswrap/syscall-ppc32-aix5.S +++ b/coregrind/m_syswrap/syscall-ppc32-aix5.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk Derived from Paul Mackerras' implementation of same for ppc32-linux diff --git a/coregrind/m_syswrap/syscall-ppc32-linux.S b/coregrind/m_syswrap/syscall-ppc32-linux.S index 85fd82db43..a88dcc3f00 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-2008 Paul Mackerras (paulus@samba.org) + Copyright (C) 2005-2009 Paul Mackerras (paulus@samba.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syscall-ppc64-aix5.S b/coregrind/m_syswrap/syscall-ppc64-aix5.S index 544699aa60..bbf3909e07 100644 --- a/coregrind/m_syswrap/syscall-ppc64-aix5.S +++ b/coregrind/m_syswrap/syscall-ppc64-aix5.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk Derived from Paul Mackerras' implementation of same for ppc32-linux diff --git a/coregrind/m_syswrap/syscall-ppc64-linux.S b/coregrind/m_syswrap/syscall-ppc64-linux.S index cdcc860cea..5e17995e3b 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-2008 Paul Mackerras + Copyright (C) 2005-2009 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 4aacf7a57a..4806f5178f 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-aix5.c b/coregrind/m_syswrap/syswrap-aix5.c index 3a54ec6311..38de8caf9d 100644 --- a/coregrind/m_syswrap/syswrap-aix5.c +++ b/coregrind/m_syswrap/syswrap-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c index a82ad21b5f..4333612243 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 Nicholas Nethercote njn@valgrind.org 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 ee346f1b2b..f588935a3f 100644 --- a/coregrind/m_syswrap/syswrap-generic.c +++ b/coregrind/m_syswrap/syswrap-generic.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 947f950dc6..1d17ab84a1 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-2008 Julian Seward + Copyright (C) 2000-2009 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 d4ca9b2109..de116adbe2 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 3e6abd231a..ff75ca5aa4 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc32-aix5.c b/coregrind/m_syswrap/syswrap-ppc32-aix5.c index 37b69061cd..1e5c767767 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-aix5.c +++ b/coregrind/m_syswrap/syswrap-ppc32-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index 4121c41fbc..d009d6be09 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-2008 Nicholas Nethercote - Copyright (C) 2005-2008 Cerion Armour-Brown + Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2009 Cerion Armour-Brown This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/m_syswrap/syswrap-ppc64-aix5.c b/coregrind/m_syswrap/syswrap-ppc64-aix5.c index 49cd74fd07..6cd68ae4a8 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-aix5.c +++ b/coregrind/m_syswrap/syswrap-ppc64-aix5.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 5f4215b8b7..232d2886a9 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-2008 Nicholas Nethercote - Copyright (C) 2005-2008 Cerion Armour-Brown + Copyright (C) 2005-2009 Nicholas Nethercote + Copyright (C) 2005-2009 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-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index 4838271ed4..b4a1c16eea 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 da19c1bd8e..30a2cf820a 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-2008 Julian Seward + Copyright (C) 2000-2009 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 cc4ac1dc4a..7158427fb0 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-2008 Nicholas Nethercote + Copyright (C) 2000-2009 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 69436af3e6..d267172b73 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 b5f346d14d..dc7742296a 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-2008 Julian Seward + Copyright (C) 2000-2009 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 c051ae76d4..e4e2d53311 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume.c b/coregrind/m_ume.c index 9e13a8e751..4c8545854f 100644 --- a/coregrind/m_ume.c +++ b/coregrind/m_ume.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 e3d9ee1458..6d0631c08d 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-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 81dd6be990..a191496126 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-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 f115462b92..6693269b7e 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-2008 Julian Seward + Copyright (C) 2007-2009 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 6393050959..45a1e593eb 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 OpenWorks LLP info@open-works.co.uk 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 b6ae45ece5..066d1cfc64 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-2008 Julian Seward + Copyright (C) 2000-2009 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 c16c2fc45b..99053f5894 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-2008 Julian Seward + Copyright (C) 2000-2009 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 6dae72dd9b..d413f45244 100644 --- a/coregrind/pub_core_basics_asm.h +++ b/coregrind/pub_core_basics_asm.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 6d1993d225..1809074404 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-2008 Julian Seward + Copyright (C) 2000-2009 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 901826e003..179dc0ca3e 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-2008 Julian Seward + Copyright (C) 2000-2009 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 154f4dedf4..aebfe61872 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-2008 Julian Seward + Copyright (C) 2000-2009 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 aa3e55023e..e325a42388 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-2008 Julian Seward + Copyright (C) 2000-2009 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 8b962dd842..4712e71978 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-2008 Julian Seward + Copyright (C) 2000-2009 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 52f16dabdb..9c224de98b 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-2008 Julian Seward + Copyright (C) 2000-2009 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 dd4f89496b..9706a41c67 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-2008 Julian Seward + Copyright (C) 2000-2009 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 feddb6c08a..3a34fd7b4b 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-2008 Julian Seward + Copyright (C) 2000-2009 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 a864e3d252..a6a3e46af4 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-2008 Julian Seward + Copyright (C) 2000-2009 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 e01989a380..e4aa11c3c2 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-2008 Julian Seward + Copyright (C) 2000-2009 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 a5d6429367..c1af70a0be 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-2008 Julian Seward + Copyright (C) 2000-2009 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 e0ad0c76e4..6ceeb9b1fc 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-2008 Julian Seward + Copyright (C) 2000-2009 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 86eb9eb58c..3cb2ae06af 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-2008 Julian Seward + Copyright (C) 2000-2009 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 739c663c1d..f0d2ab24e4 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 7d8e32963e..9e9416b710 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-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 5fa7d05e15..5be3516ca4 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-2008 Julian Seward + Copyright (C) 2000-2009 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 fca4f6e612..d8d5f17256 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-2008 Julian Seward + Copyright (C) 2000-2009 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 bbb38bae60..6c9f89f42f 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-2008 Julian Seward + Copyright (C) 2000-2009 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 4b70b07221..3b3460cd17 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-2008 Julian Seward + Copyright (C) 2000-2009 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 13aea944e0..68f8958b76 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_libcsignal.h b/coregrind/pub_core_libcsignal.h index f9c5794880..9e8ebe713c 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-2008 Julian Seward + Copyright (C) 2000-2009 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 ea94a9b691..5da26dcc8f 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-2008 Julian Seward + Copyright (C) 2000-2009 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 510a22faaf..38dda7912a 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-2008 Julian Seward + Copyright (C) 2000-2009 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 457dce5af2..3d5ee87f59 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-2008 Julian Seward + Copyright (C) 2000-2009 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 4bc7d0a173..d178b7c3c2 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 e1bf4872e0..c993c27277 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-2008 Julian Seward + Copyright (C) 2000-2009 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 ae7acf710b..5831152ba9 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-2008 Julian Seward + Copyright (C) 2000-2009 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 54021aa11f..029472b70d 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-2008 Julian Seward + Copyright (C) 2000-2009 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 02d777f7eb..c2391f89fd 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 69022b0cd5..6646a8257a 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-2008 Julian Seward + Copyright (C) 2000-2009 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 6fa006f827..9d174ae079 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-2008 Julian Seward + Copyright (C) 2000-2009 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 95b0899c73..c382ef9683 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 bdf05bbb53..ffa2db76c0 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-2008 Julian Seward + Copyright (C) 2000-2009 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 1c32cbdb5d..201bccf47e 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-2008 Julian Seward + Copyright (C) 2000-2009 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 fc3db90d53..9954754091 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-2008 Julian Seward + Copyright (C) 2000-2009 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 064d33a4ab..57bfa074f1 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-2008 Julian Seward + Copyright (C) 2000-2009 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 9ffcc7c0bd..bcba985c52 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-2008 Julian Seward + Copyright (C) 2000-2009 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 ca6494b92d..98645b9273 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-2008 Julian Seward + Copyright (C) 2000-2009 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 ea7694417a..630e52b812 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-2008 Julian Seward + Copyright (C) 2000-2009 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 2819bcf7ce..8e0cea42f7 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-2008 Julian Seward + Copyright (C) 2000-2009 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 73f3863f9d..0dd874318e 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-2008 Julian Seward + Copyright (C) 2000-2009 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 c81b709d81..3c96867256 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-2008 Julian Seward + Copyright (C) 2000-2009 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 18859310b5..6b3bb00fc4 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-2008 Julian Seward + Copyright (C) 2000-2009 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 40782ebba2..e01df8bcce 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 1df50427b0..0adbb94eef 100644 --- a/coregrind/pub_core_vkiscnums.h +++ b/coregrind/pub_core_vkiscnums.h @@ -8,11 +8,11 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 925f0ca9cf..436505585a 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-2008 Julian Seward + Copyright (C) 2007-2009 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 a64aa5f7ba..67231e9e66 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 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 3292deafa9..353983274f 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/drd/drd.h b/drd/drd.h index 8c4d0e376e..beeedcad1e 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -13,7 +13,7 @@ This file is part of drd, a Valgrind tool for verification of multithreaded programs. - Copyright (C) 2006-2008 Bart Van Assche. All rights reserved. + Copyright (C) 2006-2009 Bart Van Assche. 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/drd/drd_barrier.c b/drd/drd_barrier.c index fd4ecfa3b1..0dd53d3418 100644 --- a/drd/drd_barrier.c +++ b/drd/drd_barrier.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_barrier.h b/drd/drd_barrier.h index f525f15556..8596b5d802 100644 --- a/drd/drd_barrier.h +++ b/drd/drd_barrier.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_bitmap.c b/drd/drd_bitmap.c index 9e5d1bab24..a5b751b1b5 100644 --- a/drd/drd_bitmap.c +++ b/drd/drd_bitmap.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index 396d72f81e..129da9d6a0 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_clientobj.c b/drd/drd_clientobj.c index 768079aa28..51a4551cac 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_clientobj.h b/drd/drd_clientobj.h index 1bfdd9337f..cc9603526c 100644 --- a/drd/drd_clientobj.h +++ b/drd/drd_clientobj.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_clientreq.c b/drd/drd_clientreq.c index 29ce30bbba..e0cd0b8313 100644 --- a/drd/drd_clientreq.c +++ b/drd/drd_clientreq.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_clientreq.h b/drd/drd_clientreq.h index 3d06e71598..9985328125 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_cond.c b/drd/drd_cond.c index 219f7b3fb6..336f1fcdf8 100644 --- a/drd/drd_cond.c +++ b/drd/drd_cond.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_cond.h b/drd/drd_cond.h index abe3f4896e..996cd4876e 100644 --- a/drd/drd_cond.h +++ b/drd/drd_cond.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_error.c b/drd/drd_error.c index c3eb745929..1df934f604 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_error.h b/drd/drd_error.h index 6b56051c37..54f8e47900 100644 --- a/drd/drd_error.h +++ b/drd/drd_error.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_gomp_intercepts.c b/drd/drd_gomp_intercepts.c index 12a9d38e3a..4922b49c16 100644 --- a/drd/drd_gomp_intercepts.c +++ b/drd/drd_gomp_intercepts.c @@ -6,7 +6,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_main.c b/drd/drd_main.c index 4b8cdc22c6..54d2d9cc24 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or @@ -1229,7 +1229,7 @@ void drd_pre_clo_init(void) VG_(details_name) ("drd"); VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2008, and GNU GPL'd," + VG_(details_copyright_author)("Copyright (C) 2006-2009, and GNU GPL'd," " by Bart Van Assche."); VG_(details_bug_reports_to) (VG_BUGS_TO); diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c index 5a47ed7cfb..7e566047ce 100644 --- a/drd/drd_malloc_wrappers.c +++ b/drd/drd_malloc_wrappers.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_malloc_wrappers.h b/drd/drd_malloc_wrappers.h index 89d3b8553b..c23154afc0 100644 --- a/drd/drd_malloc_wrappers.h +++ b/drd/drd_malloc_wrappers.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_mutex.c b/drd/drd_mutex.c index fe0888ca06..c3e7b4e1f2 100644 --- a/drd/drd_mutex.c +++ b/drd/drd_mutex.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_mutex.h b/drd/drd_mutex.h index 956bb44852..0716211987 100644 --- a/drd/drd_mutex.h +++ b/drd/drd_mutex.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index e16845d106..100dc5b813 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -6,7 +6,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_qtcore_intercepts.c b/drd/drd_qtcore_intercepts.c index b3950a4a0d..8ecfc5eebc 100644 --- a/drd/drd_qtcore_intercepts.c +++ b/drd/drd_qtcore_intercepts.c @@ -6,7 +6,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_rwlock.c b/drd/drd_rwlock.c index c7d0fc682b..20800a4466 100644 --- a/drd/drd_rwlock.c +++ b/drd/drd_rwlock.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_rwlock.h b/drd/drd_rwlock.h index 6afcd5d52b..8781f5438f 100644 --- a/drd/drd_rwlock.h +++ b/drd/drd_rwlock.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_segment.c b/drd/drd_segment.c index 7e3022a38c..28f75bf805 100644 --- a/drd/drd_segment.c +++ b/drd/drd_segment.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_segment.h b/drd/drd_segment.h index 487dc2293f..686542853c 100644 --- a/drd/drd_segment.h +++ b/drd/drd_segment.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_semaphore.c b/drd/drd_semaphore.c index 1637cfe47f..e5c867ce85 100644 --- a/drd/drd_semaphore.c +++ b/drd/drd_semaphore.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_semaphore.h b/drd/drd_semaphore.h index 80dde06ddb..b626da9285 100644 --- a/drd/drd_semaphore.h +++ b/drd/drd_semaphore.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com 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 3eaccac1f0..e0ca878f92 100644 --- a/drd/drd_strmem_intercepts.c +++ b/drd/drd_strmem_intercepts.c @@ -10,7 +10,7 @@ from memchec/mc_replace_strmem.c, which has the following copyright notice: - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/drd/drd_suppression.c b/drd/drd_suppression.c index a66eca0efc..62a766f62e 100644 --- a/drd/drd_suppression.c +++ b/drd/drd_suppression.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_thread.c b/drd/drd_thread.c index b57140fb85..d852340bb1 100644 --- a/drd/drd_thread.c +++ b/drd/drd_thread.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_thread.h b/drd/drd_thread.h index 895502f833..f05c97c2b1 100644 --- a/drd/drd_thread.h +++ b/drd/drd_thread.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h index 4fb098f836..e8cf7623f4 100644 --- a/drd/drd_thread_bitmap.h +++ b/drd/drd_thread_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_track.h b/drd/drd_track.h index 880e3f132b..b5a1e3f5c8 100644 --- a/drd/drd_track.h +++ b/drd/drd_track.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_vc.c b/drd/drd_vc.c index 1d4d833689..b581d88fb8 100644 --- a/drd/drd_vc.c +++ b/drd/drd_vc.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_vc.h b/drd/drd_vc.h index 93ead91c94..468337d3d7 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index 596f4b4f51..6efcd04a86 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/tests/fp_race.c b/drd/tests/fp_race.c index 69fa6648ff..02e5d807e7 100644 --- a/drd/tests/fp_race.c +++ b/drd/tests/fp_race.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/drd/tests/sem_as_mutex.c b/drd/tests/sem_as_mutex.c index 1e23e1cc28..1911509aa7 100644 --- a/drd/tests/sem_as_mutex.c +++ b/drd/tests/sem_as_mutex.c @@ -1,7 +1,7 @@ /* This file is part of drd, a data race detector. - Copyright (C) 2006-2008 Bart Van Assche + Copyright (C) 2006-2009 Bart Van Assche bart.vanassche@gmail.com This program is free software; you can redistribute it and/or diff --git a/exp-omega/exp-omega.h b/exp-omega/exp-omega.h index f2ae496867..ebb2ba651a 100644 --- a/exp-omega/exp-omega.h +++ b/exp-omega/exp-omega.h @@ -8,7 +8,7 @@ This file is part of Omega, a Valgrind tool for instantly detecting memory leaks. - Copyright (C) 2006-2008 Bryan "Brain Murders" Meredith + Copyright (C) 2006-2009 Bryan "Brain Murders" Meredith 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/exp-omega/o_main.c b/exp-omega/o_main.c index a801168c0c..933bc167a3 100644 --- a/exp-omega/o_main.c +++ b/exp-omega/o_main.c @@ -8,13 +8,13 @@ This file is part of Omega, a Valgrind tool for detecting memory leaks as they occur. - Copyright (C) 2006-2008 Bryan "Brain Murders" Meredith + Copyright (C) 2006-2009 Bryan "Brain Murders" Meredith (A note of personal thanks to my employers at Apertio (www.apertio.com) for allowing the use of their time, equipment for 64bit testing and providing moral support.) Partly based upon other Valgrind tools - Copyright (C) 2000-2008 Julian Seward, Nicholas Nethercote et al. + Copyright (C) 2000-2009 Julian Seward, Nicholas Nethercote et al. jseward@acm.org njn@valgrind.org @@ -3542,7 +3542,7 @@ static void o_pre_clo_init(void) VG_(details_name) ("exp-omega"); VG_(details_version) ("RC1"); VG_(details_description) ("an instant memory leak detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2008, and GNU GPL'd, " + VG_(details_copyright_author)("Copyright (C) 2006-2009, and GNU GPL'd, " "by Bryan Meredith."); VG_(details_bug_reports_to) ("richard.coe@med.ge.com"); diff --git a/exp-omega/o_replace_memops.c b/exp-omega/o_replace_memops.c index 12b28cb10d..f3fe1e07e7 100644 --- a/exp-omega/o_replace_memops.c +++ b/exp-omega/o_replace_memops.c @@ -8,7 +8,7 @@ This file is part of Omega, a Valgrind tool for instantly detecting memory leaks. - Copyright (C) 2006-2008 Bryan "Brain Murders" Meredith + Copyright (C) 2006-2009 Bryan "Brain Murders" Meredith Derived from mac_replace_strmem.c Copyright (C) 2000-2006 Julian Seward diff --git a/exp-ptrcheck/h_intercepts.c b/exp-ptrcheck/h_intercepts.c index 3ae8c6222e..b89c4badff 100644 --- a/exp-ptrcheck/h_intercepts.c +++ b/exp-ptrcheck/h_intercepts.c @@ -7,7 +7,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2003-2008 Nicholas Nethercote + Copyright (C) 2003-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/h_main.c b/exp-ptrcheck/h_main.c index ad5fd0fc0c..6df280fa47 100644 --- a/exp-ptrcheck/h_main.c +++ b/exp-ptrcheck/h_main.c @@ -11,12 +11,12 @@ Initial version (Annelid): - Copyright (C) 2003-2008 Nicholas Nethercote + Copyright (C) 2003-2009 Nicholas Nethercote njn@valgrind.org Valgrind-3.X port: - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/h_main.h b/exp-ptrcheck/h_main.h index 84efddca84..17cbaee629 100644 --- a/exp-ptrcheck/h_main.h +++ b/exp-ptrcheck/h_main.h @@ -9,9 +9,9 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2003-2008 Nicholas Nethercote + Copyright (C) 2003-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/pc_common.c b/exp-ptrcheck/pc_common.c index 7d73f35c41..bab5c892d0 100644 --- a/exp-ptrcheck/pc_common.c +++ b/exp-ptrcheck/pc_common.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/pc_common.h b/exp-ptrcheck/pc_common.h index 77bab6e08c..023307f4b0 100644 --- a/exp-ptrcheck/pc_common.h +++ b/exp-ptrcheck/pc_common.h @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/pc_main.c b/exp-ptrcheck/pc_main.c index 3183f9980b..10f59c6282 100644 --- a/exp-ptrcheck/pc_main.c +++ b/exp-ptrcheck/pc_main.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or @@ -149,7 +149,7 @@ static void pc_pre_clo_init(void) VG_(details_description) ("a heap, stack & global array " "overrun detector"); VG_(details_copyright_author)( - "Copyright (C) 2003-2008, and GNU GPL'd, by OpenWorks Ltd et al."); + "Copyright (C) 2003-2009, and GNU GPL'd, by OpenWorks Ltd et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 496 ); diff --git a/exp-ptrcheck/sg_main.c b/exp-ptrcheck/sg_main.c index 0213dfa053..e285a3d1db 100644 --- a/exp-ptrcheck/sg_main.c +++ b/exp-ptrcheck/sg_main.c @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/exp-ptrcheck/sg_main.h b/exp-ptrcheck/sg_main.h index b8cfb25f20..5d56f6b82e 100644 --- a/exp-ptrcheck/sg_main.h +++ b/exp-ptrcheck/sg_main.h @@ -9,7 +9,7 @@ This file is part of Ptrcheck, a Valgrind tool for checking pointer use in programs. - Copyright (C) 2008-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 e736186d6c..7696e7d77d 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 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 cb27b8ac20..d7f3fa7d5e 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-2008 OpenWorks Ltd + Copyright (C) 2007-2009 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 efcef1409d..4923c0ee4e 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-2008 OpenWorks Ltd + Copyright (C) 2007-2009 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 659bc56a28..fbb499bf30 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-2008 OpenWorks Ltd + Copyright (C) 2007-2009 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 08bd1c3531..a45173a4f8 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-2008 OpenWorks Ltd + Copyright (C) 2007-2009 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 54b18fb940..730ff55ee6 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 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 1d4085a528..bcdb236a4c 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-2008 OpenWorks Ltd + Copyright (C) 2007-2009 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 64b1f1e9c2..01ae3aa0a7 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-2008 OpenWorks Ltd + Copyright (C) 2007-2009 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 51fa2f8e2d..919592d2fb 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -8,7 +8,7 @@ This file is part of Helgrind, a Valgrind tool for detecting errors in threaded programs. - Copyright (C) 2007-2008 OpenWorks LLP + Copyright (C) 2007-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or @@ -4185,7 +4185,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-2008, and GNU GPL'd, by OpenWorks LLP et al."); + "Copyright (C) 2007-2009, and GNU GPL'd, by OpenWorks LLP et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 200 ); diff --git a/helgrind/hg_wordset.c b/helgrind/hg_wordset.c index d5c7fbacc1..5d330045ea 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 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 3a8511fb4d..1d1a72fb4a 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 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 8c0ded9ee9..b2048837e3 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 99ba2962ac..399312074b 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 OpenWorks Ltd info@open-works.co.uk 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 6144d270ee..be1b2b2f36 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-2008 Julian Seward + Copyright (C) 2000-2009 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 3292f00b93..cc026fd486 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-2008 Julian Seward + Copyright (C) 2000-2009 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 2112dd1ef9..426ce82b35 100644 --- a/include/pub_tool_basics_asm.h +++ b/include/pub_tool_basics_asm.h @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2009 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 f9948f3138..9a47fcc58d 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-2008 Julian Seward + Copyright (C) 2000-2009 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 7ef944dd48..f200d12339 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-2008 Julian Seward + Copyright (C) 2000-2009 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 c0950ba17d..9e994c50ad 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-2008 Julian Seward + Copyright (C) 2000-2009 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 30725d5425..46f8954c97 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-2008 Julian Seward + Copyright (C) 2000-2009 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 9ca4f7b143..0d22c1bbad 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-2008 Julian Seward + Copyright (C) 2000-2009 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 2cbdfc49bf..3506026b4f 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-2008 Julian Seward + Copyright (C) 2000-2009 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 d6fde7f6be..63487992c5 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 0ce45aae43..6e4f69a08b 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-2008 Julian Seward + Copyright (C) 2000-2009 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 53fd0f1613..c7adda5dd0 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-2008 Julian Seward + Copyright (C) 2000-2009 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 5c5930195a..f870109f3f 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-2008 Julian Seward + Copyright (C) 2000-2009 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 d8535078ab..065203221e 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-2008 Julian Seward + Copyright (C) 2000-2009 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 f0f7cfca75..9a4d65bb46 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/pub_tool_libcsignal.h b/include/pub_tool_libcsignal.h index 32b0dbdfcc..d8aa0f59bf 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-2008 Julian Seward + Copyright (C) 2000-2009 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 ae9669c05c..3051709968 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-2008 Julian Seward + Copyright (C) 2000-2009 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 46482e3a21..9074d177fe 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-2008 Julian Seward + Copyright (C) 2000-2009 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 7d8e60f6a0..7c0700a42f 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-2008 Julian Seward + Copyright (C) 2000-2009 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 1573136fa4..3219666a2b 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-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 4266b2a65f..032cc48d41 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-2008 Julian Seward + Copyright (C) 2000-2009 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 dd8b23e30c..9cb2e9e3d8 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-2008 Julian Seward + Copyright (C) 2000-2009 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 cd61a03676..a1763b7575 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 7b098e1ef8..bb96018965 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-2008 Julian Seward + Copyright (C) 2000-2009 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 92191f2436..29bb3368eb 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 47760544ff..f17758bb27 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-2008 Julian Seward + Copyright (C) 2000-2009 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 55c2cdcc30..d572e870cf 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-2008 Julian Seward + Copyright (C) 2000-2009 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 210df361ac..cdc254e2da 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-2008 Julian Seward + Copyright (C) 2000-2009 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 6329f96550..75da646be3 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 4bf7cfe477..147a761c45 100644 --- a/include/pub_tool_vkiscnums.h +++ b/include/pub_tool_vkiscnums.h @@ -8,9 +8,9 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 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 06ba8efdec..57c57db127 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-2008 Julian Seward + Copyright (C) 2007-2009 Julian Seward jseward@acm.org This code is based on previous work by Nicholas Nethercote (coregrind/m_oset.c) which is - Copyright (C) 2005-2008 Nicholas Nethercote + Copyright (C) 2005-2009 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 ca86a52e53..111f63a3a0 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-2008 OpenWorks LLP + Copyright (C) 2007-2009 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 577c59ab0c..f356577cd8 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-2008 Julian Seward. All rights reserved. + Copyright (C) 2000-2009 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 3a73e1ad76..d9be99e3eb 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org 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 7ab7d70de1..9f59836aa1 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-2008 Julian Seward + Copyright (C) 2000-2009 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 60dd8c3046..f3f9bb0461 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-2008 Julian Seward + Copyright (C) 2000-2009 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 4323c4799a..5cf1b2ccf4 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-2008 Julian Seward + Copyright (C) 2005-2009 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 38bf5f2720..28cf4c7ee5 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-2008 Julian Seward + Copyright (C) 2005-2009 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 a4d561496c..39fc88daec 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc32-aix5.h b/include/vki/vki-ppc32-aix5.h index 2242d9b89f..a3832d3987 100644 --- a/include/vki/vki-ppc32-aix5.h +++ b/include/vki/vki-ppc32-aix5.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc32-linux.h b/include/vki/vki-ppc32-linux.h index 00b5d02d22..af5fc7294c 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-2008 Julian Seward + Copyright (C) 2005-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc64-aix5.h b/include/vki/vki-ppc64-aix5.h index 255c79465b..ebc0a296cc 100644 --- a/include/vki/vki-ppc64-aix5.h +++ b/include/vki/vki-ppc64-aix5.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-ppc64-linux.h b/include/vki/vki-ppc64-linux.h index f6619a3358..c2a8d5847c 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-2008 Julian Seward + Copyright (C) 2005-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-aix5.h b/include/vki/vki-scnums-aix5.h index 81ed871b30..c014b96182 100644 --- a/include/vki/vki-scnums-aix5.h +++ b/include/vki/vki-scnums-aix5.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006-2008 OpenWorks LLP + Copyright (C) 2006-2009 OpenWorks LLP info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-scnums-amd64-linux.h b/include/vki/vki-scnums-amd64-linux.h index ed3d3e8510..d4b3fd7da2 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org 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 7259261add..7ae5b23571 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-2008 Julian Seward + Copyright (C) 2005-2009 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 3520c2cf61..1123a4e77d 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-2008 Julian Seward + Copyright (C) 2005-2009 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 e564cf5546..165b07e2f0 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-2008 Julian Seward + Copyright (C) 2000-2009 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 57ee2541d5..68e80f53c6 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-2008 Julian Seward + Copyright (C) 2000-2009 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 737e92cec7..27ce4acea7 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-2008 Nicholas Nethercote + Copyright (C) 2002-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -913,7 +913,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-2008, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2009, 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 a6062fcaaa..34ae7d1701 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-2008 Nicholas Nethercote + Copyright (C) 2003-2009 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -2205,7 +2205,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-2008, and GNU GPL'd, by Nicholas Nethercote"); + "Copyright (C) 2003-2009, and GNU GPL'd, by Nicholas Nethercote"); VG_(details_bug_reports_to) (VG_BUGS_TO); // Basic functions diff --git a/memcheck/mc_errors.c b/memcheck/mc_errors.c index e95ad5ee8e..7edaa55f2c 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-2008 Julian Seward + Copyright (C) 2000-2009 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 f9108a84ff..6c2d7cbf84 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-2008 Julian Seward + Copyright (C) 2000-2009 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 1c2b678214..b285295259 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-2008 Julian Seward + Copyright (C) 2000-2009 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 d0a9fded3e..16c7675db7 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-2008 OpenWorks Ltd + Copyright (C) 2008-2009 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 60eea31379..2d536bc525 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-2008 Julian Seward + Copyright (C) 2000-2009 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -5618,7 +5618,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-2008, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 556 ); diff --git a/memcheck/mc_malloc_wrappers.c b/memcheck/mc_malloc_wrappers.c index e2a9eae677..1f8f83d268 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-2008 Julian Seward + Copyright (C) 2000-2009 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 46c15479c0..74d144f7d7 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-2008 Julian Seward + Copyright (C) 2000-2009 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 668e96f1b8..b95caf9709 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-2008 Julian Seward + Copyright (C) 2000-2009 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 dd56c9dfac..4de18a4389 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-2008 Julian Seward. All rights reserved. + Copyright (C) 2000-2009 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/none/nl_main.c b/none/nl_main.c index c5a490ab34..0ace001879 100644 --- a/none/nl_main.c +++ b/none/nl_main.c @@ -7,7 +7,7 @@ This file is part of Nulgrind, the simplest possible Valgrind tool, which does nothing. - Copyright (C) 2002-2008 Nicholas Nethercote + Copyright (C) 2002-2009 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) ("a binary JIT-compiler"); VG_(details_copyright_author)( - "Copyright (C) 2002-2008, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2009, and GNU GPL'd, by Nicholas Nethercote."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(basic_tool_funcs) (nl_post_clo_init, diff --git a/none/tests/cmdline1.stdout.exp b/none/tests/cmdline1.stdout.exp index 23eaac1926..6e680bcd61 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -51,7 +51,7 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Valgrind is Copyright (C) 2000-2008 Julian Seward et al. + Valgrind is Copyright (C) 2000-2009 Julian Seward et al. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index c0b7db59e8..79c2a6e4d8 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -96,7 +96,7 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Valgrind is Copyright (C) 2000-2008 Julian Seward et al. + Valgrind is Copyright (C) 2000-2009 Julian Seward et al. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/perf/tinycc.c b/perf/tinycc.c index c445b9719e..bb44735efe 100644 --- a/perf/tinycc.c +++ b/perf/tinycc.c @@ -21278,7 +21278,7 @@ static int64_t getclock_us(void) void help(void) { - printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2008 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2009 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"