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 859453858C60 for ; Fri, 24 Sep 2021 18:59:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 859453858C60 Received: by mail-pj1-x102d.google.com with SMTP id nn5-20020a17090b38c500b0019af1c4b31fso8215599pjb.3 for ; Fri, 24 Sep 2021 11:59:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=A7sOtNRl9R4eOM1UQ6I4SKwIEkS4AhAzZHLTEBZ9ySs=; b=DEEbAXzuXpHrfz9Mjo2rWHTbry6M9nG7Sez5qPPq63M3a/beaVv4I81hg3l0krJfuH y7WBQtoRVl3O72rPrKWViFHKuwa9HQmH3UmzwjljMvG1xfjmIwQSvixyYfiC4oZSwzQ7 y5E/V+DdpPvK41JHkDhTcZ96ZxIisifq3baLglLPhfDLZvzoRDXW9E9rcwwf77inY2DL Er/Dh/ltGb5ci9T2N6nYydc6fVbELAr0jTJFo0A+CfcM5llBCwfqEgyPp14TwIZMUVNN LGyzEtJbC2I9icC199TnU5E8Xi8VGwQ7xdHvjrP6LtCIRxVyC2Mcf67pEWJw1EdK93vj 95zw== X-Gm-Message-State: AOAM533Af17BV8KgxF7U2HTAxttGsGDpYWgbZ9ZI8G5vsSuyU1K5IGR5 az/KTNKlgCVY3dWnvajGzHxNk5sx2v9ocGSPAX1TeY3uBIc= X-Google-Smtp-Source: ABdhPJwzQUmfWHN+4jS0EWBTElxdPAUti1udQuOR1z6jOshBswO8Wgp45Y9XqKkKmYirhsGgvAcjN3sXb3sUYcs0h2Y= X-Received: by 2002:a17:902:c612:b0:13c:9801:a336 with SMTP id r18-20020a170902c61200b0013c9801a336mr10344855plr.27.1632509960524; Fri, 24 Sep 2021 11:59:20 -0700 (PDT) MIME-Version: 1.0 References: <20210924165338.2326917-1-hjl.tools@gmail.com> In-Reply-To: From: "H.J. Lu" Date: Fri, 24 Sep 2021 11:58:44 -0700 Message-ID: Subject: Re: [PATCH v7 0/1] RFC: Add To: Joseph Myers Cc: Florian Weimer , Szabolcs Nagy , GNU C Library , "Kirill A . Shutemov" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3024.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Fri, 24 Sep 2021 18:59:23 -0000 On Fri, Sep 24, 2021 at 11:53 AM Joseph Myers wrote: > > On Fri, 24 Sep 2021, H.J. Lu via Libc-alpha wrote: > > > > In addition to the permissions in the GNU Lesser General Public > > > License, the Free Software Foundation gives you unlimited > > > permission to link the compiled version of this file with other > > > programs, and to distribute those programs without any restriction > > > coming from the use of this file. (The GNU Lesser General Public > > > License restrictions do apply in other respects; for example, they > > > cover modification of the file, and distribution when not linked > > > into another program.) > > > > > > Note that people who make modified versions of this file are not > > > obligated to grant this special exception for their modified > > > versions; it is their choice whether to do so. The GNU Lesser > > > General Public License gives permission to release a modified > > > version without this exception; this exception also makes it > > > possible to release a modified version which carries forward this > > > exception. > > > I added the following change to set-translated-address-mask.c: > > > > @@ -6,6 +6,15 @@ > > License as published by the Free Software Foundation; either > > version 2.1 of the License, or (at your option) any later version. > > > > + In addition to the permissions in the GNU Lesser General Public > > + License, the Free Software Foundation gives you unlimited > > + permission to link the compiled version of this file with other > > + programs, and to distribute those programs without any restriction > > + coming from the use of this file. (The Lesser General Public > > + License restrictions do apply in other respects; for example, they > > + cover modification of the file, and distribution when not linked > > + into another program.) > > It's supposed to be both paragraphs quoted above, not just one. > > -- > Joseph S. Myers > joseph@codesourcery.com Here is the full text: /* Copyright (C) 2021 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. In addition to the permissions in the GNU Lesser General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file with other programs, and to distribute those programs without any restriction coming from the use of this file. (The Lesser General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into another program.) The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see . */ Does it look OK? If not, please attach the full text in your reply. Thanks. -- H.J.