]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update copyright notice for 2005 on all relevant files. Don't bother trying
authorNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 16:22:54 +0000 (16:22 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 16:22:54 +0000 (16:22 +0000)
to be selective about it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3303

122 files changed:
addrcheck/ac_main.c
auxprogs/valgrind-listener.c
cachegrind/amd64/cg_arch.c
cachegrind/arm/cg_arch.c
cachegrind/cg_annotate.in
cachegrind/cg_arch.h
cachegrind/cg_main.c
cachegrind/cg_sim.c
cachegrind/x86/cg_arch.c
corecheck/cc_main.c
coregrind/amd64-linux/core_platform.h
coregrind/amd64-linux/ldt.c
coregrind/amd64-linux/syscall.S
coregrind/amd64-linux/syscalls.c
coregrind/amd64-linux/vki_unistd.h
coregrind/amd64/amd64_private.h
coregrind/amd64/amd64_private_asm.h
coregrind/amd64/core_arch.h
coregrind/amd64/core_arch_asm.h
coregrind/amd64/cpuid.S
coregrind/amd64/dispatch.S
coregrind/amd64/helpers.S
coregrind/amd64/jmp_with_stack.c
coregrind/amd64/signals.c
coregrind/amd64/state.c
coregrind/arm-linux/core_platform.h
coregrind/arm-linux/syscall.S
coregrind/arm-linux/syscalls.c
coregrind/arm-linux/vki_unistd.h
coregrind/arm/core_arch.h
coregrind/arm/core_arch_asm.h
coregrind/arm/dispatch.S
coregrind/arm/jmp_with_stack.c
coregrind/arm/signals.c
coregrind/arm/state.c
coregrind/core.h
coregrind/core_asm.h
coregrind/gen_intercepts.pl
coregrind/gen_toolint.pl
coregrind/linux/core_os.h
coregrind/linux/syscalls.c
coregrind/stage1.c
coregrind/ume.c
coregrind/ume.h
coregrind/vg_default.c
coregrind/vg_demangle.c
coregrind/vg_dummy_profile.c
coregrind/vg_dwarf.c
coregrind/vg_errcontext.c
coregrind/vg_execontext.c
coregrind/vg_hashtable.c
coregrind/vg_instrument.c
coregrind/vg_intercept.c
coregrind/vg_intercept.c.base
coregrind/vg_main.c
coregrind/vg_malloc2.c
coregrind/vg_memory.c
coregrind/vg_messages.c
coregrind/vg_mylibc.c
coregrind/vg_needs.c
coregrind/vg_procselfmaps.c
coregrind/vg_redir.c
coregrind/vg_replace_malloc.c.base
coregrind/vg_scheduler.c
coregrind/vg_signals.c
coregrind/vg_skiplist.c
coregrind/vg_stabs.c
coregrind/vg_symtab2.c
coregrind/vg_symtab2.h
coregrind/vg_symtypes.c
coregrind/vg_symtypes.h
coregrind/vg_syscalls.c
coregrind/vg_translate.c
coregrind/x86-linux/core_platform.h
coregrind/x86-linux/ldt.c
coregrind/x86-linux/syscall.S
coregrind/x86-linux/syscalls.c
coregrind/x86-linux/vki_unistd.h
coregrind/x86/core_arch.h
coregrind/x86/core_arch_asm.h
coregrind/x86/cpuid.S
coregrind/x86/dispatch.S
coregrind/x86/helpers.S
coregrind/x86/jmp_with_stack.c
coregrind/x86/signals.c
coregrind/x86/state.c
coregrind/x86/x86_private.h
coregrind/x86/x86_private_asm.h
docs/xml/vg-entities.xml
helgrind/helgrind.h
helgrind/hg_main.c
include/amd64-linux/vki_arch.h
include/amd64-linux/vki_arch_posixtypes.h
include/amd64/tool_arch.h
include/arm-linux/vki_arch.h
include/arm-linux/vki_arch_posixtypes.h
include/arm/tool_arch.h
include/basic_types.h
include/linux/vki.h
include/tool.h.base
include/tool_asm.h
include/valgrind.h.in
include/vg_profile.c
include/x86-linux/vki_arch.h
include/x86-linux/vki_arch_posixtypes.h
include/x86/tool_arch.h
lackey/lk_main.c
massif/ms_main.c
memcheck/mac_leakcheck.c
memcheck/mac_malloc_wrappers.c
memcheck/mac_needs.c
memcheck/mac_replace_strmem.c
memcheck/mac_shared.h
memcheck/mc_asm.h
memcheck/mc_errcontext.c
memcheck/mc_include.h
memcheck/mc_main.c
memcheck/mc_translate.c
memcheck/memcheck.h
none/nl_main.c
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp

index af1a9c7da9592fe005f49e26b46f8c249ba6ed70..91584cc502a6c8a1022c0d399f71f01fcabc63b1 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of AddrCheck, a lightweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -1304,7 +1304,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a fine-grained address checker");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 135 );
 
index fcd2ca58d652c1d322f8e19969e0ed1ab23c7609..c44010dcef21d15cd104c6c1f886a5b154c0a8cd 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index c6693f19b09cb78944c229b9958fc58a86ab4de6..9a1967ed8a05de4d2db818b5cd950fee973a3c27 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 9085a8f9973c843e0312700e996998fd0ae11b3c..44d3528897128dc53ab1b2352b29c23aadac465f 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 17d19eea6daa9a5d7c1d20cece5895b0d55a1ec6..dcc6fbf75f442ee0c04b1eb4da6095990a68b85a 100644 (file)
@@ -9,7 +9,7 @@
 #  This file is part of Cachegrind, a Valgrind tool for cache
 #  profiling programs.
 #
-#  Copyright (C) 2002-2004 Nicholas Nethercote
+#  Copyright (C) 2002-2005 Nicholas Nethercote
 #     njn25@cam.ac.uk
 #
 #  This program is free software; you can redistribute it and/or
@@ -158,7 +158,7 @@ usage: cg_annotate [options] --<pid> [source-files]
     -I --include=<dir>    add <dir> to list of directories to search for 
                           source files
 
-  Cachegrind is Copyright (C) 2002-2004 Nicholas Nethercote.
+  Cachegrind is Copyright (C) 2002-2005 Nicholas Nethercote.
   Both are licensed under the GNU General Public License, version 2.
   Bug reports, feedback, admiration, abuse, etc, to: njn25\@cam.ac.uk.
                                                 
index c12e0d9a0d214621c36881113e51f37c123e127e..991ea9f6be9b071f9515d5df7f064b9f35bb4676 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 4f4c55bbafd359a1162ec0ca3ff6c1b904f322ad..7b7d3c9a45d29de13edd8b2f84282ae2280eab4f 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -1123,7 +1123,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("an I1/D1/L2 cache profiler");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote et al.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 155 );
 
