From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14235 invoked by alias); 12 May 2012 19:09:01 -0000 Received: (qmail 14216 invoked by uid 22791); 12 May 2012 19:09:00 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 May 2012 19:08:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9F60B1C6159; Sat, 12 May 2012 15:08:46 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iRkHsLaH6Raw; Sat, 12 May 2012 15:08:46 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4FA431C60FB; Sat, 12 May 2012 15:08:46 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4F7AA145616; Sat, 12 May 2012 12:08:41 -0700 (PDT) Date: Sat, 12 May 2012 19:09:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: John Steele Scott , Tom Tromey , gdb-patches@sourceware.org Subject: Re: [patch] PR symtab/13277: Resolving opaque structures in ICC generated binaries. (testcase) Message-ID: <20120512190841.GA6267@adacore.com> References: <4E9A6F3C.6010400@toojays.net> <20111019084011.GA9326@host1.jankratochvil.net> <4EA3E995.8040206@toojays.net> <20111026221057.GA24628@host1.jankratochvil.net> <4EBFAC05.2070501@toojays.net> <4FA49314.5020508@toojays.net> <20120505151557.GU15555@adacore.com> <87wr4h4vvd.fsf@quantum.com> <20120512183741.GB20606@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120512183741.GB20606@host2.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-05/txt/msg00482.txt.bz2 > > +++ b/gdb/testsuite/gdb.dwarf2/dw2-icc-opaque.S > > @@ -0,0 +1,192 @@ > > +/* Copyright (C) 2011-2012 Free Software Foundation, Inc. > > Only 2012 as AFAIK the copyright applies only for the time it is checked in > FSF repository. Actually, see htpp://sourceware.org/ml/gdb-patches/2012-01/msg01001.html (from Kevin Buettner on Jan 30th 2012) where we asked the FSF and they said that a work receives copyright protection from the moment it is fixed in a tangible medium of expression (eg. save on a hard drive), So it should include both years, even if it wasn't published in 2011. -- Joel