From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1562 invoked by alias); 2 Feb 2011 21:50:12 -0000 Received: (qmail 1549 invoked by uid 22791); 2 Feb 2011 21:50:11 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Feb 2011 21:50:04 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p12Lo2MS013285 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Feb 2011 16:50:02 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p12Lo0iv008368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Feb 2011 16:50:02 -0500 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p12Lo0Bw015041; Wed, 2 Feb 2011 22:50:00 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p12Lnxkg015040; Wed, 2 Feb 2011 22:49:59 +0100 Date: Wed, 02 Feb 2011 21:50:00 -0000 From: Jan Kratochvil To: Michael Snyder Cc: Tom Tromey , "gdb-patches@sourceware.org" Subject: copyright in testcase .cc [Re: RFC: handle case arising from GCC PR 47510] Message-ID: <20110202214959.GA14989@host1.dyn.jankratochvil.net> References: <20110202211220.GA9781@host1.dyn.jankratochvil.net> <4D49D0D2.20708@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D49D0D2.20708@vmware.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00034.txt.bz2 On Wed, 02 Feb 2011 22:46:58 +0100, Michael Snyder wrote: > Jan Kratochvil wrote: > > >>+++ b/gdb/testsuite/gdb.cp/anon-struct.cc > >>@@ -0,0 +1,15 @@ > >>+class C { > > > >No copyright needed? > > Although the majority of sample programs in the testsuite do have > copyright notices, some of the older ones don't. In fact I know that. This still does not answer my question. (I have seen Tom's approval of similar other patches so it may be OK.) Thanks, Jan