From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119662 invoked by alias); 25 Nov 2016 22:46:53 -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 119645 invoked by uid 89); 25 Nov 2016 22:46:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:209.85.192.194, H*RU:209.85.192.194, Hx-languages-length:850, his X-HELO: mail-pf0-f194.google.com Received: from mail-pf0-f194.google.com (HELO mail-pf0-f194.google.com) (209.85.192.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Nov 2016 22:46:42 +0000 Received: by mail-pf0-f194.google.com with SMTP id i88so3393087pfk.2 for ; Fri, 25 Nov 2016 14:46:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=zSnhOJmdOkswzbV1PfEmwfL7aP5vsWOFFNDSgvZTVkk=; b=ACDn+PT8vAJ/iU3zn4WiL4PZSNN6g08CELOJqto1h0XKYw99sE+vc7umCLVKsI3IIj umLeTLlX4kIPTPgFCOk6voCkRD8r+dUsleozhnWp8NnNxUWqX8NZg9hiilSIOc2yVoXN HOtvNz8qhrkKkr+NHrcPF6OZEfqmsHkQ8n1NAF3oDHNs5/2VdSTpvtqwDDfDQ5qlYpHH scee61warHy2tjiH9KhoeFjXwsKv3hfq0/iJw/V33DOJp2KxlBvi7EhNKur+nvT2sPJZ 8gNn5EiazSgih9dl/PRLAi6vJGP5QtVv/SnT7m+shxYij63GmeQ4xp6LrbFe8fOKA6Nm 9g7w== X-Gm-Message-State: AKaTC00CyV9yye4tFuic/RRY4TAwxh5tIfJCvlxFc+Wwf1G3jGfR9WK31Vv/ioh8h0MB2g== X-Received: by 10.84.204.133 with SMTP id b5mr22579429ple.49.1480114001021; Fri, 25 Nov 2016 14:46:41 -0800 (PST) Received: from lianli.shorne-pla.net (z107.124-45-178.ppp.wakwak.ne.jp. [124.45.178.107]) by smtp.gmail.com with ESMTPSA id 65sm70004839pfn.12.2016.11.25.14.46.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Nov 2016 14:46:40 -0800 (PST) From: Stafford Horne X-Google-Original-From: Stafford Horne Date: Fri, 25 Nov 2016 22:46:00 -0000 To: Stafford Horne , gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH 00/18] sim: port for OpenRISC In-Reply-To: <20161125161932.GH21655@vapier.lan> Message-ID: References: <1479939272-1754-1-git-send-email-shorne@gmail.com> <20161125161932.GH21655@vapier.lan> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00883.txt.bz2 On Fri, 25 Nov 2016, Mike Frysinger wrote: > On 24 Nov 2016 07:14, Stafford Horne wrote: >> The main author is Peter Gavin who should have his FSF copyright in place. > > what about yourself ? all authors should have papers in place. Hello, I do not yet, but I would like to. According to the gcc contributing guidelines [1] it mentions: See some documentation by the FSF for details and contact us (either via the gcc@gcc.gnu.org list or the GCC maintainer that is taking care of your contributions) to obtain the relevant forms. I know this is not gcc, but gdb, but I thought it might be the same process. Since it mentions 'via .. maintainer .. taking care of your ..' I thought it best I submit these patches first. Could you send me the forms? [1] https://gcc.gnu.org/contribute.html -Stafford