From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101709 invoked by alias); 30 Oct 2019 20:18:49 -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 101482 invoked by uid 89); 30 Oct 2019 20:18:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1102, Industrial, industrial X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Oct 2019 20:18:46 +0000 Received: from [172.16.0.155] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id B84371E648; Wed, 30 Oct 2019 16:18:44 -0400 (EDT) Subject: Re: [PATCHv2] Make "skip" work on inline frames To: Bernd Edlinger , "gdb-patches@sourceware.org" References: <8fc93db4-8906-4f4e-53f4-225ebfa0115d@simark.ca> From: Simon Marchi Message-ID: <708fdc14-21ca-76dd-c0cd-0cb09b6b2eac@simark.ca> Date: Wed, 30 Oct 2019 20:18:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-10/txt/msg01118.txt.bz2 On 2019-10-30 4:05 p.m., Bernd Edlinger wrote: > There should be an assignment on file, although it is signed by my employer > Softing Industrial Automation GmbH on Oct 25 2012 and countersigned by > John Sullivan on Dec 17 2012 > The work that is intended to be covered by this assignment is mine. > > I am also the maintainer of the GNU Mempool package: > https://www.gnu.org/software/mempool/ > so I should be known to gnu.org, but maybe something got lost. > > Is this assignment sufficient for contributing to gdb? > > > Thanks > Bernd. > Hi Bernd, The only assignment I see under Softing Industrial Automation is for GNU eCos, with the date 2012-12-20, which fits with the date you gave. Unfortunately, the assignments are per-project, so you'll need to be covered by one for GDB too. I also don't find anything for Mempool in the copyright.list file, which is strange. If you are contributing code to a GNU project, you should normally have signed such an copyright assignment for it in the past. Do you remember doing so for Mempool? Simon