From: Nicholas Nethercote Date: Fri, 16 Jul 2004 17:44:00 +0000 (+0000) Subject: Slightly change, with J's approval, startup copyright messages to better X-Git-Tag: svn/VALGRIND_2_1_2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=755111b88d0d7222e5f71dbcff4a3cca657d79bc;p=thirdparty%2Fvalgrind.git Slightly change, with J's approval, startup copyright messages to better reflect reality. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2489 --- diff --git a/addrcheck/ac_main.c b/addrcheck/ac_main.c index 67f1ce8804..b7b7163996 100644 --- a/addrcheck/ac_main.c +++ b/addrcheck/ac_main.c @@ -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 ); diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index e193f48a1e..757cb1a7fb 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -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 ); diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index e975b58da2..53afa33a58 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -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) { diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index 30017a4333..5fec88e633 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -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 ); diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index 4497b324db..917c3337c2 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -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 ); diff --git a/none/tests/cmdline1.stdout.exp b/none/tests/cmdline1.stdout.exp index 3a2b31629f..1c36bca82c 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -37,7 +37,7 @@ usage: valgrind --tool= [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. diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index 3c5c5733a8..c331c8d948 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -59,7 +59,7 @@ usage: valgrind --tool= [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.