index bc849dbf995d81235db960c8e58d78e542667a31..8fc250763e2570ffc07662c4927484f6a9975c1c 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 0cc918d3725318f4ab5398ce72b1520a0e1e4e2f..4d7551059ec2b19501e3bf633e2f357b6f571a05 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 99981a0832483b86e9c6d78feec40d8ee905f98f..26015708740515b22955ed89d6406067c5eaaa17 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of CoreCheck, a rudimentary Valgrind tool for
    detecting certain basic program errors.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -37,7 +37,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a rudimentary error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    VG_(needs_core_errors)();
index 6134abb5f4a9e7e125f9679820db4ba517d57fb8..7d236e26040b5d26cf901c7bd18164c9d0f0faf0 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 3c195851d79fdab0c1a16bd1ed5f021ecd9491e9..5b7c4637eea78bd10ec42a14724db8af3f51a82a 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index bcbff727cc817085e9ae5c54a9d7c81029859bf5..d16ba893d046dd01410272a179e89381ab0a236e 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index e386cafe1555983d22d9016f549346ff96c21363..4efad8c0c033cb72a86d33a6da7cafff8acdfd58 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index bcf47eae52715410f05bbd0b80b80fc431633f62..0c94fa7efd090e126ef990dde229726bac8826b8 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index be9f4fd209ac522f37e1f099726f5be50e5b097e..e1ec2bed09b51644a88324f3968ac2759b59faff 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index bcbb3bd556d368b16c593fb9dcc43495bff537a9..7db97c05de65988ee9f96a23ed704c4a437756a3 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 16aaf37a4cf9a8db8495bcdb7003ff04cf11ed55..c6ad3d467da533cfbc2fbd4d75ed855d7705b8dd 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 9af20f3e55a869c715b684e40694e80a3a4009ba..95fe0a24d4ae418f5102620845663e82362733a0 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 12b740215c6c552b8f221a3c8e79f679cd7970c6..3b3829844d58e949ef85c0250be3ceab0aeb1bf3 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index b8c8bdc3e5cdc01d46ab31ea3f1dc0abf5159697..ef31330239a41dde5e6cbc54b0ff976fb59f34ab 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 864f42fff100656df777f589d3f76d864b0dcee9..b1d44c56a05c27c7bc09ff10e62186c1be2c35bb 100644 (file)
@@ -6,7 +6,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 5355a5430f06679199b31854bc5a150cb9f3ece7..fc34eff6a9545fa556a1c3f1efa76b9d2a30ebdb 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 03a291302b5517e8e6385c3696001905a190bf3c..423bc3a6480317b00cec0e8668e0273a6088abe1 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 028b3b9c57669da6356ee735ef8a41231dd1e1c3..69a2a4ca38991031b228bfb716e1f3a10f2f8ad4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 6ec2dbed09adb24c63d925b7788eb95fd5b187be..1cd1a3f23e018f00bba1096551fcf5681df75d8c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index fa530125fb947aa8cbee30ecb9d197e13495a35f..03370d477fd781b89536047a5a5e45773f89bcb7 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index b09d6007613ac311be3af39ce6898aa90174fcf5..0218148b450b9a6dd91007179404ecf4ce33bc57 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 2f415e342605aa957b31586d28501a71601010f9..6ecfc9714328658780715e9c140ba479981e085e 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 2ad94ae1627637fd6858acc1b771363595b83ba7..8d6007915f8e8349938a9fd76f3d6019bc7db6b5 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 4a63a3bf2e5d97aedba57ab902dfa714af0c766e..184a4e112f71c7b5903613015ebaf4430f2a588c 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index c1e338d7c080891f03ad5d8594eddca724c1e060..69b149af6afa97c7c4975b3450af584d148ea77c 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 4b22803d8725d610518ee6caf85573f39801f0e6..63e2a22c18a9f85debdf3caabdb6254b0d392df9 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index ef6593d465a8219df6555356fdc994715da04f5e..ccf1f14c2b039cfbf643927bbd6851f63e2ac576 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 2cd8ff832ecfc852d705e6215e6968e96a48f6cf..ab5df852eff1786d5958b632d2e81f682c00a8f4 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 39ed9ef07f7aefaadb0d87ba88ac166fc74ed83c..2b049659369eafb8e8f89cd0d03312b252b1311a 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index cce1d7c6c7fc10e2c71c360b12f6431c9e3547bc..21d1f6c17f10262f3df7fb29f32a8db1e469eb91 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 08f19fe05026571eaa214b7aa387a635b16a68ba..18fed7c7e67e0086de068052031c2dd8b9e840b9 100644 (file)
@@ -3,7 +3,7 @@
 #  This file is part of Valgrind, a dynamic binary instrumentation
 #  framework.
 #
