From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13677 invoked by alias); 15 May 2013 17:39:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13667 invoked by uid 89); 15 May 2013 17:39:24 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MISSING_HEADERS,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 15 May 2013 17:39:23 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4FHdM3w017473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 15 May 2013 13:39:22 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r4FHdKn0002655; Wed, 15 May 2013 13:39:21 -0400 Message-ID: <5193C848.7040000@redhat.com> Date: Wed, 15 May 2013 17:39:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 CC: Doug Evans , Tom Tromey , gdb-patches Subject: Remove my name from a couple tests (Re: [PATCH 18/28] check gdb_python_initialized everywhere) References: <87ehe638ww.fsf@fleche.redhat.com> <87vc7iy49l.fsf@fleche.redhat.com> <87zjwqqv2u.fsf@fleche.redhat.com> <5193BB32.8080407@redhat.com> In-Reply-To: <5193BB32.8080407@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg00551.txt.bz2 On 05/15/2013 05:43 PM, Pedro Alves wrote: > On 05/07/2013 07:05 PM, Doug Evans wrote: >> Blech. I never liked adding one's name to files. >> The data is useless after a few years and does a disservice to all >> those who come after. > > I agree. I see I ended up with my name mentioned in a > couple tests. I think I'll remove it. > > I saw that glibc recently-ish started rejecting > submissions that included "contributed by"/"written by"/etc. > statements, even. > >> >> I bring this up because this text in python-selftest.exp is completely bogus. >> >> +# This file was written by Andrew Cagney (cagney at redhat dot com), >> +# derived from xfullpath.exp (written by Joel Brobecker), derived from >> +# selftest.exp (written by Rob Savoye). Done. --- Remove my name from a couple tests. Tested on x86_64 Fedora 17. gdb/testsuite/ 2013-05-15 Pedro Alves * gdb.base/fixsection.c: Remove attribution. * gdb.base/watch-read.exp: Ditto. --- gdb/testsuite/gdb.base/fixsection.c | 4 +--- gdb/testsuite/gdb.base/watch-read.exp | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/gdb/testsuite/gdb.base/fixsection.c b/gdb/testsuite/gdb.base/fixsection.c index d2eff9a..a55fd00 100644 --- a/gdb/testsuite/gdb.base/fixsection.c +++ b/gdb/testsuite/gdb.base/fixsection.c @@ -11,9 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . - - This file was written by Pedro Alves (pedro@codesourcery.com). */ + along with this program. If not, see . */ #include #include diff --git a/gdb/testsuite/gdb.base/watch-read.exp b/gdb/testsuite/gdb.base/watch-read.exp index 0de28e5..9a5e388 100644 --- a/gdb/testsuite/gdb.base/watch-read.exp +++ b/gdb/testsuite/gdb.base/watch-read.exp @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# This file was written by Pedro Alves - # This file is part of the gdb testsuite. #