From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30169 invoked by alias); 18 Dec 2005 00:01:42 -0000 Received: (qmail 30160 invoked by uid 22791); 18 Dec 2005 00:01:42 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 18 Dec 2005 00:01:40 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Enlze-0005cF-Ok for gdb-patches@sourceware.org; Sat, 17 Dec 2005 19:01:38 -0500 Date: Tue, 20 Dec 2005 14:19:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: Update Copyright and FSF address (was: [RFC] fix testsuite/gdb.cp/printmethod) Message-ID: <20051218000138.GA21174@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <4395D411.6020904@st.com> <20051207230807.GA7483@nevyn.them.org> <20051208044236.GB14351@nevyn.them.org> <20051217230610.GA20239@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051217230610.GA20239@nevyn.them.org> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00240.txt.bz2 On Sat, Dec 17, 2005 at 06:06:10PM -0500, Daniel Jacobowitz wrote: > On Sun, Dec 18, 2005 at 12:46:48AM +0200, Eli Zaretskii wrote: > > I've committed the first portion of this monstrous job: all the files > > in gdb/ and in gdb/cli/ now have the (c) marker and state the correct > > FSF address. I hope I didn't break anything, but if I did, please > > correct as obvious. > > > > I don't imagine someone would actually wish to see the humongous > > boring diffs, would they? ;-) > > Eli, thank you for doing this. I'll run a couple of test cycles here > to confirm that everything's still in order, but I'm sure it will be > :-) The only obvious casualty is default.exp, fixed as attached. -- Daniel Jacobowitz CodeSourcery, LLC 2005-12-17 Daniel Jacobowitz * gdb.base/default.exp: Update check for "show version". Index: gdb.base/default.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/default.exp,v retrieving revision 1.18 diff -u -p -r1.18 default.exp --- gdb.base/default.exp 14 Jul 2005 14:49:23 -0000 1.18 +++ gdb.base/default.exp 17 Dec 2005 23:38:34 -0000 @@ -667,7 +667,7 @@ gdb_test "show values" "" "show values" #test show verbose gdb_test "show verbose" "Verbose printing of informational messages is o.*|Verbosity is off.*" "show verbose" #test show version -gdb_test "show version" "GNU gdb \[0-9\.\]*(\[^\r\n\]*\[\r\n\])+Copyright \[0-9\]* Free Software Foundation, Inc(\[^\r\n\]*\[\r\n\])+GDB is free software, covered by the GNU General Public License, and you are(\[^\r\n\]*\[\r\n\])+welcome to change it and/or distribute copies of it under certain conditions(\[^\r\n\]*\[\r\n\])+Type \"show copying\" to see the conditions(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB. Type \"show warranty\" for details(\[^\r\n\]*\[\r\n\])+This GDB was configured as .*|GDB is free software and you are welcome to distribute copies of it(\[^\r\n\]*\[\r\n\])+ under certain conditions; type \"show copying\" to see the conditions.(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB; type \"show warranty\" for details.(\[^\r\n\]*\[\r\n\])+GDB.*Copyright \[0-9\]* Free Software Foundation, Inc.*" "show version" +gdb_test "show version" "GNU gdb \[0-9\.\]*(\[^\r\n\]*\[\r\n\])+Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc(\[^\r\n\]*\[\r\n\])+GDB is free software, covered by the GNU General Public License, and you are(\[^\r\n\]*\[\r\n\])+welcome to change it and/or distribute copies of it under certain conditions(\[^\r\n\]*\[\r\n\])+Type \"show copying\" to see the conditions(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB. Type \"show warranty\" for details(\[^\r\n\]*\[\r\n\])+This GDB was configured as .*|GDB is free software and you are welcome to distribute copies of it(\[^\r\n\]*\[\r\n\])+ under certain conditions; type \"show copying\" to see the conditions.(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB; type \"show warranty\" for details.(\[^\r\n\]*\[\r\n\])+GDB.*Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*" "show version" #test show width gdb_test "show width" "Number of characters gdb thinks are in a line is.*" "show width" #test show write