-#  Copyright (C) 2000-2004 Julian Seward 
+#  Copyright (C) 2000-2005 Julian Seward 
 #     jseward@acm.org
 #
 #  This program is free software; you can redistribute it and/or
index 7514c74970644a31f9acd95b7c206ae943d94e74..2fb519ac13965ae5d6fce6212c70baf2328fc918 100644 (file)
@@ -3,7 +3,7 @@
 #  This file is part of Valgrind, a dynamic binary instrumentation
 #  framework.
 #
-#  Copyright (C) 2000-2004 Julian Seward 
+#  Copyright (C) 2000-2005 Julian Seward 
 #     jseward@acm.org
 #
 #  This program is free software; you can redistribute it and/or
index 3b9963cfa19608cb26dce78a45f4137a9c1b1feb..b4b7f150c92e653e51c6f4709651c9e956a6f88d 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index a76ad3fb1872f45236669c351f971f5255d25e2b..507d17ef9bfff13cc17794a7088e1a6c7a187509 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 4864855663766a33f55208bfe5081a7303308f33..2c10edb796204bca0e3537533d381c72daf782ce 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 3e96c5899501c7287a78d00942e7c74752f823df..27afedb90d0f407bb8df46f220d34eb0ed3d4ae4 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index eb720eb49aeb987876d9369c9a500d1ee7e48dc1..25509d62df5cb69a46ed8d002030edaaf78ce83a 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 9e3ffff12d79d97705ee794f58dfec38f35017f1..ee5d6300e16e01d8c1a251b45beedd5498c98c83 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 2d3278a36206a36688dca3eaed6c2e4c97353aa4..c79a81d58c31146618d0b752c51a73a08e2a1268 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 063d48189f5c69f4d100c8b00d4ccb449e14924b..2125e6922d990775d35dc856241a6eeda7f46e94 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 29bcdb9f3c5c674111098e45e90bfbf3c92cab76..de656f3661602f64bce35e2482255f5115d248f4 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward
+   Copyright (C) 2000-2005 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 7d1c4c91ee2dde6f1f4a8b67bb92020eeaa9f2c0..1115f852c6d394b32536b98fbe2775f6c98e9584 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index ff1545ddd3a3897fd74a048d6fdf248e5c0b140a..d05fc3b544377521322a60861b93d5da05275689 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 7d74b0128f76c1056680d1a9524369d4e08fd59d..7f070df7a630e22cc8f374e189817b67a57b3da1 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index e34c3c1ced90a5b7750246f04792ce4c0f9890bb..df6a1cc26e42ddad4f42d2b164f15974196c0e6c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 5ca136e95e30f0059ecde08e6be1455e079dc2db..b0e81f72e515147fe05b272c2b37c024aba73007 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 77d240fe378137a4fdc80629be57cc844623d868..138d13468d23666418c6e0044d195fe06add20f4 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 33ceb461599083f8ed6379b5be414c2c3c514329..1fe7101c06e35e728b3b69924ad1fe01b02489bc 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -1538,7 +1538,7 @@ static void usage ( Bool debug_help )
 "\n"
 "  Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n"
 "\n"
