From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20761 invoked by alias); 6 Apr 2017 13:22:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 20741 invoked by uid 89); 6 Apr 2017 13:22:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:209.85.214.44, H*RU:209.85.214.44 X-HELO: mailbackend.panix.com X-Gm-Message-State: AFeK/H2IF6no2hpfGaSD5VBf8hqAwPaJFY/GU+YHzm7lCkz8u+sJWDF4FGeBuS8C9Keo75Id2mRXZRt4AcJ5Bw== X-Received: by 10.36.85.194 with SMTP id e185mr25515840itb.39.1491484929404; Thu, 06 Apr 2017 06:22:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <75eb12d0-a3f1-2b37-90d5-0a9a3f7f9a99@redhat.com> References: <20170405054116.9007-1-quae@daurnimator.com> <75eb12d0-a3f1-2b37-90d5-0a9a3f7f9a99@redhat.com> From: Zack Weinberg Date: Thu, 06 Apr 2017 13:22:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3][BZ 21340] add support for POSIX_SPAWN_SETSID To: Florian Weimer Cc: Daurnimator , GNU C Library Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-04/txt/msg00104.txt.bz2 On Thu, Apr 6, 2017 at 8:37 AM, Florian Weimer wrote: > On 04/05/2017 01:01 PM, Daurnimator wrote: > >>> You aren't listed in MAINTAINERS on the wiki. Do you have a GNU >>> copyright >>> assignment on file? >> >> I do not. > > Would you be willing to assign copyright for this and future changes? It would obviously be better to have a copyright assignment, but this particular patch may be uncopyrightable on the grounds that there is no other way to implement the specification. I think if I had been given the assignment I would have written token-for-token identical code. zw