From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by sourceware.org (Postfix) with ESMTPS id B1CEA393BC35; Mon, 9 Aug 2021 23:34:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B1CEA393BC35 Received: by mail-pj1-x102d.google.com with SMTP id s22-20020a17090a1c16b0290177caeba067so1619684pjs.0; Mon, 09 Aug 2021 16:34:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=aVX9xAf3avWoV73imaOyn3FT4oKwypAzssLA+cDtSpk=; b=IwH4LigbUUbdxvow6Sb2TKDh/ZUiLAhNy2AKQPWrR1d/lysg6cUPUqwqplzfIWHLgB vE1x9KXO4gg+lqSxTByJJxhETA/4JkZQc59EfzHTUPauGzHZfdjNLr4bUFGBFp6qoOwq 2mMYF9LuoovH35EciDvJWF9pkxG4IuaNnJPHit0EKrQYSMgPXtToV0LDcqxqFARmPrNh VOoXmRgJd2v5l0Gop0i8F9TmC+ewJkv39q1zfydzy/RGCjWNIZPLCPyS5whmWbvZBaFl q+62XIVV+MgAhjfbW6RWSmWJJxO4J6W2Jag37Vt65UCXnNDB4EtLbOIXQSCzeh2x+FFv sBnQ== X-Gm-Message-State: AOAM532d8AQBakJ7CP2aqtNUdN5NpDmFX8ANsLs2MM40XyFuBozVAing Rr4yzF4p68ycAztRjt7XkPoLzLMMLs4= X-Google-Smtp-Source: ABdhPJyhiBnpORtvUf7LW/tyKSkV2+CzNRlHJXDE1qtwDCSV8a0wBTPlLeCYPjCOqKxLL1rJHeicWw== X-Received: by 2002:a65:408c:: with SMTP id t12mr352632pgp.229.1628552074621; Mon, 09 Aug 2021 16:34:34 -0700 (PDT) Received: from google.com ([2620:15c:2ce:200:4d74:2fd5:acb7:59ca]) by smtp.gmail.com with ESMTPSA id 20sm22028112pfi.170.2021.08.09.16.34.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Aug 2021 16:34:34 -0700 (PDT) Date: Mon, 9 Aug 2021 16:34:32 -0700 From: Jonathan Nieder To: Siddhesh Poyarekar Cc: libc-alpha@sourceware.org, Paul Eggert Subject: Re: [PATCH] Remove "Contributed by" lines Message-ID: References: <20210809193931.1181696-1-siddhesh@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210809193931.1181696-1-siddhesh@sourceware.org> X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FSL_HELO_FAKE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 09 Aug 2021 23:34:36 -0000 Siddhesh Poyarekar wrote: > +./timezone/tzselect.ksh:# Contributed by Paul Eggert. This file is in the public domain. Moving out the first part of that line makes sense to me, but the second part probably wants to be treated differently. This is the only example like that I found. Thanks, Jonathan