Update all copyright dates, from 20xy-2010 to 20xy-2011.
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sun, 23 Oct 2011 07:32:08 +0000 (07:32 +0000)
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sun, 23 Oct 2011 07:32:08 +0000 (07:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12206 a5019735-40e9-0310-863c-91ae7b9d1cf9

276 files changed:
auxprogs/valgrind-listener.c
cachegrind/cg-arm.c
cachegrind/cg-ppc32.c
cachegrind/cg-ppc64.c
cachegrind/cg-x86-amd64.c
cachegrind/cg_branchpred.c
cachegrind/cg_main.c
cachegrind/cg_merge.c
cachegrind/cg_sim.c
callgrind/bb.c
callgrind/bbcc.c
callgrind/callgrind.h
callgrind/callstack.c
callgrind/clo.c
callgrind/context.c
callgrind/costs.c
callgrind/debug.c
callgrind/dump.c
callgrind/events.c
callgrind/events.h
callgrind/fn.c
callgrind/jumps.c
callgrind/main.c
callgrind/sim.c
callgrind/threads.c
coregrind/launcher-linux.c
coregrind/m_aspacehl.c
coregrind/m_aspacemgr/aspacemgr-common.c
coregrind/m_aspacemgr/aspacemgr-linux.c
coregrind/m_aspacemgr/priv_aspacemgr.h
coregrind/m_clientstate.c
coregrind/m_commandline.c
coregrind/m_coredump/coredump-elf.c
coregrind/m_cpuid.S
coregrind/m_debugger.c
coregrind/m_debuginfo/d3basics.c
coregrind/m_debuginfo/debuginfo.c
coregrind/m_debuginfo/misc.c
coregrind/m_debuginfo/priv_d3basics.h
coregrind/m_debuginfo/priv_misc.h
coregrind/m_debuginfo/priv_readdwarf.h
coregrind/m_debuginfo/priv_readdwarf3.h
coregrind/m_debuginfo/priv_readelf.h
coregrind/m_debuginfo/priv_readstabs.h
coregrind/m_debuginfo/priv_storage.h
coregrind/m_debuginfo/priv_tytypes.h
coregrind/m_debuginfo/readdwarf.c
coregrind/m_debuginfo/readdwarf3.c
coregrind/m_debuginfo/readelf.c
coregrind/m_debuginfo/readmacho.c
coregrind/m_debuginfo/readstabs.c
coregrind/m_debuginfo/storage.c
coregrind/m_debuginfo/tytypes.c
coregrind/m_debuglog.c
coregrind/m_demangle/demangle.c
coregrind/m_demangle/vg_libciface.h
coregrind/m_dispatch/dispatch-amd64-linux.S
coregrind/m_dispatch/dispatch-arm-linux.S
coregrind/m_dispatch/dispatch-ppc32-linux.S
coregrind/m_dispatch/dispatch-ppc64-linux.S
coregrind/m_dispatch/dispatch-x86-linux.S
coregrind/m_errormgr.c
coregrind/m_execontext.c
coregrind/m_hashtable.c
coregrind/m_initimg/initimg-linux.c
coregrind/m_libcassert.c
coregrind/m_libcbase.c
coregrind/m_libcfile.c
coregrind/m_libcprint.c
coregrind/m_libcproc.c
coregrind/m_libcsetjmp.c
coregrind/m_libcsignal.c
coregrind/m_machine.c
coregrind/m_main.c
coregrind/m_mallocfree.c
coregrind/m_options.c
coregrind/m_oset.c
coregrind/m_redir.c
coregrind/m_replacemalloc/replacemalloc_core.c
coregrind/m_replacemalloc/vg_replace_malloc.c
coregrind/m_scheduler/priv_sema.h
coregrind/m_scheduler/scheduler.c
coregrind/m_scheduler/sema.c
coregrind/m_seqmatch.c
coregrind/m_sigframe/sigframe-amd64-darwin.c
coregrind/m_sigframe/sigframe-amd64-linux.c
coregrind/m_sigframe/sigframe-arm-linux.c
coregrind/m_sigframe/sigframe-ppc32-linux.c
coregrind/m_sigframe/sigframe-ppc64-linux.c
coregrind/m_sigframe/sigframe-x86-darwin.c
coregrind/m_sigframe/sigframe-x86-linux.c
coregrind/m_signals.c
coregrind/m_sparsewa.c
coregrind/m_stacks.c
coregrind/m_stacktrace.c
coregrind/m_syscall.c
coregrind/m_syswrap/priv_syswrap-darwin.h
coregrind/m_syswrap/priv_syswrap-generic.h
coregrind/m_syswrap/priv_syswrap-linux-variants.h
coregrind/m_syswrap/priv_syswrap-linux.h
coregrind/m_syswrap/priv_syswrap-main.h
coregrind/m_syswrap/priv_types_n_macros.h
coregrind/m_syswrap/syscall-amd64-linux.S
coregrind/m_syswrap/syscall-arm-linux.S
coregrind/m_syswrap/syscall-ppc32-linux.S
coregrind/m_syswrap/syscall-ppc64-linux.S
coregrind/m_syswrap/syscall-x86-linux.S
coregrind/m_syswrap/syswrap-amd64-darwin.c
coregrind/m_syswrap/syswrap-amd64-linux.c
coregrind/m_syswrap/syswrap-arm-linux.c
coregrind/m_syswrap/syswrap-darwin.c
coregrind/m_syswrap/syswrap-generic.c
coregrind/m_syswrap/syswrap-linux-variants.c
coregrind/m_syswrap/syswrap-linux.c
coregrind/m_syswrap/syswrap-main.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
coregrind/m_syswrap/syswrap-x86-darwin.c
coregrind/m_syswrap/syswrap-x86-linux.c
coregrind/m_threadstate.c
coregrind/m_tooliface.c
coregrind/m_trampoline.S
coregrind/m_translate.c
coregrind/m_transtab.c
coregrind/m_ume/elf.c
coregrind/m_ume/macho.c
coregrind/m_ume/main.c
coregrind/m_ume/script.c
coregrind/m_vki.c
coregrind/m_vkiscnums.c
coregrind/m_wordfm.c
coregrind/m_xarray.c
coregrind/pub_core_aspacehl.h
coregrind/pub_core_aspacemgr.h
coregrind/pub_core_basics.h
coregrind/pub_core_basics_asm.h
coregrind/pub_core_clientstate.h
coregrind/pub_core_clreq.h
coregrind/pub_core_commandline.h
coregrind/pub_core_coredump.h
coregrind/pub_core_cpuid.h
coregrind/pub_core_debugger.h
coregrind/pub_core_debuginfo.h
coregrind/pub_core_debuglog.h
coregrind/pub_core_demangle.h
coregrind/pub_core_dispatch.h
coregrind/pub_core_dispatch_asm.h
coregrind/pub_core_errormgr.h
coregrind/pub_core_execontext.h
coregrind/pub_core_hashtable.h
coregrind/pub_core_initimg.h
coregrind/pub_core_libcassert.h
coregrind/pub_core_libcbase.h
coregrind/pub_core_libcfile.h
coregrind/pub_core_libcprint.h
coregrind/pub_core_libcproc.h
coregrind/pub_core_libcsetjmp.h
coregrind/pub_core_libcsignal.h
coregrind/pub_core_machine.h
coregrind/pub_core_mallocfree.h
coregrind/pub_core_options.h
coregrind/pub_core_oset.h
coregrind/pub_core_redir.h
coregrind/pub_core_replacemalloc.h
coregrind/pub_core_scheduler.h
coregrind/pub_core_seqmatch.h
coregrind/pub_core_sigframe.h
coregrind/pub_core_signals.h
coregrind/pub_core_sparsewa.h
coregrind/pub_core_stacks.h
coregrind/pub_core_stacktrace.h
coregrind/pub_core_syscall.h
coregrind/pub_core_syswrap.h
coregrind/pub_core_threadstate.h
coregrind/pub_core_tooliface.h
coregrind/pub_core_trampoline.h
coregrind/pub_core_translate.h
coregrind/pub_core_transtab.h
coregrind/pub_core_transtab_asm.h
coregrind/pub_core_ume.h
coregrind/pub_core_vki.h
coregrind/pub_core_vkiscnums.h
coregrind/pub_core_vkiscnums_asm.h
coregrind/pub_core_wordfm.h
coregrind/pub_core_xarray.h
coregrind/vg_preloaded.c
drd/drd_strmem_intercepts.c
exp-bbv/bbv_main.c
exp-dhat/dh_main.c
exp-sgcheck/h_intercepts.c
exp-sgcheck/h_main.h
exp-sgcheck/pc_common.c
exp-sgcheck/pc_common.h
exp-sgcheck/pc_main.c
exp-sgcheck/sg_main.c
exp-sgcheck/sg_main.h
helgrind/helgrind.h
helgrind/hg_basics.c
helgrind/hg_basics.h
helgrind/hg_errors.c
helgrind/hg_errors.h
helgrind/hg_intercepts.c
helgrind/hg_lock_n_thread.c
helgrind/hg_lock_n_thread.h
helgrind/hg_main.c
helgrind/hg_wordset.c
helgrind/hg_wordset.h
helgrind/libhb.h
helgrind/libhb_core.c
include/pub_tool_aspacehl.h
include/pub_tool_aspacemgr.h
include/pub_tool_basics.h
include/pub_tool_basics_asm.h
include/pub_tool_clientstate.h
include/pub_tool_clreq.h
include/pub_tool_cpuid.h
include/pub_tool_debuginfo.h
include/pub_tool_errormgr.h
include/pub_tool_execontext.h
include/pub_tool_hashtable.h
include/pub_tool_libcassert.h
include/pub_tool_libcbase.h
include/pub_tool_libcfile.h
include/pub_tool_libcprint.h
include/pub_tool_libcproc.h
include/pub_tool_libcsetjmp.h
include/pub_tool_libcsignal.h
include/pub_tool_machine.h
include/pub_tool_mallocfree.h
include/pub_tool_options.h
include/pub_tool_oset.h
include/pub_tool_redir.h
include/pub_tool_replacemalloc.h
include/pub_tool_seqmatch.h
include/pub_tool_signals.h
include/pub_tool_sparsewa.h
include/pub_tool_stacktrace.h
include/pub_tool_threadstate.h
include/pub_tool_tooliface.h
include/pub_tool_vki.h
include/pub_tool_vkiscnums.h
include/pub_tool_vkiscnums_asm.h
include/pub_tool_wordfm.h
include/pub_tool_xarray.h
include/valgrind.h
include/vki/vki-amd64-linux.h
include/vki/vki-darwin.h
include/vki/vki-linux.h
include/vki/vki-posixtypes-amd64-linux.h
include/vki/vki-posixtypes-arm-linux.h
include/vki/vki-posixtypes-ppc32-linux.h
include/vki/vki-posixtypes-ppc64-linux.h
include/vki/vki-posixtypes-x86-linux.h
include/vki/vki-ppc32-linux.h
include/vki/vki-ppc64-linux.h
include/vki/vki-scnums-amd64-linux.h
include/vki/vki-scnums-arm-linux.h
include/vki/vki-scnums-darwin.h
include/vki/vki-scnums-ppc32-linux.h
include/vki/vki-scnums-ppc64-linux.h
include/vki/vki-scnums-x86-linux.h
include/vki/vki-x86-linux.h
lackey/lk_main.c
massif/ms_main.c
memcheck/mc_errors.c
memcheck/mc_include.h
memcheck/mc_leakcheck.c
memcheck/mc_machine.c
memcheck/mc_main.c
memcheck/mc_malloc_wrappers.c
memcheck/mc_replace_strmem.c
memcheck/mc_translate.c
memcheck/memcheck.h
mpi/libmpiwrap.c
none/nl_main.c
perf/tinycc.c

index ac47b6a582c8b97ec506b3409d10e9452c8fe8ec..c516ac4403972ef7df64a7a460d4971b181f9598 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 28edb5766284ec4947e1434b0d8a9782abe477b8..c9ef4d449efa343ddc6f14205c10251a3516d971 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2005-2010 Johan Bjork
+   Copyright (C) 2005-2011 Johan Bjork
       jbjoerk@gmail.com
 
    This program is free software; you can redistribute it and/or
index ea6d2cd20c1347a4539d87e8efd951c28fb8269a..528efa746b997a451cc7cd5e274483dae65579e5 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index bb05ceee833fbdf161858de769691b0c85e53ffb..984545159f2e3fa4d0bb3b69caa293a9a560f39b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 8d6039b5a4ec1b9d1b8486074156ea48e3f7bec1..16e4a7249e8d1cfb9efc4128594efb3bd07c2f2e 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2010 Nicholas Nethercote
+   Copyright (C) 2002-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 9bd6b2ee01aa426d7c074e9f2f56adafb291a983..1db7fb592af2a63f646088bd2c419efeefd966d4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2010 Nicholas Nethercote
+   Copyright (C) 2002-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 8e439365c70d15fc5e98586ad93d3c05469247ab..4b36204cec004d95cf7bfe64e06728d04d8365d2 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2010 Nicholas Nethercote
+   Copyright (C) 2002-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
@@ -1685,7 +1685,7 @@ static void cg_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a cache and branch-prediction profiler");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote et al.");
+      "Copyright (C) 2002-2011, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 500 );
 