-"  Valgrind is Copyright (C) 2000-2004 Julian Seward et al.\n"
+"  Valgrind is Copyright (C) 2000-2005 Julian Seward et al.\n"
 "  and licensed under the GNU General Public License, version 2.\n"
 "  Bug reports, feedback, admiration, abuse, etc, to: %s.\n"
 "\n"
@@ -1991,7 +1991,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname )
          "Using valgrind-%s, a dynamic binary instrumentation framework.",
          /*VERSION*/ "SVN >= 3207");
       VG_(message)(Vg_UserMsg, 
-         "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
+         "Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.");
    }
 
    if (VG_(clo_verbosity) > 0 && VG_(clo_log_to) != VgLogTo_Fd) {
index 3384a9a6eb2dabd3dc5793348236289738950f27..06f48bcac45a5c02ee0759430061c098a0740359 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 079763c47d846d7cbf021602eafc3ba0c7b8c024..7ecd8a4ffde951e27ac77afaec9b1b3fca7a4591 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 59d3183e910612b7dd5d035da10df7f38264142a..38f8c75829fc5bf3b0c0864225cee194c5c3bc68 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 13480b1761da2d703babaaf77039d3158282278a..d03e01330d9d8604e30b96d9cb55eed3a69effba 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 37d021ee54e69bb17b3179dea89d7a8c1a9b2143..ada4419c932631da1e62a1dda49926a35e252db8 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index ef5a80fcdd45bab1f8ba138e4c114d265a86878a..d42306b09d2e746b9450ebb8eee2ff42c2f10fb8 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b1a7bf6e7716e9b97f267db9a64481463964e2ae..b38d821ea4716b5214c184aa56fa6d0e226528b6 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
    Copyright (C) 2003-2005 Jeremy Fitzhardinge
       jeremy@goop.org
index 8dde3e39124ea255fae540db94ec514a98cc53f8..be7393848a3eb1e051b08d0f152afdad47348beb 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index debf2cd2dc8f3d441a609a5aaac279f8b5618e76..bd8124d0ac694695d1a65cdfb1e31b7d5591c9fd 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index bdc8c353f63317fb926866dacf00532d74ba5466..6ad4585acf5109cb2d3cbbaf29a51d06ee267ecb 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index a117a013d7547cb4e8417e8d97685459b277bb74..4fdd9143d33a5832815a9140d01511b60ad35f84 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2002-2004 Jeremy Fitzhardinge
+   Copyright (C) 2002-2005 Jeremy Fitzhardinge
       jeremy@goop.org
 
    This program is free software; you can redistribute it and/or
index d1fcc17e0459800a5445beeb9492de92dd6368b5..35f3ee98d1d2f454ee66750e38b93ab41c9295f8 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward
+   Copyright (C) 2000-2005 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 74a5174cebc469b4cc9638bc9925a08112d894d7..f6aab00d9cf4f3f860ca0c35d717bcc51164593b 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 6b2f3f497dca0e97b5302560257cb5af5ae0b5fe..65774798629f4694758d9d2b8ce58a76c852e664 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward
+   Copyright (C) 2000-2005 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b0e386a2a6a4a2553c81f5fa20b92b45e06128b2..26a2e0a55f46ab6726e8c863bcab47fa28357e20 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward
+   Copyright (C) 2000-2005 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8f3a927beb47987d708ee1eeaa0a6e629154890e..14d320c6ca25eae0721154cf3c020ce31b67265d 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward
+   Copyright (C) 2000-2005 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8abdea903ef02b587bd7f9a9b3d9933d7c5b77e8..9c24a5be847671907c9e58e0054b954bc70ea1a2 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index dcc510b669493edc7c463024ab8768b04fe4e990..d7e622bb4185f49c498905e2c6986fa480fa0ec7 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 42f11d0a834cb3d47eca3cef67e68ca2f9cd0678..c4af70f6b0b7f3e6ca6180937f07fe4d53f43fdf 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index a89aea57223d1731f4b070a3df980e64a2f029f0..e35ac14c88d0bcd2c397e67a2110cc7789c72083 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 99d86d221d0aee8cb9229c1a7de031a0fb435799..367c0ce66d4a9cf75d869bb2609705c6690c822c 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 5b6cfbb0b4acf1504e225ac18d68699efdeeb10c..9071231d8649bc4fc1fb2f5e16c3c1632970c1c8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index fe8c2d4ad9ab0315a8de550b782a633a8372c4ae..a03cdcfb11310c6543d94b4ba94afd75633821c6 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 2a312fb2368aa03bb7f07235d7ab230df8f1de29..eb12ec596690a73e59b0878ab01f8c02ba135610 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index f05e3beda23c4ea7d2c292e3227279f3aa455aab..c3c257536c755af8d733137fd33d65dab73d1ca2 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 827d93ef6f7998a015760a99f5d2089118a13255..7843bed7f52855991e1efb30a16986e13329191c 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index f91d1177378d12d29fcfaea68723f97c86dc9ea4..13c521b744b3503a11fcc9fa31d8c56e2efe4cef 100644 (file)
@@ -8,7 +8,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 611ac61bf52073e7e047cd94b445466f1fb92d46..354103087f6247689eef27b33705bcf42f814e60 100644 (file)
@@ -6,7 +6,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2000-2004 Julian Seward 
+  Copyright (C) 2000-2005 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
index 1cd1acc80f7c072239893804faf4542bfdc8132d..7328e6998f7d86be0bc9891506622799fee0ee04 100644 (file)
@@ -3,7 +3,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 537682c985a74cb83103115e6075a1b990daaa57..819020b4265b8657b2d24694cfd5311380f9aea2 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 35a381739a6e82800049b0bd2288998b5c643014..8d73517dfa1f179b815d16b9e5b51a84c9e7ec25 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index d77156e635b4ebb10c886d844409831479aee078..330b079e858d040fcd3d10ed11f9c7c1f98776ee 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 3180cd8cf343ac0910d60e68f35e833e0cb1195f..9fe9628c419c15a5118acc852d5dbfd8035c5e8f 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 638d4363a5bd6629cddaa1670a7648fad9e9e5fb..c8775d21b62eba5499997d8819a515b086b6b7d5 100644 (file)
@@ -2,7 +2,7 @@
 <!ENTITY vg-url      "http://www.valgrind.org">
 <!ENTITY vg-jemail   "jseward@valgrind.org">
 <!ENTITY vg-vemail   "valgrind@valgrind.org">
-<!ENTITY vg-lifespan "2000-2004">
+<!ENTITY vg-lifespan "2000-2005">
 <!ENTITY vg-users-list "http://lists.sourceforge.net/lists/listinfo/valgrind-users">
 
 <!-- valgrind release + version stuff -->
index 8eb26102484fdd372fdd405db3567fd160a6e99e..46a607b394c2215c36d33b94e4c9f263cfbd063b 100644 (file)
@@ -11,7 +11,7 @@
    This file is part of helgrind, a Valgrind tool for detecting
    data races in threaded programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote.  All rights reserved.
+   Copyright (C) 2002-2005 Nicholas Nethercote.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
index 8879e5e28fc4557838125efd1c6e0654e833281e..8d87e4ff542332f7887bc2f3d7d0b11d0204797c 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind tool for detecting
    data races in threaded programs.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -3276,7 +3276,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a data race detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote et al.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 115 );
 
