From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3543 invoked by alias); 8 Dec 2005 04:38:10 -0000 Received: (qmail 3531 invoked by uid 22791); 8 Dec 2005 04:38:09 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Dec 2005 04:38:08 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-86-249.inter.net.il [80.230.86.249]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DDC92305 (AUTH halo1); Thu, 8 Dec 2005 06:38:03 +0200 (IST) Date: Thu, 08 Dec 2005 18:37:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sources.redhat.com In-reply-to: <20051207230807.GA7483@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 7 Dec 2005 18:08:07 -0500) Subject: Re: [RFC] fix testsuite/gdb.cp/printmethod Reply-to: Eli Zaretskii References: <4395D411.6020904@st.com> <20051207230807.GA7483@nevyn.them.org> 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/msg00145.txt.bz2 > 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...