]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Slightly change, with J's approval, startup copyright messages to better
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 16 Jul 2004 17:44:00 +0000 (17:44 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 16 Jul 2004 17:44:00 +0000 (17:44 +0000)
reflect reality.

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

addrcheck/ac_main.c
cachegrind/cg_main.c
coregrind/vg_main.c
helgrind/hg_main.c
memcheck/mc_main.c
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp

index 67f1ce88048cefb4f622d231c736c4b99894fccf..b7b7163996b4557cef82910fb0874e78951ede78 100644 (file)
@@ -1263,7 +1263,7 @@ void SK_(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.");
+      "Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 135 );
 
index e193f48a1ea9078e2a0a391ad43f2db3d60dcf95..757cb1a7fb9e96b1a9c1cc0819f3ff4a0d09e0d4 100644 (file)
@@ -1427,7 +1427,7 @@ void SK_(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.");
+      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 155 );
 
index e975b58da28754abb6224b04802070640d41c253..53afa33a58d4e61b2b2dce68dfcf42e8f440d95b 100644 (file)
@@ -1582,7 +1582,7 @@ void usage ( Bool debug_help )
 "\n"
 "  Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n"
 "\n"
-"  Valgrind is Copyright (C) 2000-2004 Julian Seward\n"
+"  Valgrind is Copyright (C) 2000-2004 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"
@@ -1960,7 +1960,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname )
          "Using valgrind-%s, a program supervision framework for x86-linux.",
          VERSION);
       VG_(message)(Vg_UserMsg, 
-         "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward.");
+         "Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
    }
 
    if (VG_(clo_verbosity) > 0 && VG_(clo_log_to) != VgLogTo_Fd) {
index 30017a433337b18fdccb7ba46787e79d42cfb859..5fec88e63313d1fcacddf5f39316bd28105abe84 100644 (file)
@@ -3275,7 +3275,7 @@ void SK_(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.");
+      "Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 115 );
 
index 4497b324db167e0aacfbf656380ca878f4c71635..917c3337c29abc6e69c4242adcb589d3b2ccb747 100644 (file)
@@ -1636,7 +1636,7 @@ void SK_(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.");
+      "Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 228 );
 
index 3a2b31629f0af146c2e4f829570beb1d8fb6603e..1c36bca82c38e3b6deb6431d264dca5fc4647bf5 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
+  Valgrind is Copyright (C) 2000-2004 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 3c5c5733a87240e54c37289110e792cfec8beef7..c331c8d948ce2a2da7ca6ae121e58c0f1446d817 100644 (file)
@@ -59,7 +59,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
+  Valgrind is Copyright (C) 2000-2004 Julian Seward et al.
   and licensed under the GNU General Public License, version 2.
   Bug reports, feedback, admiration, abuse, etc, to: valgrind.kde.org.