index 57180e18a8f612728ca15c16667289464374163b..02520f5491f07d43219d6003c4ef61d2685ffe00 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index ee87474f7d935b7b4dc78102141df267bf3dd16c..1e8dbf0bc92c2c87a613fcdbb956ea64f07be490 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b93fa43b14ccace8309140151911f90f5f92cf3e..a1c60e07cd8d3ab3352a224bc9bf2709d8f4cf3d 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 58b9fa3724810bb9c0855760c6ddbe6f05ca3dbf..c477efde108c450a00717ef547b5636b68ba3c49 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 8e31e4140829f268f1d860edb774fa0393f86efb..52181526bd789d730fcfd0895cdb28814c505caa 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 67887a65287684154c41c8506df7ca47e87fa659..80b605faf479acd4e9ed68aedb93ae542521ee6c 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 112b26e2924fd8498924ad593460035a875df3ab..cbf15941d32ef50db34469dfa19ad57e2879c2e8 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 6cfbe839afa8194d67dee59a9a76cf63ce127885..15236b00d3beb1bbc1885f4fa9d1504b8b8d98d0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 701a53f294982663446d9e3fb31a4514096f190d..a75bbad803adce06ecfd937c9f182c7c6f454937 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward
+   Copyright (C) 2000-2005 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 61f7539f89935fdb99252b7f0aff5b0be18828e6..931abc63b74a196433c8eae862d168989908c6af 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 00f9605456fbe50a0ff6c4049f52d3836676a326..f9f680f643fc636c4986ca4905376ca5dc435319 100644 (file)
@@ -11,7 +11,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward.  All rights reserved.
+   Copyright (C) 2000-2005 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 004783e8cb410b80178f6b3e8965485516e9843e..6ee6f687a834d9b52b22ff09ec75ea7fb463c209 100644 (file)
@@ -10,7 +10,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index bec01219ca55628d71e8f2b3d4d4cc9d0e9e6530..752f04d6295bae4f2dbfaa5e8f8f146612a682c0 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 81dca80dec840d3f9a0489e4ce24d37f137cf305..f4f750f72655073ce2ad55ca69105e66a6c11828 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 2ea7b936e918815784651d8daa848668ec74d871..df358bd2839e5580f474bacf006f1a4b553d4a60 100644 (file)
@@ -6,7 +6,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2000-2004 Nicholas Nethercote
+   Copyright (C) 2000-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index 92accc0eda16d01b7a7f8f2f49273e472191f951..ef05d90c6ca8f2b52531a72bef36351d916c42a8 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Lackey, an example Valgrind tool that does
    some simple program measurement.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -78,7 +78,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("an example Valgrind tool");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 175 );
 }
