From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0D9011F8C6 for ; Tue, 10 Aug 2021 01:31:09 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4D55D393C873 for ; Tue, 10 Aug 2021 01:31:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D55D393C873 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628559068; bh=GxHmBeS3nsmsgU7fyigpzwGSSfwR1nsmFWR4tGOtOzY=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=cRe7LBPL68NyLKgr3imvgX0t/EAlaD5C9nMVG1BBOH6fT6IlVSJFw4ja/A3mrOfuC gwUf8oN/TQpNRCCHFo/sSqVyxV2w0wE/o3o1QNm2mi92PqQ4Boz6j5OiTjAPZf1ekV mRJqx03xFPGKFUcz0qHLqc/+A5tw58N1lDYhnu5c= Received: from donkey.elm.relay.mailchannels.net (donkey.elm.relay.mailchannels.net [23.83.212.49]) by sourceware.org (Postfix) with ESMTPS id D9DEA385700B for ; Tue, 10 Aug 2021 01:30:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D9DEA385700B X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 26FBC5A1438; Tue, 10 Aug 2021 01:30:34 +0000 (UTC) Received: from pdx1-sub0-mail-a80.g.dreamhost.com (100-101-162-84.trex-nlb.outbound.svc.cluster.local [100.101.162.84]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id AC9435A132A; Tue, 10 Aug 2021 01:30:33 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a80.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.101.162.84 (trex/6.3.3); Tue, 10 Aug 2021 01:30:34 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Unite-Battle: 451dcd0e607adb45_1628559033920_4015483957 X-MC-Loop-Signature: 1628559033920:740079646 X-MC-Ingress-Time: 1628559033920 Received: from pdx1-sub0-mail-a80.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a80.g.dreamhost.com (Postfix) with ESMTP id 4CF118AB7C; Mon, 9 Aug 2021 18:30:33 -0700 (PDT) Received: from [192.168.1.159] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a80.g.dreamhost.com (Postfix) with ESMTPSA id 77A807F2B5; Mon, 9 Aug 2021 18:30:30 -0700 (PDT) Subject: Re: [PATCH] Remove "Contributed by" lines To: Joseph Myers References: <20210809193931.1181696-1-siddhesh@sourceware.org> X-DH-BACKEND: pdx1-sub0-mail-a80 Message-ID: <19f7b829-3a3e-78e9-9de1-1eff8771ae27@sourceware.org> Date: Tue, 10 Aug 2021 07:00:25 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Siddhesh Poyarekar via Libc-alpha Reply-To: Siddhesh Poyarekar Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On 8/10/21 1:37 AM, Joseph Myers wrote: > On Tue, 10 Aug 2021, Siddhesh Poyarekar via Libc-alpha wrote: > >> Move all "Contributed by" lines into a new file CONTRIBUTED-BY to >> retain record of these contributions. These contributors are also >> mentioned in manual/contrib.texi, so we just maintain this additional >> record as a courtesy to the earlier developers. > > I'm not sure what order the files are listed in in CONTRIBUTED-BY, but I'd > expect it to be some form of alphabetical, and it doesn't appear to be. I'll sort it alphabetically and post a v2. Thanks, Siddhesh