index 7917627cccd969563c92fe385b4b5434de34a09a..9564c625c61b51e03f9d234855010bc18fcf2e4a 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Cachegrind, a Valgrind tool for cache
   profiling programs.
 
-  Copyright (C) 2002-2010 Nicholas Nethercote
+  Copyright (C) 2002-2011 Nicholas Nethercote
      njn@valgrind.org
 
   AVL tree code derived from
index d465bb3a8482a24c16f176010529b79f9dfe92a0..a16b25e3a1670325b45daea9b3f840cfb6c6a66f 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2010 Nicholas Nethercote
+   Copyright (C) 2002-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 6deafb0eedb79840212c2cb8e2b7b37162074c65..5a0f4656c2c754c82f3fc3b60246f00ff93b08b1 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index ccc850d1cb959f57f9c9e2fab7de56e7e6d38f6f..ad8caeb88c2f19e18887f116ada3fad1481e3f41 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index ff50911dface7ce66fb0572aacc31c730064edcd..476db9799d2e31c358bf40466412295db2107218 100644 (file)
@@ -13,7 +13,7 @@
    This file is part of callgrind, a valgrind tool for cache simulation
    and call tree tracing.
 
-   Copyright (C) 2003-2010 Josef Weidendorfer.  All rights reserved.
+   Copyright (C) 2003-2011 Josef Weidendorfer.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
index ec48369c730f9b13d35b17e685b1ebb85ffe0a27..59dc1176f57afcdae044ee38245935d3343402ad 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index fc99b0df6211027c32e32b9e3f384c9cc37aa36b..28bc397f47b26ddb43a4305a63958ede7cb5bb95 100644 (file)
@@ -2,7 +2,7 @@
    This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This tool is derived from and contains lot of code from Cachegrind
    Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org)
index 92b4056dc03b0044f10ea9e807419fae1c8a416c..42d8e4f707995c91be2647d664c34f9dc022d8a2 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index e989d1127320189e1cccfab81de6ee2224967128..357fcb4cbac0e1f7f7973995cf66e268a120eaaf 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 966aa747f35c16e356c6623d410ab6f49c3d1242..0b602de7ece38b055ffc73d2edf00b1f5b3d9ad1 100644 (file)
@@ -2,7 +2,7 @@
    This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This tool is derived from and contains lot of code from Cachegrind
    Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org)
index cd57f4bf77d1a8b7980cfde6873d31f36c8ab8d4..7db9ec57ffb4037d8b46ff9c3fee709a5f2814d1 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index fb5a77a380ab84a74ea69f290592fc3220d8ba0f..9d38b06be4630bf0ac923a2b3559916f923ee059 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index d892ccb050643ae03055b878d85a29c045ff2944..5a4cddd244674f9ed583536bd1054daaf64282bb 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 288a7f401d6bdc7da4601d5f3f75d2109c32069d..6a503066a9020c6d8e52654641b8e11b52b62776 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 50b35af2a40fa8e872e8f95f56ae189e089cd7bd..f40665b3ea838895d8ba5c40ad71888f1d04ebfe 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 6f8e07de51d80e04c50a30d9814b092daa985a4e..c44f360fa3f435ef1cf2ebfe9fb32e4cf152bcfc 100644 (file)
@@ -8,10 +8,10 @@
    This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This tool is derived from and contains code from Cachegrind