index fa46b19ee0b6bbd349d56594d8a57d6d21ce5cc9..4f65300f8e258dd7356c323c80d7ecea778f2b50 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Massif, a Valgrind tool for profiling memory
    usage of programs.
 
-   Copyright (C) 2003-2004 Nicholas Nethercote
+   Copyright (C) 2003-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
index f2c8565d874106590bd79a4838a8141f30b3df17..d51d54541ae184fc332d29d36ec8094483b54177 100644 (file)
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind tool 
    for detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 376bea85ba8a4bd13e6c47cb4e0405c6b9e852a6..7ee1c0fb931331b49b60ed792c28cda70e1a38fe 100644 (file)
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind tool 
    for detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 1bf8f690fe9bf80d04695104392353ac96d9f903..7342460c7a9c02c881a1e0ad11ddc41b3a4d28fb 100644 (file)
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind tool 
    for detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index b3ce348a5085d5f86f26e9bcc2eaea7a02f58289..6c8b71d6a04cfa07844fd7ba368e726495e354aa 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 0b5c3feade80b8ecf6edef326faba99c4c5de113..190fda44be28dae2a148b3844f8c0055df3ce6a7 100644 (file)
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind tool 
    for detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index cf4a736f24088c69937fb00af268e7c24dc1eaee..dd245ee287fba924613160b4522a422f74e6f241 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 9fc2b6a5a8ce3c744583ede7f5faa48289690b01..101485d407dc0bf2c6d9da4c4012b29829d663d1 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 729f371003669ab4398678edc423753859981e2e..3393b6ad8dda9b288af01deade2cb048e3c485f3 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 5996c1f7ac857ff636bd6ecc8462953922fef522..c4cef5b733226813824b1007a70d0402ab7ab4d8 100644 (file)
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -1808,7 +1808,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a memory error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 370 );
 
