From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16524 invoked by alias); 8 Dec 2005 19:38:43 -0000 Received: (qmail 16517 invoked by uid 22791); 8 Dec 2005 19:38:43 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Dec 2005 19:38:40 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jB8JcWxe008872; Thu, 8 Dec 2005 20:38:32 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jB8JcWgc022124; Thu, 8 Dec 2005 20:38:32 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jB8JcWo0005629; Thu, 8 Dec 2005 20:38:32 +0100 (CET) Date: Fri, 09 Dec 2005 08:05:00 -0000 Message-Id: <200512081938.jB8JcWo0005629@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: (message from Eli Zaretskii on Thu, 08 Dec 2005 06:38:03 +0200) Subject: Re: [RFC] fix testsuite/gdb.cp/printmethod References: <4395D411.6020904@st.com> <20051207230807.GA7483@nevyn.them.org> 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/msg00156.txt.bz2 > X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on > elgar.sibelius.xs4all.nl > X-Spam-Level: > X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=no > version=3.1.0 > X-From_: gdb-patches-return-41882-m.m.kettenis=alumnus.utwente.nl@sourceware.org Thu Dec 8 05:38:13 2005 > Date: Thu, 08 Dec 2005 06:38:03 +0200 > From: Eli Zaretskii > Reply-to: Eli Zaretskii > X-IsSubscribed: yes > Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm > Sender: gdb-patches-owner@sourceware.org > X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. > X-UTwente-MailScanner: Found to be clean > X-MailScanner-From: gdb-patches-return-41882-m.m.kettenis=alumnus.utwente.nl@sourceware.org > > > Date: Wed, 7 Dec 2005 18:08:07 -0500 > > From: Daniel Jacobowitz > > Cc: gdb-patches@sources.redhat.com > > > > I've checked it in, with some formatting/copyright tweaks > [...] > > --- testsuite/gdb.cp/printmethod.cc 17 Jun 2004 18:30:18 -0000 1.2 > > +++ testsuite/gdb.cp/printmethod.cc 7 Dec 2005 23:06:43 -0000 > > @@ -1,6 +1,6 @@ > > /* This test script is part of GDB, the GNU debugger. > > > > - Copyright 2002, 2004, > > + Copyright 2002, 2004, 2005 > > Free Software Foundation, Inc. > > According to the copyright notice rules that RMS just published (they > will probably be available as part of standards.texi or > maintain.texi), we need to have a "(C)" after the word "Copyright". > It's true that we don't have this in most of our files, but we might > as well get started... Geez, I think we actively removed those in the past at RMS' request. Well, I suppose it's too much too ask from lawyers too make up their mind. Note that we also need to update the FSF address in the copyright notice. Mark