-   Copyright (C) 2002-2010 Nicholas Nethercote (njn@valgrind.org)
+   Copyright (C) 2002-2011 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -1891,7 +1891,7 @@ void CLG_(pre_clo_init)(void)
     VG_(details_name)            ("Callgrind");
     VG_(details_version)         (NULL);
     VG_(details_description)     ("a call-graph generating cache profiler");
-    VG_(details_copyright_author)("Copyright (C) 2002-2010, and GNU GPL'd, "
+    VG_(details_copyright_author)("Copyright (C) 2002-2011, and GNU GPL'd, "
                                  "by Josef Weidendorfer et al.");
     VG_(details_bug_reports_to)  (VG_BUGS_TO);
     VG_(details_avg_translation_sizeB) ( 500 );
index 17785d9eea0d57ff935ff0af08c1fad272717cb6..c1deff72e8bb8e712fe95a5cd2ee40357e545e70 100644 (file)
@@ -7,10 +7,10 @@
    This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
-   Copyright (C) 2003-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2003-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This tool is derived from and contains code from Cachegrind
-   Copyright (C) 2002-2010 Nicholas Nethercote (njn@valgrind.org)
+   Copyright (C) 2002-2011 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 562cc6d1d76fc276f1412e89f55fe78a3ef44a6c..03b8c61d3d306c4442eb2fdadd21cac95d740b95 100644 (file)
@@ -6,7 +6,7 @@
 /*
    This file is part of Callgrind, a Valgrind tool for call tracing.
 
-   Copyright (C) 2002-2010, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
+   Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 902d1759209167a2692b3a9c1930c3da12fd19ed..6a200c3e67169ac0809061ce789bc4c3b91cac24 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 71931163b2f7ce4e20ff7b37466877dc0ae33492..dfac89ed8265e64e4870a3ddbc387391bb2b3e9a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 Julian Seward
+   Copyright (C) 2006-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index d2e0ba5275f506c5ae2f9b28b319205a7f67f3a3..7f7717c5ecfc81701a2759da42c961dbd5005beb 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 4d1094abee03ab80e6e0cfe8106f01ab5c14c357..1a8b088c73a088deacfca398c20ee37adb558947 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 874d3219cb0282a24c17197c634c7c3572342e07..ade252e3a1c50c9fc30bb34fd25f51c0c8060df4 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index d487540e1559b11090b69137112564f7719f59f8..6b9d710190f61a30137233d29cf92f1851e6c4ad 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 161e571ce33e85ad19a0a0168964845b3eba098b..76f22a96e631135e1c8b56370496f17fcc3de741 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index caf0e8aa1626c3b357aed40ed020bc796363d9c3..77a8f346fd6f37c5bd9aa01e7aab57fdae87b5df 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 2947f79b4f325b47603ae4a4aba644c9f4421369..1942fb8731fbea5b040b5f243d39f1701acdfd8e 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2010 Julian Seward 
+  Copyright (C) 2000-2011 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 75de646c0740d12987f4299f0d4c183cd3bbee52..bb559f4103258de43aa12d2362df9953d2fd4625 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 125c5533eac5a828f43de12afe9902df132f4292..540cd30ecbfeaae89dc21066f54a8fd147ad125c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 284d6679965f60ca281671efe60560a7c857505a..cf7bdf624d1a882c8d8ed5e1e156227e2c165637 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b5bf39d72a8d53914a52b40f4be89bcd1149a6df..39df3e1497657b21b2aa563e640da505ca47ab45 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index b6703e9b31644a6cb760ef907f489b14710df370..bc582947ba0a6894d4b453306374fcf96c7a3843 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP and others; see below
+   Copyright (C) 2008-2011 OpenWorks LLP and others; see below
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index a16ef3ed70c2e1496b9b889c95d049c56a872658..fba4182732aa2e8340dcdee5f2c469d4d1696afe 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index f0b23c3b361c231ac63a28f697eb78abd727a14d..9147953587e4e4adc8265dab844bb91fac69b8f4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c8162e3da5ae6f60c7f957f5e01c6ab4828376af..4cef0849edc60f47e5fdcddc61fcc856ce94c323 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index f185f6641ddfd83d1f3f66c4ad7fb2e0855a9992..087667089114ea7ea68931d916acc30879c2a954 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 00bf2970738cee576f89980cae0c92e005b11e3f..2df00f3f5c235d3b08461ffdeddc5b034f66a959 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b36c74248cc79c78ac6ae27925b1764efe1279d0..99f0ad4cada5b1339ae8f850de1dc96ea54184fe 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 97812cd55027dce4ad8225062d5b885bdbe740d8..9a03134777620538b571d4f99a2f6c760c3e14bf 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 93cf7d5cff9edda520c5d9b3aeaa3666541a9e75..adb05247814a4a2122f81380ec130145921227ad 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index e37f251ed5268ba4978ab23078622ffa1f6de865..c5370047424ece508e27921215bf0585cff469c6 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index c62cca92047c50b7559618141757004bca46769e..96aa27d4dce8572e9488de0e90d02698c477e5dc 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 00abb009a78e4cdb2564c765a3454ef3639b1be2..8487243db8d220e7d7cba21feda2a6e3db142454 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Apple Inc.
+   Copyright (C) 2005-2011 Apple Inc.
       Greg Parker gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index b0f6303c907d62366962657e3aca4da85afb1cf3..e62721b14d7aeb94709fa251637d29e70c8e9fda 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 16e9a0e44f6877593f4104af29efe59d04519675..2a9938fb3e1b820f1557a61a9cbe9edd461be1b5 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c16813bbf5a93a664d0ad4ca8452b5622307e731..dba5288cf3d65e61f88f69b18d99a1a375644ab0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks LLP
+   Copyright (C) 2008-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index c3dcb191eed0ba7ab346bf4c12bec4cfad699eb2..ab580ed8f696e0dbefbb8ff5fe7f57a685089ff8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5fc47f3e5d3b786f5c45c643fc53f60d9b0858bd..5b5b422f7b41e0cac0a592d45b0887a044f55e21 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 285b0a356e29c831c4e95bad45883e3d53e46be0..66835ee3abc7c7e98ffb28427e2dd79541094826 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4fd663f8138cb63948fe802ddf1fe99a31142485..a3e22d5a83eb07c3ca8050d80d91004bd8afeaf9 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2010 Julian Seward 
+  Copyright (C) 2000-2011 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index f3de4459b7dba74883dda065e6ea9ea3e5cbe167..9e2334957ea74e8bc73331cb47da439d50d19366 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2008-2010 Evan Geller
+  Copyright (C) 2008-2011 Evan Geller
      gaze@bea.ms
 
   This program is free software; you can redistribute it and/or
index 8249c38da008c0f35bdab559e2c0ca2bd3a15ff5..edf6065fe94d715f136de4cde5a79ad7daeb2352 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2005-2010 Cerion Armour-Brown <cerion@open-works.co.uk>
+  Copyright (C) 2005-2011 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
index 0438831ee7dfd694f336fd4d3ca814569591266e..4c08a7e67e0b20fa13adc8822eb0ecb97bfe0d8e 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2005-2010 Cerion Armour-Brown <cerion@open-works.co.uk>
+  Copyright (C) 2005-2011 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
index d5ee6e1eedbcefca0f3f322653e4aa970680f9cd..3e13ba65e98b978b392e027888aec0d0e83f26e0 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2010 Julian Seward 
+  Copyright (C) 2000-2011 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 17be47a468f9a43c986286f2e488e593e516802d..793542c952c65ab85f625681dc38e5cb698b6e54 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 80574feb01fb1c6b8bde23b18b39b4436b316cbf..208684d1a72583981e543c2b2e9358b2c0d16fe4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 80275f07003974d48f145eea87b879f1598cbd9c..0aa2ad609f89e20b327938d39792811c1e0405da 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index c5ad6c7709af94165baa658865cef5a0c0623d1c..eccdd2b7f8b1596487cc123256a3a6f93fea54b1 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 07d6b446ce15b2d731d2b991715aadd5730250bd..1f5b95cc61ecce10988e43225c1adfcaab0ce12a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c01bedcb32cef3c39ea841c21a2bf04461040886..c7a189240c2e200694aaf137b94813f0621c9b21 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 0b8ab414372a2241ab0fca34bcac2a1e779429d1..fd11cb7bb5bf1654419f4a85dedebd41d6b6179c 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index eba50999e5ca857ff8975133ac78ee386765a8b3..b9b24f677e67732331fdea9eb1742dc8bacbf074 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index df65d104ada0f92b1f8af3478d3e1dc40c6d1246..e5f9bb85e677615ae6ebdad3fc2d845aa7d7ce86 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 470ef732cb2e6c964605746a452a164928268fb5..6b9160c03dd6b96b0850ce2473e17c36ea21e37b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2010-2010 Mozilla Inc
+   Copyright (C) 2010-2011 Mozilla Inc
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index dad69c7aba2ea9d64d61fb1a2ed3c46093294e9b..6f65e4df042712efbf4109de03da5da57283bfa7 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8eb9238ac35830dd1ab5f25026494e4bd5951179..912609636e24cf4c6ddb6f8b4f50f243cefc9514 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 85c147861e5ad7e87d1fe6dd7b2fa448147c873a..17923227fc9355829f57d846995aa9616e493464 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -244,8 +244,8 @@ static void usage_NORETURN ( Bool debug_help )
 "  Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n"
 "\n"
 "  %s is %s\n"
-"  Valgrind is Copyright (C) 2000-2010, and GNU GPL'd, by Julian Seward et al.\n"
-"  LibVEX is Copyright (C) 2004-2010, and GNU GPL'd, by OpenWorks LLP et al.\n"
+"  Valgrind is Copyright (C) 2000-2011, and GNU GPL'd, by Julian Seward et al.\n"
+"  LibVEX is Copyright (C) 2004-2011, and GNU GPL'd, by OpenWorks LLP et al.\n"
 "\n"
 "  Bug reports, feedback, admiration, abuse, etc, to: %s.\n"
 "\n";
index 9881246e9a04aa6751a5461f9ca3e3b38af28608..010c4c992ee8c7df31cf9be969e0a3b5e3f584c4 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index a1bceace0c36fab4c7d3339e398628f9ad3189f8..59cc4b752e97b436b2b06e588bcbde537d1468c9 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 003a3cf1f15dcfe8a2d27164f7f76bc6bb453ed9..ea09b52f99f8500df38bc2180da94acf7f03ed98 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 5b59144054681900c0092618d6213077ee85c2ac..ab3ad296b5a4b6b2416b26808b30e4f81f152290 100644 (file)
@@ -7,9 +7,9 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
-   Copyright (C) 2003-2010 Jeremy Fitzhardinge
+   Copyright (C) 2003-2011 Jeremy Fitzhardinge
       jeremy@goop.org
 
    This program is free software; you can redistribute it and/or
index c861fde4df4986845fce6325c5aff24afde63f54..baaa3bec6575729807d50832a00b119e3109dbe8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 3d7e491fe95aa5411c11c4a558be9728ab3b63ed..725b13ef088b739855f833c5693821305372fca9 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 1d3b920d7cce4d11a0f439b162e3988f86b4d6c1..d439b091bc07c150a314b33ca8dba48b36063063 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 881bb3afc391eacb2710e05e889b15a526d215e7..995f44c61decfb2ae29c495aafd1cc3ad5fdfa6d 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 25af75f88083bdb02e4eff4ff5d42c53c36cf70d..90097b70dd2e292f354ebedeb6262941508b2db0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c61273ff0fb4c16dd7075f0985b360fb0a33a0dd..9a5c00412915bf34de178ffc6b751965401e3912 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index ed0913439f15ab78cf61aa2b0a5fc06bcce74c49..1cf8cd33e1bc43f1104504272faa06f368a07756 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks Ltd
+   Copyright (C) 2006-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 710a34bcf78f3c950538208e0fe1e7a385020f78..bef5d82097ed2441aedb528a492427615076bcbc 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 988b9906f1e1b38e73d298a29253e569eba968ed..441c351465551c4f7d2ff5e152870bf2d5ef02c9 100644 (file)
@@ -8,11 +8,11 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2004-2010 Paul Mackerras
+   Copyright (C) 2004-2011 Paul Mackerras
       paulus@samba.org
-   Copyright (C) 2008-2010 Evan Geller
+   Copyright (C) 2008-2011 Evan Geller
       gaze@bea.ms
 
    This program is free software; you can redistribute it and/or
index f19f71fe199ecdf1fdd11a19b79a2c4945ba3b9e..736ce4f66d9ae7519bdca66bfc1f89a0ab285706 100644 (file)
@@ -8,9 +8,9 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2004-2010 Paul Mackerras
+   Copyright (C) 2004-2011 Paul Mackerras
       paulus@samba.org
 
    This program is free software; you can redistribute it and/or
index 2e6dc0fdfa936e761c9cf1d2936efcd9261f5dc4..44bb2697f8d9b304af9c7e834c6ff25b8658bb2a 100644 (file)
@@ -8,9 +8,9 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2004-2010 Paul Mackerras
+   Copyright (C) 2004-2011 Paul Mackerras
       paulus@samba.org
 
    This program is free software; you can redistribute it and/or
index 47348e275258b44c23fbd8e661dffd43b6136fa6..79dd413fa8236261555630abc730a7cd0a34848b 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks Ltd
+   Copyright (C) 2006-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 079fc710a44c28972ac12de6ab9cde7a39ea75d6..b931e5fce66bfbf2447b4569f043609e05ad0222 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index fcb3d0f71b7b251f534a5f8b5f289c65389f8d65..fa2a124fc74d2ab1cd88883f37dd985f0296b4d2 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index db395aefd6514c76ada8f21c08412e3231668e41..13bdd185c05780e57edfe43fda8a6dabbe768a24 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index f445749cad92cff57e1aa4eda1f72b46b5db0165..0014b607f3cecdc44b56368873d381b064ac3ca6 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 522661e8c660d41ab211cdc9fff1950794c7431d..bb76931402a8b1b858e19d5370768a81563c9f93 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 1047d5dcc08f4e81e7fbd9654aae268d49f6e414..fc06c25ab85330838350935bfc998a8580a269e3 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8d058b035b1a5a5cb192a6f764e1ca1b39a25837..f811f29db2f6450381b54e2c5c84c60548cbc80e 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Apple Inc.
+   Copyright (C) 2005-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index 82073612b7ff1bcfe7a8d63d98c99ec52103ee36..f2c97443104ee58190bf5e6ad9d8b94f2d857bd7 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 413c130bbcd717ef1a689382e5cdeb45b43e3d4b..8143373e82e9536899f4a38f60f0c14d62c6d2f6 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index bbc6e36dc9cddc49359ab527b6acc19ad973f163..1d0f5b79d4b649776ce3a78138ae917331ce377c 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 62784de3bc2a7358f3a0702844812fbfb12d6fe0..40ff55dae4ab39f4cddc1d01ab3ae7932e3b994c 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index a7890b26ed248d803841fe6ce6378c48f91026c8..8069cbdb64df18c8467cf51c7eb96950e14f7cfc 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4c9b64ed19d65b1a805734ca3e5793548801f48e..7147dbab6dfafcbd6ca23b3982bfdf2adbace3c9 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2010 Julian Seward 
+  Copyright (C) 2000-2011 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 327d44264cd1ca8d3d79dc12d766e1b2653893c8..0696b6a9975f28698c83426eb869477748d6893b 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2008-2010 Evan Geller (gaze@bea.ms)
+  Copyright (C) 2008-2011 Evan Geller (gaze@bea.ms)
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index b23eeb0b2eebf08965f4e8f5d3d3f075c4645eca..90b4a73f6b76b9ce5820bf7b59bd872bb4fa06e9 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2005-2010 Paul Mackerras (paulus@samba.org)
+  Copyright (C) 2005-2011 Paul Mackerras (paulus@samba.org)
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index aea8e85fbd889f3996adbb12ceabca0d09fcbc3b..9fecd043ec2101517d69e0c20e56b2fda8808cae 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2005-2010 Paul Mackerras <paulus@samba.org>
+  Copyright (C) 2005-2011 Paul Mackerras <paulus@samba.org>
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index 2361de09528efb51fea9b7a5a43a2b1ce8a57fc3..594c5c642c55f1675d5e85e429b5fec943ad1930 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2010 Julian Seward 
+  Copyright (C) 2000-2011 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 20ff97d1e33798b16588733c076c73c65a89a620..0863abfa852c5c083ec4db865befa9909ab6c0fc 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Apple Inc.
+   Copyright (C) 2005-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index 5377969541ebfdc13be01339d1859d54912c5201..935eefb8548f3c7b222f42ccd436f555c16e3706 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index f9993b2af62697428ca913362aa18372539f7fdd..08aef5351ae95a602e08d5a3ecc826077f641cb4 100644 (file)
@@ -7,9 +7,9 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2008-2010 Evan Geller
+   Copyright (C) 2008-2011 Evan Geller
       gaze@bea.ms
 
    This program is free software; you can redistribute it and/or
index 2b5ba1468e08a35a375d8e8aedcfd884ff5c121c..27923bfcd0bd2f2880ad436a3184bc3338cc9980 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Apple Inc.
+   Copyright (C) 2005-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index 87a7c1104f7527c821bd6bd72169e224d523ccc5..f140f403d048fd80aedf241d8a0baa46f7c8423c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index dc433ec3a6c46ddc193ce81fab2aae0a02eaed7d..2c8d8c494a7796a3294795dff25576c9dd9e5633 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8e5397cda3ffeb9d9cff79fc119449421c8d5779..aab005a1a50bdccb678e90af3641e2c6ddede1ed 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 78ccef0f1b7f22c15782b594727034eb4bbfb565..991e00986180a375e5b5bf2198709babbbd70afe 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b03a6f9201cca47df0cf9f476f012ec9081cef21..6a62867ecde2fa1afe2fa6367feac2d2861d7e25 100644 (file)
@@ -7,8 +7,8 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote <njn@valgrind.org>
-   Copyright (C) 2005-2010 Cerion Armour-Brown <cerion@open-works.co.uk>
+   Copyright (C) 2005-2011 Nicholas Nethercote <njn@valgrind.org>
+   Copyright (C) 2005-2011 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
index f6e4c6844fb54a7bfc0ec58b69b8d42a082582d0..fbb5ba51795f9bbb1ad528e4b0ce1569b1735e29 100644 (file)
@@ -7,8 +7,8 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote <njn@valgrind.org>
-   Copyright (C) 2005-2010 Cerion Armour-Brown <cerion@open-works.co.uk>
+   Copyright (C) 2005-2011 Nicholas Nethercote <njn@valgrind.org>
+   Copyright (C) 2005-2011 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
index 737fc75b8241b97e3f79f62b6b04c809467f1cf2..6096d4ac7e9e6fc52e958d79bbe82a3ac9686344 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Apple Inc.
+   Copyright (C) 2005-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index aa7c0b68be1afbbcb4658a1d7bdb413694e1bc35..b0b821f95fde8ce1dbb4ec19597f9c7042bb7402 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index c45ce214b5bc464438f24ab27433f6aaf37924a5..d2f6acab4b88f45a4368b441d2ac0a91427feb80 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4bfbce2af84dc52ee5487831f9b91fa074b12b82..d13a811bf956ea354b03c70dd421e9a5714c3600 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Nicholas Nethercote
+   Copyright (C) 2000-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index e2b721136ec0750f25b756bcac8924bbc2e2734e..bc227005e11cfd16d3871b3bfddc0a711f45fae0 100644 (file)
@@ -7,9 +7,9 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2010 Julian Seward 
+  Copyright (C) 2000-2011 Julian Seward 
      jseward@acm.org
-  Copyright (C) 2006-2010 OpenWorks LLP
+  Copyright (C) 2006-2011 OpenWorks LLP
      info@open-works.co.uk
        
   This program is free software; you can redistribute it and/or
index 7eb6847a4470eb3d3d354af1b677583f875880c2..41ba2b8aa8c78ccd628bcdce98466b570e776d93 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index f08afa930c5d3dc4f69eb3de9392321783eb42a2..fac0b1f994d95b61e3ff7791a87b4930307c87b2 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4ab8712f3eeec2a0050177523cdaf0f1870dbfad..e8cd0c2638e8864f586aa5e8dd47eaedc97b7a27 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 72f26b36f9844583da589de742fd07b093580772..b1fd26ffb0ca633fdbe11d62f03b5b3b7944a411 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Apple Inc.
+   Copyright (C) 2005-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index 931da63ed25216a82001052f73d0b919c4f35e52..12501826973daa11ef12cb6e995088d5f5950c89 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 13ca99192defe1675f0a406d4d5a4ae48d8c7a2c..c1a65144aeef5cf674444c09a70798490e7fa81d 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index aab6e91c8bd92ea09681f0a813814b71a45a69a5..94417aa3e861015ed9af104ddf00a3989e8f788b 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 172500aab389f9d13f138c68efdd8a3ed5334b84..a47cb63b5f70b3f74111b68516f530afccd49d32 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 3047f9018fb408a7e8217c3c1325f35f3a70bbee..e64715a4537bb5578af3d705b8814e8f670cb882 100644 (file)
@@ -9,13 +9,13 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 Julian Seward
+   Copyright (C) 2007-2011 Julian Seward
       jseward@acm.org
 
    This code is based on previous work by Nicholas Nethercote
    (coregrind/m_oset.c) which is
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
        njn@valgrind.org
 
    which in turn was derived partially from:
index 8c4c0e9f2f13b38bebedde3688db3fd2426d8222..8859cec2e6205443c083bc6dd72c755604067e24 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 0ad35ef5d7872daff9641ca41956b9edee1724d5..20b5288c10fb842d7f91ab1f230421f68da325e4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2009-2010 Julian Seward
+   Copyright (C) 2009-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 3b244256b55bc70a3b9ea48be3f1c53301f827eb..bc4dc7f806c586a9d884e88dfdb52d4add3ab3a6 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 760cccd34f57875f442f3d0693bd124cf3c1aa6b..f0861d4ce2d6a7547339a69aeb994b9c0cb3ba0d 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 80ee1a63528bf19ce7032a26d9eecdfd00a7aaaf..a060734b020a2790ec89027c7f15eff29349ae3e 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 0766dd901d656c6cd5754044ac93ce85a7d491ad..4f4c9129b9731956ee0dea0a870d04c7b48c2579 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index dc349a40be78631ac3af68752ff4bf5ded689b1f..4483ffbe0f6fc3d96e557e26fb52a335e98baa62 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 80c4c47615e7138028c1a20b43bc26debbf3692d..827910067d41bc55048557d98cddcc7eee3edeee 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 96d41f866a15baee69a765dc4c1c4c13f5794e4c..a8a8744138da14bc28ac4272d219b29dfce57ef8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index e4bed87f8a80f8b33a6d57a94648b0e339692c9f..7cceaef4c7bc0babc7e1682f6fa6879cc732159a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index e3131a2df10f2c5017b4c7f6543b03ffe80c4bdb..b149cad6e27eaba84dbb61a9a523504093704fdd 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index da9ec3e3249418be4acbdcdc5c2d4061593aaa52..dbe6a28a8de399f455b7808270bb7255b13c315b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 865963e0a6ff4418dbb1eff666f8e68cf7e8ebee..6ec70208994fda8a95f36afa82fe13d4f2eca24b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 39bb4adcfea0f41b1ef6bfb8ea706ec6d8ace7d6..2300874ff0a184c132d926ff5004f282f3737605 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 47b8313224169aa2dd7259691d45026901b1ff8e..6de7fcf323f0bce94538aafeb4722d45391cfcf9 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 77a7afecf21a766039d7924887eb9a9a9836436f..3e7b4a20d77b25ab8fda8cc132657d85932863e6 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c3462e0390e18be1d36b987d4eb8d9e4dd752cb0..c9f5aa950c62427fdadc367957cd7f2f6842ea9b 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 713500e6c8833cc89f8a12928d822a4febcf753d..7dac88a2ae28a499b35802cdfc7b108f1c8b2072 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4c9c22f77d1e0d804a708b305c31b140c711af59..0c92da1d420fb2e600ec4ed484017ed5724c7146 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 864be65bcfc07df357e3faf42b7683566eb3d4c6..9c6dbfaacc646a2129647668d3a261adf9574984 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 427bd5f5271506fe63d1d39b190faa868303dd14..c0a34a7e4def6ec90c21ce6d6eb1e825280d72bb 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4c89627496bee3aac1fa658c897feaee32a2c84a..182591ab8095f0be23be5cd1c45ad01ba0548947 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 9cfaab20d51559a792924459c2c250dc4923b229..884d56a60c491cb73918b4d5aa1a27e2b62ba433 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 471d5d215ca552eb849db7a1b9fd5414295a8a65..5f0842590fb0bb75f52824d2cf957e1667aa826e 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8b078c12fe53e5b64d328824049952215508653a..cd9c18a29b32e62c0b38d8f155d87114fcef6127 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 215eacc80ba911296411468f89072a7d9a6f137e..fec29b36db48f673c0a38fe83a2a90a55729dc20 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2010-2010 Mozilla Inc
+   Copyright (C) 2010-2011 Mozilla Inc
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 8862b010d6d90ff59afb98e908fde0ea77ecd0db..47d71d46b9881428055bdfeaafd5445a84834e90 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4261b883f0351898624ac5287133f2847292e2fb..ee65b977c45975310c276f26e99f1a71c480d4b9 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 1d32abfd406b69d70c547860c61dde67bab4dc04..c192f19f5ef77d50e68781b8fe265006c0fb89c6 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 9b06a59d6b52ab14365c499802372054d77edf4e..970424bb03afc2e7bbfdc0f38fff95ce755d83a9 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8bff1ab636aa66c5fcb0849d8965af651728be95..dc6db2551695e7189fe359091bc3b4dd9c9f09d8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 8bd12f7f3df49f23679299623f9d5104242d5a60..2533f2baf7816d5afc4c1a95ee47017f24533b02 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 7a6b26d05d0d7f9682ca9f48c89734e3aff7064a..2c622750fb538b822cb38ba8937845719dfa5d77 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c2b22fce72cf6e9298197305a090bf50b5e598b8..8d3d97c5ac84c556223278b8f15cdc7cd7952845 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 04f21e66b6a145573898bf2c1f23b1eb36d0f89a..097678f91214fbe3838cf2f1c668fb805b191360 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 8eeb42ebfe1361f177d23d1a23de1c1181f488e2..7d85759ba511cdd4477b6aac4d9a76c579550b8d 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 10182bc152b76a9b0c1a6d9e1f32d04e4e1dddea..dae2c3fe92b9517c7df2e577658b42c843868008 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 33a090121d86f83ae5fe7a25bbe5c15b91b50b8d..34f7b16a5b1e118b2938217b92471f1589278f7f 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 97e39baa2761dfa8a0ffbe5d5c5861bdb585ae19..f3b249d2f18e13b1843a2f406538bc38eafacbd2 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 6181405e7a80dd55f7feebec9e7711f0800e80e1..dc35bd88ff7eae08beb6d4228feafaa96fe1d721 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 1e1bbbccd408460a6c46af623e989c24e8b7e898..1b6d35fcc9afc3d652759e80237e8d91a633ac77 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index f3ba4641a96eba380f1a278018f6406baabf3ab0..b2cebaebbd4237b7c8447148603034f2aa5d88ad 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 31c66e3b7c65319b6147dca7be3d05e19e59d379..e49926e129d77dbc34fce8a3a432e14bd46ab9aa 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 946f3234841ee443821bc3b22de948bd6b22dae9..e0ce16e35e8b89c100668537bcc7b5ff03305f7d 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8acde4f8b32a0426808c1ff92ff2f23e742baf2a..87fd86841ee5e5b54f27a26e08a468de92693fc0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 02113aa7a44d9857f5f4c0f2b5f96c76b744ac9c..c6c24055d7f3c80390581f327ff84428ba053a2a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index d89cbed487109a8a1ebaa821135a0addc0cbdd82..34ffee96e6178e55234ef20e0ad1ec7697ed41a3 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index f76924764a926058bf8b99c26473349a8743ea1d..6d43a7ac3c7b89a93e688eb3475336e5c5d924ae 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5d89502553c6e8345b7789a842ff56143fb2725c..4228033aaa5cb3738c160089dcb0cdaec1389366 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 63729a201dbf1924acd5dd36f5c76f3264c27531..f314e76e67a927ce6f2b0bab8a9a33d161553bb6 100644 (file)
@@ -8,11 +8,11 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 3e1fbf28f3bbd55cdd238d464d65b1f284bc4fb6..9b0da602d438a165ad6e54d844b92217a9dd35fd 100644 (file)
@@ -7,11 +7,11 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 661213bde37bcbda6acafe50088d47d4ded86ff4..739adab5e84037f3fb9d87e7de387f1a7df3d6ee 100644 (file)
@@ -7,11 +7,11 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 30bb9ad4eb319ac055d31d5e008234f118ab0028..425ed4cacf1d3b3aca17dbcbc0cad057f11c2882 100644 (file)
@@ -9,13 +9,13 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 Julian Seward
+   Copyright (C) 2007-2011 Julian Seward
       jseward@acm.org
 
    This code is based on previous work by Nicholas Nethercote
    (coregrind/m_oset.c) which is
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
        njn@valgrind.org
 
    which in turn was derived partially from:
index c8e04566908b37d7f9c49c292fd8fb3aa4064cbb..80aedf198697444d1cea64d3e6c79ae5ba9dfe28 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 169bb72f1ff9d2ec4f10f56ceffe87be46a1aa80..a16b3c82edc0256e0393a22b2ccd519515704659 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5d3e0d3a52e17a922fb96876af0d0da2c516a431..f944ef6ecffd46a3f6febe188c7801055fa4ed87 100644 (file)
@@ -11,7 +11,7 @@
   from memchec/mc_replace_strmem.c, which has the following copyright
   notice:
 
-  Copyright (C) 2000-2010 Julian Seward
+  Copyright (C) 2000-2011 Julian Seward
   jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 34020e0b9e1fdbcd401e482db3f00cfa453472aa..6c927d2ecd23a556a4299db66dc4cd530f08f601 100644 (file)
@@ -6,10 +6,10 @@
    This file is part of BBV, a Valgrind tool for generating SimPoint
    basic block vectors.
 
-   Copyright (C) 2006-2010 Vince Weaver
+   Copyright (C) 2006-2011 Vince Weaver
       vince _at_ csl.cornell.edu
 
-   pcfile code is Copyright (C) 2006-2010 Oriol Prat
+   pcfile code is Copyright (C) 2006-2011 Oriol Prat
       oriol.prat _at _ bsc.es
 
    This program is free software; you can redistribute it and/or
@@ -607,7 +607,7 @@ static void bbv_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a SimPoint basic block vector generator");
    VG_(details_copyright_author)(
-      "Copyright (C) 2006-2010 Vince Weaver");
+      "Copyright (C) 2006-2011 Vince Weaver");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    VG_(basic_tool_funcs)          (bbv_post_clo_init,
index 810a289a3b6a8f9d7123410796bb9cbfdc02b7c2..ae4b6dca705481cac00fe4e8170b9909cf3ffcf1 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of DHAT, a Valgrind tool for profiling the
    heap usage of programs.
 
-   Copyright (C) 2010-2010 Mozilla Inc
+   Copyright (C) 2010-2011 Mozilla Inc
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -1348,7 +1348,7 @@ static void dh_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a dynamic heap analysis tool");
    VG_(details_copyright_author)(
-      "Copyright (C) 2010-2010, and GNU GPL'd, by Mozilla Inc");
+      "Copyright (C) 2010-2011, and GNU GPL'd, by Mozilla Inc");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    // Basic functions.
index 54fbc624deda753717b1afbf8fa934fed3e083d6..2a022eac8eb2bea788835c76994161ee3dd0e97a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2003-2010 Nicholas Nethercote
+   Copyright (C) 2003-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 21be3bb57cc635b7cc6f0199be67bccf44e6f545..8fcb7c82357c3fccf81fe4c6d57c1656b38e6b49 100644 (file)
@@ -9,9 +9,9 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2003-2010 Nicholas Nethercote
+   Copyright (C) 2003-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index fa1aa42ac43b2248c7c59686acda3318d79fe397..bfac359bb063cc0383072cafe14c8b4259740630 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 676efe5f5f2fccca9eeb7248e419593929cc5fa1..2250b435401b995a9a972d5bd5d44656ec8f2e05 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 21edef182b764c9052a6f57ebb2117f24ea3a318..ff1576388a463041059fa4a098705f664f2f9435 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
@@ -73,7 +73,7 @@ static void pc_pre_clo_init(void)
    VG_(details_description)     ("a stack and global array "
                                  "overrun detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2003-2010, and GNU GPL'd, by OpenWorks Ltd et al.");
+      "Copyright (C) 2003-2011, and GNU GPL'd, by OpenWorks Ltd et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 496 );
 
index ea384c945d4b32b0016219e40142a22a0761d358..c6939e2dba35b8bc303df21445718d2942baa738 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 31d2fb69d8c044b8cd9aa3de55ac541abc4ced02..729147876905b12330e884d0ee35b6eaa70627db 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Ptrcheck, a Valgrind tool for checking pointer
    use in programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 14808770802ae1ad306467cf074599ccb2ea120f..d59734ef47f3976d709beb5a29b87a1df69fc149 100644 (file)
@@ -11,7 +11,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
       info@open-works.co.uk
 
    Redistribution and use in source and binary forms, with or without
index 5bbe6080d94ad4dc894a857213fe2ce02bd2b1fe..c4afc465cb5d4db59285bd4df7b63d4c270338b3 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks Ltd
+   Copyright (C) 2007-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index a454a9045837f8cc009eea64e5947c795f9de34e..d5585e268ddf3126c316b846578ee950018d0251 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks Ltd
+   Copyright (C) 2007-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index d7bc6ef6b767fcebb2047d35e0227e200677610d..abe3a0d5ee5652fb6be6b83e798c0e0733ee0ddb 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks Ltd
+   Copyright (C) 2007-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 115ec9233b6db1e1892fd851744f3943748d7479..91f00d5793c2459d5dc3b5bc013cf076d0cb926c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks Ltd
+   Copyright (C) 2007-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 47b06450dcfb49290ddf9bdf11fa34373cbe2e68..a30edfd169a6b0c90e456798c3ed1486ae0f8747 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 49aa74281778758686e7ad6a16d82a6f5cc5b90c..55099070ee3e7a0b262ad886cb4cd2ac1128d9d6 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks Ltd
+   Copyright (C) 2007-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 1a6291af4beb6a8be66d0c9358918ef6ef7ee5fc..4579891476e6ff6481916e36f5642881163603e7 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks Ltd
+   Copyright (C) 2007-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 49e76925b139e765a22514fc2f9da72d56afc6cb..c1324db6245714a60b819d0cf27f40b4a29ca7ad 100644 (file)
@@ -8,10 +8,10 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
       info@open-works.co.uk
 
-   Copyright (C) 2007-2010 Apple, Inc.
+   Copyright (C) 2007-2011 Apple, Inc.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -5083,7 +5083,7 @@ static void hg_pre_clo_init ( void )
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a thread error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2007-2010, and GNU GPL'd, by OpenWorks LLP et al.");
+      "Copyright (C) 2007-2011, and GNU GPL'd, by OpenWorks LLP et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 320 );
 
index 468ff168e0cbc3795953b449b1fee861800f1796..ef76c8090df7ac0cd3a8b4c66f9ac816ab6f0b3c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
        info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 20f8bdb3a3b42b16002221e741deea600fb1c5f6..7f9698868822ead44a227ce817733c0da3c999a4 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting errors
    in threaded programs.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
        info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 10768d03ce30af989bfcfd576bf672131703072e..51ec2c869cc7b865809871bf8cbd134da5925281 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of LibHB, a library for implementing and checking
    the happens-before relationship in concurrent programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 0e3f90c9ee08cee4f570e24699eac0d4159f855a..9be904e840b9b9b3f92588098c5befdb805698a9 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of LibHB, a library for implementing and checking
    the happens-before relationship in concurrent programs.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 00f0093dbffd0d0e50d83540030911b419697fb3..6114631235cd2304d31a76c99909a949c93a4f1b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2009-2010 Julian Seward
+   Copyright (C) 2009-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 100b6326952879723a83e49d7dacb1eef7f53f62..a2862c71681505e449537e52911c123be9201b5c 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4e75496a96e710b2be0493ca2e0357261fdf964f..ae7bae69f4a305f416e2edf6936ca19818afa654 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 57a9d2d99dd7f15bff038fed547d81c92fc011fe..a22be33a6e8ce96753de79ad7eab6ad3299f8c0e 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 81df4e5060ebc21f25d5687b4b257fbaef9ea928..76bf11596832720e8fb4d3c32dacb6f1d4784983 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 33ae9bbf93b3af43526baecc7a177195181073e5..7643fb2b88c970a7d3fa7cb6acb1b08b97842cd7 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index eac41b14361c82501711b61a8a768e494958a796..1307546046ad855d24bbcf521a7a19a5455e0306 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 53695ade94a77d602f10267d109c844fc67ff3a8..c0c96bf0d3b9a1f76ea76cf5113a668426ac6fb1 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 42e6b8e2c0cb177f7c08cebafed80f817b682a59..3d80ebffb0b2e457a7842c298a520d9f3d85ce55 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 19c6d751f39f53848fac16a40e0dd5985488f87b..13df96306c56d2a15db862319c78ed230aeb0a2a 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 50c08445b9c6b7fd108ee35b26ab1906db4d5407..d2a0d4a74f7a700b9a75f6a8b6c7b89754364e7b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 665ab0e18116bd78674cd08a735d537f0417b82d..0aa2cb3c97a1b06a9f6770ce3f75f35db4fa31f2 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index bc7c9f42146f70078a063cb512edbf8c11c56d84..8034116f23d1b32727fb611e8886df7f13adad75 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 700f50de9e9432df4b85ef1f6a5d5daf96f2173f..acef295356ec7de4e790b58b91dd40f8b971e4e1 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5cd4e764a0c3604198c09649792fec0f61e80c94..697bff366ed9cc7c8e0d5d1281c6719ca72e925c 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 423a7f75dc0505acb5fb9cc92d0f9c0002cfb099..190bd5ade738536d457838fab514162e02e4ca8d 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index f37b8595d85615ad47ad43ac739b28218d9fff6f..3c25365bd686d78717b4b8fb7b07b5139f94461a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2010-2010 Mozilla Inc
+   Copyright (C) 2010-2011 Mozilla Inc
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 025c84acbeb14224d92b703ae92a713e00491839..33043a089f94cbd795946c4ecea2b831a89139d4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 7a957c1741aa8e0e4949b4e178b63d14896fdaad..c86fff004ca249b11725c1288ff2d4138cd3dc2d 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 694e1f542858c2526d4d693f8c38378288a8f203..a71a1ffebc69c9f5ed2b6900478f19e859466437 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 50493d772dd3ea539c7c8d226d689ddce97c6d22..c37c7be1ff55c51f27bbe4ccb8539cf8c7b6a214 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index bc71daa799f889da25eb88b826b0d818973bb7d2..204e54b840e6d7302c9ba066063a9859842f4fc2 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 1649f8c9febb5c8e2826c0857b97547b9e7cf41a..738f4338648473da24f293918acc8fce8a20b146 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 7db215d422d19db81a2e61567b52e9ada877801b..1f07ac4ea8daa907ea7f01ec1494b900dce269cf 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index acce3be2abdd02ba3ae4a072276a339e1be4d10f..cb025ec50acaa3ffcdf32204b25369f4ea055357 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 3ffefd51a53aa34a804b0ba4a05233106168c48d..0596315f10c2fe02d50553793e90ab5d599b9870 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index d03704354a829f80bac78396235f3fd7e64e1fa1..5505a5028bb4742c0e20c4896894d62df716c9d5 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index d22a8242a9595f5659ead37b5ef1ae5189b3ae26..fef6865733a66cf253b14c207f45c0094dad67a0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 993abfdff2b9443adcb85f17f5af47f29bea3721..c6582b27b8056e1abcb3cb406a1d4559839e65f0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index ac346b9ec29a67b609f1cbd9656b844569aa500b..9a17f858480ee0e4b3b11be6e17f2fe16c33d83f 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 4657d5d002d171b64790d9f6aeb1ab156cca891c..921c1592d7610ff24311dd24bb90cae3e3fc8fc9 100644 (file)
@@ -8,11 +8,11 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward
+   Copyright (C) 2000-2011 Julian Seward
       jseward@acm.org
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index e9d62610fec098dd1dafa06831bd4c4000483d60..4303d178fe6118c0d13539a2a18ae7c18cf18d2d 100644 (file)
@@ -7,9 +7,9 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 8af414172c37a183db6da7738a8a3a8f57a892ca..018cb19bf98345fc9b80552d78580de29f7c8113 100644 (file)
@@ -7,9 +7,9 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
       njn@valgrind.org
-   Copyright (C) 2006-2010 OpenWorks LLP
+   Copyright (C) 2006-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 77027ade11e66dceb8f1c5e58d81d8f228f2a3be..bdc325b517c9a4cd3f1c4245534f22b677e4a1d1 100644 (file)
@@ -9,13 +9,13 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 Julian Seward
+   Copyright (C) 2007-2011 Julian Seward
       jseward@acm.org
 
    This code is based on previous work by Nicholas Nethercote
    (coregrind/m_oset.c) which is
 
-   Copyright (C) 2005-2010 Nicholas Nethercote
+   Copyright (C) 2005-2011 Nicholas Nethercote
        njn@valgrind.org
 
    which in turn was derived partially from:
index 69a8eac06c1ef478e21c9fd8ae78e20a27047d23..9b699874db76c1366da95bbd1d70a709b449befe 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 OpenWorks LLP
+   Copyright (C) 2007-2011 OpenWorks LLP
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 10ca6b8b6551741b1505d5177fa64db8dd109eb2..9d20fc945ac6062130c0ac8cbe8dc95218efc6d6 100644 (file)
@@ -12,7 +12,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward.  All rights reserved.
+   Copyright (C) 2000-2011 Julian Seward.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
index de3fd41ee1ff6c364d5dc1377b34ce999043c7cc..8c0bcbac36c5e43f38174cf2c9cfbe4db0237fcb 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index e4d28d7482f83340c10e6c67d35f180a66599327..dfc883dfe1e103c7cfbb00b2d70d3a1247d0f3b8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 Apple Inc.
+   Copyright (C) 2007-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index 25fba8ef5da04e825ae46fb50ebd48c998c2e294..a53d523f716387088a1256bd4c7c180b6b37005b 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 1862410a6eb60fed71fe01a8aee2f1d8f511befa..32a2fc9a933536fa6e753b91c304b82e8f218178 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 043dbadf5f3f837147089d040e4d613cb3f346da..e9f910b9c0af4438b4317d6fbd59d09a5d3fc4bc 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 6ab8e6e9c1faec4f413af89282c0a244c228e13e..a5c452423ffb5211917a6abcc494570e52ab193e 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Julian Seward
+   Copyright (C) 2005-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 3b0a91d208c25e0d9f91875eb80cb5958b518a0c..2b002e573806c3dafa67d4de4c8e7d11976556d9 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Julian Seward
+   Copyright (C) 2005-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 42b2bf03356b55ccae4598259a4b1213d35a47c3..2bb3025418aac8a9219a9f2a730b118eb2af9bf6 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index abf85159111ae74d6fadac89fa43741a652d58e7..d0c5ba6b3e8262716a7a0e97142ad16096a24aff 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Julian Seward
+   Copyright (C) 2005-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index fdccc5676b7e29e8c135ff98ae783569bca829c6..6e50b5bb976d007b95a58c29f582a0f47e2fdf80 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Julian Seward
+   Copyright (C) 2005-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b6e88e9b3989e11db43f4e53b3b1a4eadfa4677b..81db2398d9ccbcd7cf3d9831be622a760e27ee95 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 099be098d3f57a23bda3db945385f4652cd7cc63..0a184fa249fd8d1d54941e252116a7b8e4780c14 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2008-2010 Evan Geller
+   Copyright (C) 2008-2011 Evan Geller
       gaze@bea.ms
 
    This program is free software; you can redistribute it and/or
index 30a83801ff8cdafe96c4fd0e0be28c0cd8f74207..516b97c64542cd60df10ac466d6c270d9f78aa51 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2007-2010 Apple Inc.
+   Copyright (C) 2007-2011 Apple Inc.
       Greg Parker  gparker@apple.com
 
    This program is free software; you can redistribute it and/or
index a9d1743d4898dea52b88df473abf021bfcc701f9..3eb20bae5951fb3d96fc383746c2ae5f778042e5 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Julian Seward
+   Copyright (C) 2005-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 58b3d10385a2fa3522d643e5543398d65fc95f62..75c5b82c188e2d9ef6d9991b8e53df14d7d122a5 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005-2010 Julian Seward
+   Copyright (C) 2005-2011 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index ee7ed4e6cdc2061ad9c37586a3b6f56ef8751b04..9bdd86d6516517fe07c8649f36662749f80cb01a 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8f8aec8f373294038e2eb3eb7b5064800d342d15..2a14104739c208068d55d89b6b0f0b9884478364 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 9e908b734af506ee1d5ead6171c6969403296fdd..f3ba90ad148cbf7d40f2c903a4a0311e34a95155 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Lackey, an example Valgrind tool that does
    some simple program measurement and tracing.
 
-   Copyright (C) 2002-2010 Nicholas Nethercote
+   Copyright (C) 2002-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
@@ -967,7 +967,7 @@ static void lk_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("an example Valgrind tool");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2011, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 200 );
 
index 48661072f04106bc51faa866c15065e986ebab52..d134ab12ac85ead6164bd6666222b860b0e99d9a 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Massif, a Valgrind tool for profiling memory
    usage of programs.
 
-   Copyright (C) 2003-2010 Nicholas Nethercote
+   Copyright (C) 2003-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
@@ -2568,7 +2568,7 @@ static void ms_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a heap profiler");
    VG_(details_copyright_author)(
-      "Copyright (C) 2003-2010, and GNU GPL'd, by Nicholas Nethercote");
+      "Copyright (C) 2003-2011, and GNU GPL'd, by Nicholas Nethercote");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    VG_(details_avg_translation_sizeB) ( 330 );
index 6eedfda76ff7e661deb0a1444a7c9ceb4164c62d..07b3d568f2215527cf527a5dcb27c9e6f2a0614a 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5279603297b264395828f722ef5dee5106d4d98d..11e76a37fa3eeddaef0fd3542ed2e16c574d9ec4 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 34b4032321ec212e1d683a66045e9f307326496f..944ef27daf56e45242b9399701c00599d60e7971 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 0c72b2dd903ff00103ac1eb67823a54078393cef..df84c5fab922f96e52457fe163090b305b1294a3 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2008-2010 OpenWorks Ltd
+   Copyright (C) 2008-2011 OpenWorks Ltd
       info@open-works.co.uk
 
    This program is free software; you can redistribute it and/or
index 66ebfcd3ba559c6cc8d65171c2ed763c17f54431..a69845fe05bb5af4f144a920e0f3146684a3ad2c 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -6057,7 +6057,7 @@ static void mc_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a memory error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.");
+      "Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 640 );
 
index f110ff1d5ee6ec3c664f66e10054be1cc3a09b92..e1fde6c65db707359d055f388f68b1993f2607e7 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5785b23e9e60ae0c74880353bb4adba49def8fbe..7661a96b98669fdfafb78c149844f6d934caa9f3 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 96996d3ab82cd5e155e8f685038f40b00c18a475..fcd79caf32647b3dacef389663ec9b9cfc034cae 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward 
+   Copyright (C) 2000-2011 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 757dda7a61d6c54879c8bb879447976839833119..984be3162f26834c3127d07236eb51fa71e6129f 100644 (file)
@@ -13,7 +13,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2010 Julian Seward.  All rights reserved.
+   Copyright (C) 2000-2011 Julian Seward.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
index 000231ce65b71169b105601415bf56542ad4950a..25b6be599bb10d237cc0478346cbe1932f999574 100644 (file)
@@ -18,7 +18,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2006-2010 OpenWorks LLP.  All rights reserved.
+   Copyright (C) 2006-2011 OpenWorks LLP.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
index 05719e5fe77f84ab80eff0fb9efa8d8776b5b390..4c1bb18f9e2ef979a62ea5b5f7d8d6072ec8e579 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Nulgrind, the minimal Valgrind tool,
    which does no instrumentation or analysis.
 
-   Copyright (C) 2002-2010 Nicholas Nethercote
+   Copyright (C) 2002-2011 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
@@ -55,7 +55,7 @@ static void nl_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("the minimal Valgrind tool");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2011, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    VG_(details_avg_translation_sizeB) ( 275 );
index 68c171d639d2e10d8c88fb3551186eb6f7537513..339f78979cbee1925ed98f492b5028b707de7f02 100644 (file)
@@ -21285,7 +21285,7 @@ static int64_t getclock_us(void)
 
 void help(void)
 {
-    printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2010 Fabrice Bellard\n"
+    printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2011 Fabrice Bellard\n"
            "usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n"
            "           [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n"
            "           [infile1 infile2...] [-run infile args...]\n"