index 334cfba92cdc1bab8c5673682f5d82dfc78583f1..764303eff6a227534df81fbe0c50be980c0cded7 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward 
+   Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 2961d366a555fcdb31f31e94d97983977f7c8328..5b0639f1df7651aa7bebd22d2420b3b44520d323 100644 (file)
@@ -12,7 +12,7 @@
    This file is part of MemCheck, a heavyweight Valgrind tool for
    detecting memory errors.
 
-   Copyright (C) 2000-2004 Julian Seward.  All rights reserved.
+   Copyright (C) 2000-2005 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 9b6514ee22257a5455e2e278117c49a5e659efec..c2fcb584f867264715471170c04a0380ebd6f0e5 100644 (file)
@@ -7,7 +7,7 @@
    This file is part of Nulgrind, the simplest possible Valgrind tool,
    which does nothing.
 
-   Copyright (C) 2002-2004 Nicholas Nethercote
+   Copyright (C) 2002-2005 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -36,7 +36,7 @@ void TL_(pre_clo_init)(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a binary JIT-compiler");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2005, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    /* No needs, no core events to track */
index 93eb2713d1e761cf5a2484e7096b5c2d68a528ac..df7d03c27b3fdf95f4304e7031963d80c6858712 100644 (file)
@@ -37,7 +37,7 @@ usage: valgrind --tool=<toolname> [options] prog-and-args
 
   Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc
 
-  Valgrind is Copyright (C) 2000-2004 Julian Seward et al.
+  Valgrind is Copyright (C) 2000-2005 Julian Seward et al.
   and licensed under the GNU General Public License, version 2.
   Bug reports, feedback, admiration, abuse, etc, to: valgrind.kde.org.
 
index 09242b01a1f311b0f64c9e0da6c25d9bc77915ad..cc19e19161136b979442188c9bb2987fead029ed 100644 (file)
@@ -77,7 +77,7 @@ usage: valgrind --tool=<toolname> [options] prog-and-args
 
   Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc
 
-  Valgrind is Copyright (C) 2000-2004 Julian Seward et al.
+  Valgrind is Copyright (C) 2000-2005 Julian Seward et al.
   and licensed under the GNU General Public License, version 2.
   Bug reports, feedback, admiration, abuse, etc, to: valgrind.kde.org.