From patchwork Fri Sep 1 17:14:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 22501 Received: (qmail 113360 invoked by alias); 1 Sep 2017 17:14:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 113350 invoked by uid 89); 1 Sep 2017 17:14:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=contributions, credit X-HELO: mail-oi0-f54.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VtHrfIsgGc1OdYRSHg08FTNqa1eYQ81TfNKG8TbPnzI=; b=bL0KCLGgzvQxKKWo/qcztPbrx+FojSuMKIKymzSsj9x1TPsM5EbgyoW2OaCQwHcU7G z4A9wxvGDgvrgwm4JXyvd+p34vxxC9Fq4cF25bQYTlCthVt0ljIlCzPgyXi3sQjMUjrM Vba6ZOW9uYHcN+i5OY78sOu1mYXhddgX3Iy0m0JK1JmrZhH5PbdC65kuU2H3BPwVjZQ5 uqUo1L7fHipsKte9r9ZEH+CngcAAxyNfSBfet4Bs1DgJ6g0GwbX7sz1+xaUUjwGmWlPN P5ptOBVbivoNw4uTxLvWLuavAK1W9sQNFpgEKNQ2wHmdu3h8V/44Lnm+mjXa/TBjmkJ3 WYew== X-Gm-Message-State: AHPjjUi1+7BrT8LKTSdgNuKPxfsfc3dURt1uUslhukBsrvI1CeXKgUIz w2+Go5UxtcriwoKQbTQknthLm1xFCQ== X-Google-Smtp-Source: ADKCNb5jRGJqb3L6mKAuWRfgZZOMVSMRQJWLDFyAuovM2CZsHtEuaQiB4mcT1jB/xczttZL6nNWUB2aAF/RZPIUYbKU= X-Received: by 10.202.73.6 with SMTP id w6mr2614688oia.88.1504286092515; Fri, 01 Sep 2017 10:14:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20170726172424.GA410@gmail.com> <20170726185030.GA26664@altlinux.org> From: "H.J. Lu" Date: Fri, 1 Sep 2017 10:14:51 -0700 Message-ID: Subject: Re: [PATCH] Remove Roland McGrath et al. from libc.so banner To: Joseph Myers Cc: "Carlos O'Donell" , GNU C Library On Fri, Sep 1, 2017 at 9:41 AM, Joseph Myers wrote: > On Fri, 1 Sep 2017, H.J. Lu wrote: > >> This is what I am going to check in: >> >> * csu/version.c (banner): Remove "by Roland McGrath et al.". >> * nptl/Banner: Remove "by Ulrich Drepper et al.". > > Please see what I said about being sure to update contrib.texi when > removing such credits. I think NPTL merits adding to Ulrich Drepper's > entry in contrib.texi (but given that, the nptl/Banner file could be > removed completely). I checked in my patch. Here is a patch to credit Ulrich Drepper for libpthread in contrib.texi. OK for master? > I think crypt/Banner can be removed (the credit is already in > contrib.texi). The reference to a BIND version in contrib.texi should > probably be updated when removing resolv/Banner. More credits in > contrib.texi are needed to remove soft-fp/Banner. (libidn/Banner serves > the purpose of indicating whether the last remaining add-on is configured > in, so I don't suggest removing it until the add-on mechanism is also > removed and libidn is built unconditionally - however, the corresponding > credit could be added to contrib.texi now.) I will get to these when I find time if no one beats me to it. From 628c52afccdf8f8738855cb046b38f21a4f21bfe Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 1 Sep 2017 10:05:47 -0700 Subject: [PATCH] Credit Ulrich Drepper for libpthread in contrib.texi * manual/contrib.texi: Credit Ulrich Drepper for the POSIX Threads Library. --- manual/contrib.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/contrib.texi b/manual/contrib.texi index ffdd77191c..fff45b92b9 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -75,6 +75,7 @@ x86. Ulrich Drepper for his many contributions in almost all parts of @theglibc{}, including: @itemize @bullet +@item writing most of the POSIX Threads Library originally. @item internationalization support, including the @code{locale} and @code{localedef} utilities. @item Linux i386/ELF support -- 2.13.5