From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5529 invoked by alias); 10 Mar 2014 10:12:55 -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 5518 invoked by uid 89); 10 Mar 2014 10:12:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Mar 2014 10:12:53 +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 s2AAC0oI021284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Mar 2014 06:12:01 -0400 Received: from host2.jankratochvil.net (ovpn-116-86.ams2.redhat.com [10.36.116.86]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s2AABuAF000631 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 10 Mar 2014 06:11:59 -0400 Date: Mon, 10 Mar 2014 10:12:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Pedro Alves , gdb-patches@sourceware.org, Aleksandar Ristovski Subject: Re: [patchv3 0/8] Validate binary before use Message-ID: <20140310101156.GA17832@host2.jankratochvil.net> References: <20140227213229.GA21121@host2.jankratochvil.net> <5310933E.8000601@redhat.com> <20140302183659.GA11910@host2.jankratochvil.net> <53148332.7010600@redhat.com> <20140308173316.GA18331@host2.jankratochvil.net> <20140310095719.GB4882@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140310095719.GB4882@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00234.txt.bz2 On Mon, 10 Mar 2014 10:57:19 +0100, Joel Brobecker wrote: > > > >> These need to be 2013-2014. > > > > > > > > Why? It counts since the first post to gdb-patches? > > > > > > https://sourceware.org/ml/gdb-patches/2014-02/msg00859.html > > > > Do you mean this part? > > # 1. We start claiming copyright the year the file as committed > > # to a medium (hard drive), not the year it was published. > > > > Does "medium" mean any disk even unrelated to the GDB project? > > Or does "medium" mean "any medium used for GDB development"? > > Sorry, Jan - I don't know the answer to Jan's question, whether > there is a distinction between the two situations. It doesn't seem > like we need the answer in the context of that patch, but perhaps > we could ask copyright-clerk if we want to satisfy our curiosity? OK, so we do not know whether copyright year is affected by "any disk even unrelated to the GDB project". But gdb-patches mailing list was considered as a "medium (hard drive)" mentioned by the copyright-clerk, IIUC. Thanks, Jan