From: Julian Seward Date: Mon, 8 Jan 2007 06:31:34 +0000 (+0000) Subject: Update copyright dates. X-Git-Tag: svn/VALGRIND_3_2_2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359ed0ea25d1ad8a206d81fdeddabd8aeb09bed2;p=thirdparty%2Fvalgrind.git Update copyright dates. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6490 --- diff --git a/auxprogs/libmpiwrap.c b/auxprogs/libmpiwrap.c index 2571d45220..f9a572f936 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 OpenWorks LLP. All rights reserved. + Copyright (C) 2006-2007 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 4bd3edc379..ebfa4f66af 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-2006 Julian Seward + Copyright (C) 2000-2007 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 be035a9b82..bc937dd44a 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 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 3ddbd64ae8..8ded4e34b9 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 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 e9dcef367f..0878024412 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 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 6d6838703f..e61dc0c725 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -1344,7 +1344,7 @@ static void cg_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("an I1/D1/L2 cache profiler"); VG_(details_copyright_author)( - "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2007, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 245 ); diff --git a/cachegrind/cg_sim.c b/cachegrind/cg_sim.c index cf5b7baf90..80cdbfb6bf 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 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 32b1dfebf8..aa252b2da6 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 141226b08f..89ebdfda80 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 bac93926aa..1bea6311e2 100644 --- a/callgrind/callgrind.h +++ b/callgrind/callgrind.h @@ -13,7 +13,7 @@ This file is part of callgrind, a valgrind skin for cache simulation and call tree tracing. - Copyright (C) 2003-2006 Josef Weidendorfer. All rights reserved. + Copyright (C) 2003-2007 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 e4e82d02d6..387e5c942d 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 5cda69853e..829158ea7e 100644 --- a/callgrind/clo.c +++ b/callgrind/clo.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind skin for call graph profiling programs. - Copyright (C) 2002-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This skin is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn25@cam.ac.uk) diff --git a/callgrind/command.c b/callgrind/command.c index 10ad909c24..8454709bd5 100644 --- a/callgrind/command.c +++ b/callgrind/command.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind skin for call graph profiling programs. - Copyright (C) 2002-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This skin is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn25@cam.ac.uk) diff --git a/callgrind/context.c b/callgrind/context.c index 04740354fc..ba10d9700a 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 b9dfc07fa0..5c1e7cb26c 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 9344589ced..f9bc3785cc 100644 --- a/callgrind/debug.c +++ b/callgrind/debug.c @@ -2,7 +2,7 @@ This file is part of Callgrind, a Valgrind skin for call graph profiling programs. - Copyright (C) 2002-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This skin is derived from and contains lot of code from Cachegrind Copyright (C) 2002 Nicholas Nethercote (njn25@cam.ac.uk) diff --git a/callgrind/dump.c b/callgrind/dump.c index ae730c7c9c..451fdae0d4 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 9144ad2ff6..5a4ab898ee 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 26c36bf6e0..e8108f46bb 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 cbbc7b65f9..d465695bca 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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 aa88a9df3c..70125497ae 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This skin is derived from and contains code from Cachegrind - Copyright (C) 2002-2006 Nicholas Nethercote (njn25@cam.ac.uk) + Copyright (C) 2002-2007 Nicholas Nethercote (njn25@cam.ac.uk) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -1073,7 +1073,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-2006, and GNU GPL'd, " + VG_(details_copyright_author)("Copyright (C) 2002-2007, and GNU GPL'd, " "by Josef Weidendorfer et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 245 ); diff --git a/callgrind/threads.c b/callgrind/threads.c index 97015790f6..c964425af5 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-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) + Copyright (C) 2002-2007, 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.c b/coregrind/launcher.c index 30ed02d9ef..5c21e74f13 100644 --- a/coregrind/launcher.c +++ b/coregrind/launcher.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c index 9e42f39f72..93f8303df7 100644 --- a/coregrind/m_aspacemgr/aspacemgr.c +++ b/coregrind/m_aspacemgr/aspacemgr.c @@ -9,7 +9,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_clientstate.c b/coregrind/m_clientstate.c index 2db9299300..54d2a8721a 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c4637f35a5..dd809a83df 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-2006 Julian Seward + Copyright (C) 2000-2007 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 b51668cdf4..89c8d23485 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-2006 Julian Seward + Copyright (C) 2000-2007 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 814026b699..83ece471ea 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 2238667a6a..ce93340753 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 f67c3000b1..6a1f5d3fa4 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-2006 Julian Seward + Copyright (C) 2000-2007 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 754df98cc4..bf9540b4de 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-2006 Julian Seward + Copyright (C) 2000-2007 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 e30576ee2a..76b30c31b2 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-2006 Julian Seward + Copyright (C) 2000-2007 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 9aa57c1db4..38c61ac89e 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-2006 Julian Seward + Copyright (C) 2000-2007 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 7122be85a1..6335637d6e 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 d4d34f10e2..aa60e8f953 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 6ad589151e..3bd03a0126 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 381146943b..94fb60b322 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-2006 Julian Seward + Copyright (C) 2000-2007 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 5f2ebc4089..dba4f98761 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_storage.h b/coregrind/m_debuginfo/priv_storage.h index d4e0eadece..2337461a68 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 50e57bcc8f..c0aef1fb4b 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 e3318e6b71..90484523c6 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-2006 Julian Seward + Copyright (C) 2000-2007 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 5a17118ed4..ba146b7d98 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/storage.c b/coregrind/m_debuginfo/storage.c index 2f103a9036..2763ebb74e 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuglog.c b/coregrind/m_debuglog.c index f0f2a458a4..3ae74d554f 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-2006 Julian Seward + Copyright (C) 2000-2007 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 90130157a2..8d837b34cc 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-2006 Julian Seward + Copyright (C) 2000-2007 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 bbb631294c..4e1fe00126 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-x86-linux.S b/coregrind/m_dispatch/dispatch-x86-linux.S index 17dd3efc32..8ffe813f1d 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-2006 Julian Seward + Copyright (C) 2000-2007 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 55c8e18f96..02035ce7d7 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-2006 Julian Seward + Copyright (C) 2000-2007 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 636a1f1a6c..8d183ae7d2 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-2006 Julian Seward + Copyright (C) 2000-2007 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 320f592395..8a43b0ebaa 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) 2000-2006 Julian Seward + Copyright (C) 2000-2007 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 eb39e5d108..d80858ca7a 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-2006 Julian Seward + Copyright (C) 2000-2007 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 fe972a46c1..cf72be4377 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-2006 Julian Seward + Copyright (C) 2000-2007 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 4afe9cfd51..e3f3462abf 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-2006 Julian Seward + Copyright (C) 2000-2007 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 a883cfe539..2057b55b3a 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-2006 Julian Seward + Copyright (C) 2000-2007 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 d6fe29fa7e..a81e898b2a 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c62220b095..3340726e23 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-2006 Julian Seward + Copyright (C) 2000-2007 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 f0d66301d5..62927165df 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-2006 Julian Seward + Copyright (C) 2000-2007 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 e9a2631fab..16a0189391 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -974,7 +974,7 @@ static void usage_NORETURN ( Bool debug_help ) "\n" " Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n" "\n" -" Valgrind is Copyright (C) 2000-2006 Julian Seward et al.\n" +" Valgrind is Copyright (C) 2000-2007 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" @@ -1545,13 +1545,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-2006, and GNU GPL'd, by OpenWorks LLP.%s", + "%sCopyright (C) 2004-2007, 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-2006, and GNU GPL'd, by Julian Seward et al.%s", + "%sCopyright (C) 2000-2007, 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 f607eeb038..1b56f43f44 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-2006 Julian Seward + Copyright (C) 2000-2007 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 010f533cd5..2869a7d33b 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 a0bacf002c..bd856b1e9f 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org - Copyright (C) 2003-2006 Jeremy Fitzhardinge + Copyright (C) 2003-2007 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 89db101eef..0edcf23cf3 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-2006 Julian Seward + Copyright (C) 2000-2007 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 b7bc1ee28b..69a685de4a 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-2006 Julian Seward + Copyright (C) 2000-2007 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 658025f8af..c7ee6fce32 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-2006 Julian Seward + Copyright (C) 2000-2007 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 d50e9e2c10..093f2ae8c5 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-2006 Julian Seward + Copyright (C) 2000-2007 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 a50e0d0965..490d3e43f7 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 f8304583ab..0bd3883d71 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 Nicholas Nethercote njn@valgrind.org 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 d42cf8418c..33a9fc232b 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2006 Paul Mackerras + Copyright (C) 2004-2007 Paul Mackerras paulus@samba.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_sigframe/sigframe-ppc64-linux.c b/coregrind/m_sigframe/sigframe-ppc64-linux.c index 20a6eeba48..9d04c13abd 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 Nicholas Nethercote njn@valgrind.org - Copyright (C) 2004-2006 Paul Mackerras + Copyright (C) 2004-2007 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 a6a50d16b0..33c873847f 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 cb4153e11b..b218ff3d76 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_stacks.c b/coregrind/m_stacks.c index b1e3a7fc62..cf78e4d466 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c502a3f5a3..3cb3b31146 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-2006 Julian Seward + Copyright (C) 2000-2007 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 2514069f19..20447c1028 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 b24c0fd427..4b77464974 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-2006 Julian Seward + Copyright (C) 2000-2007 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 48670235a0..38f03307a5 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-2006 Julian Seward + Copyright (C) 2000-2007 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 16f67a2060..5c78554865 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 379d437c36..e33ca5de05 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 585c7e016f..c7cba41993 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c359ecf37f..1ce46bab49 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-x86-linux.S b/coregrind/m_syswrap/syscall-x86-linux.S index 117fa1f424..5a0959825b 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 519b1bb371..8b24b614dc 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 b380e5307f..0ea52e640d 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-2006 Julian Seward + Copyright (C) 2000-2007 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 a4cdcca314..aaf35728a3 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-2006 Julian Seward + Copyright (C) 2000-2007 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 a905ab1cac..bcb0ffc095 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 a2fb0cacf8..41998f443f 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index 6b13eb7cd4..3234a2baef 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 a5d0891b1b..8510bd3f2d 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-2006 Julian Seward + Copyright (C) 2000-2007 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 a5c16e9e08..02cd19388b 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-2006 Nicholas Nethercote + Copyright (C) 2000-2007 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 a795a5962d..34bbc52e54 100644 --- a/coregrind/m_trampoline.S +++ b/coregrind/m_trampoline.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index baf254196c..82ff84c13c 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-2006 Julian Seward + Copyright (C) 2000-2007 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 b3a4cc3d80..8d4990ae92 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-2006 Julian Seward + Copyright (C) 2000-2007 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 481a982bbb..7372df558b 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_aspacemgr.h b/coregrind/pub_core_aspacemgr.h index a310b8e7bc..bd585717e4 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-2006 Julian Seward + Copyright (C) 2000-2007 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 8388868aaa..52f99ec2b8 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-2006 Julian Seward + Copyright (C) 2000-2007 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 9d7a2f7a98..ceacbd1857 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-2006 Julian Seward + Copyright (C) 2000-2007 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 47a022de1d..fd7e9fdf8b 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-2006 Julian Seward + Copyright (C) 2000-2007 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 af0a6da551..4c16543cc4 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-2006 Julian Seward + Copyright (C) 2000-2007 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 6662a563bc..8121129470 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-2006 Julian Seward + Copyright (C) 2000-2007 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 d0bdb0a775..25c1bd1a56 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-2006 Julian Seward + Copyright (C) 2000-2007 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 6368c78781..934f443b1e 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-2006 Julian Seward + Copyright (C) 2000-2007 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 7356cbcfb2..22b4f50c42 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-2006 Julian Seward + Copyright (C) 2000-2007 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 0e39362eb2..9e11754438 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-2006 Julian Seward + Copyright (C) 2000-2007 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 bad3e9f699..380ea63de8 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-2006 Julian Seward + Copyright (C) 2000-2007 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 d8858e11a5..120366b365 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-2006 Julian Seward + Copyright (C) 2000-2007 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 740dfb2401..c4da11e18e 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-2006 Julian Seward + Copyright (C) 2000-2007 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 d057b2e0cb..806e5059ac 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-2006 Julian Seward + Copyright (C) 2000-2007 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 659680ad5b..805dacc1f0 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-2006 Julian Seward + Copyright (C) 2000-2007 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 7bf33ff022..85bdae353a 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-2006 Julian Seward + Copyright (C) 2000-2007 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 dc4706be50..d5ddb2f4f6 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) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 b38853c676..2d6b961635 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-2006 Julian Seward + Copyright (C) 2000-2007 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 7c7c9c3c17..cb81cf14af 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-2006 Julian Seward + Copyright (C) 2000-2007 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 34bfd5fdea..42b08bbf19 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-2006 Julian Seward + Copyright (C) 2000-2007 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 76f960dfdb..ea7f81a6d8 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-2006 Julian Seward + Copyright (C) 2000-2007 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 12b1d0bdac..cc9e1d07c8 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-2006 Julian Seward + Copyright (C) 2000-2007 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 32bd849780..c79c6d2c9e 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-2006 Julian Seward + Copyright (C) 2000-2007 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 bfaecb024c..1aec9a25e2 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-2006 Julian Seward + Copyright (C) 2000-2007 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 afd8aa73e7..e116824da6 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-2006 Julian Seward + Copyright (C) 2000-2007 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 8223b65874..edc404aaf5 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-2006 Julian Seward + Copyright (C) 2000-2007 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 37ebd48a77..d5c5e2fb7c 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) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.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 47173415e1..6dba3c5dec 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-2006 Julian Seward + Copyright (C) 2000-2007 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 a0084dc1b7..130594cc7d 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-2006 Julian Seward + Copyright (C) 2000-2007 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 b6a5c94176..852e597430 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 bc60e2ed02..defc8fa5e5 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-2006 Julian Seward + Copyright (C) 2000-2007 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 d598acf724..cd3ace0f0a 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 22b24386c9..a0083a8626 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-2006 Julian Seward + Copyright (C) 2000-2007 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 34799325a4..f3edb62ea3 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-2006 Julian Seward + Copyright (C) 2000-2007 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 63d6f2bb8b..c50451a713 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-2006 Julian Seward + Copyright (C) 2000-2007 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 6d1dab839c..b6af17b8fe 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-2006 Julian Seward + Copyright (C) 2000-2007 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 aa2a9acafd..4fa1d1b31f 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-2006 Julian Seward + Copyright (C) 2000-2007 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 21833e37b5..9c880ab1de 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-2006 Julian Seward + Copyright (C) 2000-2007 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 99b3e2050d..d6cb80e291 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-2006 Julian Seward + Copyright (C) 2000-2007 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 6a4ef49ca7..f7999df5c5 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-2006 Julian Seward + Copyright (C) 2000-2007 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 e4872a1531..8858600a36 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-2006 Julian Seward + Copyright (C) 2000-2007 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 5c9b13ec76..5ce8d284ee 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-2006 Julian Seward + Copyright (C) 2000-2007 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 1b637561d7..876ea5f7ad 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/vg_preloaded.c b/coregrind/vg_preloaded.c index 1e5d20c04d..9dc3cba641 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/vki_unistd-amd64-linux.h b/coregrind/vki_unistd-amd64-linux.h index 617f6a3046..11bf62ae92 100644 --- a/coregrind/vki_unistd-amd64-linux.h +++ b/coregrind/vki_unistd-amd64-linux.h @@ -3,7 +3,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/vki_unistd-x86-linux.h b/coregrind/vki_unistd-x86-linux.h index 60f2f2f745..57ea32d0a3 100644 --- a/coregrind/vki_unistd-x86-linux.h +++ b/coregrind/vki_unistd-x86-linux.h @@ -3,7 +3,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/helgrind/helgrind.h b/helgrind/helgrind.h index 6ea80aeea2..24394fbeb7 100644 --- a/helgrind/helgrind.h +++ b/helgrind/helgrind.h @@ -12,7 +12,7 @@ This file is part of helgrind, a Valgrind tool for detecting data races in threaded programs. - Copyright (C) 2002-2006 Nicholas Nethercote. All rights reserved. + Copyright (C) 2002-2007 Nicholas Nethercote. 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/helgrind/hg_main.c b/helgrind/hg_main.c index 897b2adc68..172f1a7705 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 data races in threaded programs. - Copyright (C) 2002-2006 Nicholas Nethercote + Copyright (C) 2002-2007 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -3382,7 +3382,7 @@ static void hg_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a data race detector"); VG_(details_copyright_author)( - "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2007, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 115 ); diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h index d7d1e55062..0e54cde4c1 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c3639a7e1e..6f74c8ae13 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-2006 Julian Seward + Copyright (C) 2000-2007 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 92e85d4e67..8879cf3be6 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-2006 Julian Seward + Copyright (C) 2000-2007 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 fcbd69a6a4..64012820ca 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-2006 Julian Seward + Copyright (C) 2000-2007 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 53bfcd757d..e924ba1316 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c29187ff0c..d3a23bdf23 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-2006 Julian Seward + Copyright (C) 2000-2007 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 f06c4f77b1..739375c76e 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-2006 Julian Seward + Copyright (C) 2000-2007 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 756a3667bc..1ed450f5e8 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-2006 Julian Seward + Copyright (C) 2000-2007 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 b2fa8e2ac9..3e598ea327 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-2006 Julian Seward + Copyright (C) 2000-2007 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 05e944beff..37a5d29adc 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) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.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 464d596f93..dad1a42fa1 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-2006 Julian Seward + Copyright (C) 2000-2007 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 b564b4a6d2..23940995fa 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-2006 Julian Seward + Copyright (C) 2000-2007 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 eb824fe8f9..b2044f2d77 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-2006 Julian Seward + Copyright (C) 2000-2007 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 00caff414f..9b706b9bfd 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-2006 Julian Seward + Copyright (C) 2000-2007 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 aa428c02df..d8bad0a3a1 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-2006 Julian Seward + Copyright (C) 2000-2007 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 c766e49aab..e0acbd1c6d 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-2006 Julian Seward + Copyright (C) 2000-2007 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 3648de9c48..e735c08e93 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-2006 Julian Seward + Copyright (C) 2000-2007 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 eb0a86590a..70a6f6969d 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-2006 Julian Seward + Copyright (C) 2000-2007 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 32ddd6d5f1..abef49d901 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-2006 Julian Seward + Copyright (C) 2000-2007 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 2c0f697d7b..f5501702c6 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) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.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 f3fc471318..8242ab5935 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-2006 Julian Seward + Copyright (C) 2000-2007 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 10207900bb..16b3091c79 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 6c0ee850bd..57745967ce 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org 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 ec28a34c90..ecfd4a965e 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-2006 Julian Seward + Copyright (C) 2000-2007 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 602d0abb31..fda40cb2c8 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-2006 Julian Seward + Copyright (C) 2000-2007 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 e762bccfef..7471915503 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/valgrind.h b/include/valgrind.h index 3483d9e337..e4eb5bd759 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-2006 Julian Seward. All rights reserved. + Copyright (C) 2000-2007 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-amd64-linux.h b/include/vki-amd64-linux.h index 8e2d31df90..e1d05823aa 100644 --- a/include/vki-amd64-linux.h +++ b/include/vki-amd64-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki-linux.h b/include/vki-linux.h index 46c41d6bdd..c808cfdac7 100644 --- a/include/vki-linux.h +++ b/include/vki-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki-x86-linux.h b/include/vki-x86-linux.h index 5d81c710d9..8c0184a293 100644 --- a/include/vki-x86-linux.h +++ b/include/vki-x86-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki_posixtypes-amd64-linux.h b/include/vki_posixtypes-amd64-linux.h index 6a0ab3f62c..0fd834280e 100644 --- a/include/vki_posixtypes-amd64-linux.h +++ b/include/vki_posixtypes-amd64-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/include/vki_posixtypes-x86-linux.h b/include/vki_posixtypes-x86-linux.h index 6d0e551374..dc35f70e41 100644 --- a/include/vki_posixtypes-x86-linux.h +++ b/include/vki_posixtypes-x86-linux.h @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 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 c85638b503..36fe13e4cf 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 Nicholas Nethercote njn@valgrind.org This program is free software; you can redistribute it and/or @@ -815,7 +815,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-2006, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2007, 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 a130f43691..98402894c0 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -7,7 +7,7 @@ This file is part of Massif, a Valgrind tool for profiling memory usage of programs. - Copyright (C) 2003-2006 Nicholas Nethercote + Copyright (C) 2003-2007 Nicholas Nethercote njn@valgrind.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 36dc3ead6c..9c74e9b69f 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-2006 Julian Seward + Copyright (C) 2000-2007 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 2c4aac4bd9..77c381e140 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index e2f5fb3442..4580d2c3d6 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-2006 Julian Seward + Copyright (C) 2000-2007 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -4379,7 +4379,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-2006, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 370 ); diff --git a/memcheck/mc_malloc_wrappers.c b/memcheck/mc_malloc_wrappers.c index 6579012999..e9f81c943b 100644 --- a/memcheck/mc_malloc_wrappers.c +++ b/memcheck/mc_malloc_wrappers.c @@ -9,7 +9,7 @@ detecting memory errors, and AddrCheck, a lightweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2007 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 3a88332c73..389a170d15 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-2006 Julian Seward + Copyright (C) 2000-2007 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 9428209454..48d51abd3c 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-2006 Julian Seward + Copyright (C) 2000-2007 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 262908640f..7ed98a6cf4 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-2006 Julian Seward. All rights reserved. + Copyright (C) 2000-2007 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 b7fe2fdcc0..6fdcd0137a 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-2006 Nicholas Nethercote + Copyright (C) 2002-2007 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-2006, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2007, 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 0ced8b9635..2dd41f2097 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -47,7 +47,7 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Valgrind is Copyright (C) 2000-2006 Julian Seward et al. + Valgrind is Copyright (C) 2000-2007 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 c75b29554a..4969a818df 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -86,7 +86,7 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Valgrind is Copyright (C) 2000-2006 Julian Seward et al. + Valgrind is Copyright (C) 2000-2007 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 7ba4601220..173bb8dfb6 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-2006 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2007 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"