# 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
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
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
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
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
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
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
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
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
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
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 );
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
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
/*
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
/*
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
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
/*
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
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)
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)
/*
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
/*
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
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)
/*
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
/*
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
/*
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
/*
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
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
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 );
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
/*
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2008 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2009 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2008 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2009 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"\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"
"%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))
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2008 Nicholas Nethercote <njn@valgrind.org>
- Copyright (C) 2005-2008 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2009 Nicholas Nethercote <njn@valgrind.org>
+ Copyright (C) 2005-2009 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
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
This file is part of Valgrind, a dynamic binary instrumentation
framework.
- Copyright (C) 2005-2008 Nicholas Nethercote <njn@valgrind.org>
- Copyright (C) 2005-2008 Cerion Armour-Brown <cerion@open-works.co.uk>
+ Copyright (C) 2005-2009 Nicholas Nethercote <njn@valgrind.org>
+ Copyright (C) 2005-2009 Cerion Armour-Brown <cerion@open-works.co.uk>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
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);
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
/*
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
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
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
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");
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
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
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
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
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
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
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
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 );
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
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
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
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
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
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
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
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
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
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
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
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 );
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 );
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
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
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
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
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
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
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
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 );
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
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
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
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
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
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,
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.
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.
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"