From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.cs.ucla.edu (mail.cs.ucla.edu [131.179.128.66]) by sourceware.org (Postfix) with ESMTPS id 6BA6E385842A for ; Wed, 10 Apr 2024 01:44:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6BA6E385842A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=cs.ucla.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.ucla.edu ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6BA6E385842A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=131.179.128.66 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712713461; cv=none; b=JfwVyEgxBMOxaCwNyqhzzJB01DE2ra6vJz0gCWunTfeitxLDFqj2/Pts0C9S9YEeM8JzZnbM+wWUMTH8/2hGvwOhJ1r5qUnKuoQOvTvuDwKYYyN4T+ipuQZF77VdMIJ2HwL5bQd1plLonjL1ZQ9CRn0qKS+HMVrSELEi8l71jRM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712713461; c=relaxed/simple; bh=PCM8dOGQqmd2t9Wh9m8y5GH4jBn7OTgt2cw+v41szO8=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=oovL0600fwL0x4Pq/CSdf3E60dvFYAkBTbR2YE3n3HQAbjejtvt1Nkr3l7Y6vhsa5+uCGK/UpY8L00i1SCD4mkWSSnJTxO3c0FYxMZJbmMVXeX+jATF3NDPvpXPx2B4pIDEOX06xK2d8xmJO29/Vh5wCP5Pc3Go1D0ZnzcnEQzI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by mail.cs.ucla.edu (Postfix) with ESMTP id D18EA3C0140A4; Tue, 9 Apr 2024 18:44:17 -0700 (PDT) Received: from mail.cs.ucla.edu ([127.0.0.1]) by localhost (mail.cs.ucla.edu [127.0.0.1]) (amavis, port 10032) with ESMTP id GeRI2GSwUxxl; Tue, 9 Apr 2024 18:44:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ucla.edu (Postfix) with ESMTP id 940003C00E8B0; Tue, 9 Apr 2024 18:44:17 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.cs.ucla.edu 940003C00E8B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.ucla.edu; s=9D0B346E-2AEB-11ED-9476-E14B719DCE6C; t=1712713457; bh=ZRCiDwJqJqSHbXrN0VY49ERM9xGsZ76F3TplinlncVg=; h=Message-ID:Date:MIME-Version:To:From; b=Mkbtml7plEEg1poIALjVZTI6gAx2KMJAMGDCta4zlL2t8DP9SfkqkuSRyRmROQp5e Myen0/n0MWrHEEw7NQ1XzeiRSfj81wIPaJ83U5WTnV2EE7dnZIbI5reZprNhXi17hV RfcMu6L8RfaGwNApPQ5cI5zTi7D/Zf3en+jUYUN0MsQS+ZFpQZDl5G3RvV2HlQgcHg YeE5IHFixTiD32yQ8c5uoJl6PAbehziNc7hHwSkmNRxfmg0z0F9kOK2EeZQdOfuIVE KhKjiwC847pzhTgXYiN4iQ79iwQGgKVhIYsKKFyuG2iu51r6NdrRgedquqk5pAscMd VpSKbY1iw9m6A== X-Virus-Scanned: amavis at mail.cs.ucla.edu Received: from mail.cs.ucla.edu ([127.0.0.1]) by localhost (mail.cs.ucla.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id EXnBkEMT_rAJ; Tue, 9 Apr 2024 18:44:17 -0700 (PDT) Received: from [192.168.254.12] (unknown [47.154.17.165]) by mail.cs.ucla.edu (Postfix) with ESMTPSA id 775973C0140A4; Tue, 9 Apr 2024 18:44:17 -0700 (PDT) Message-ID: Date: Tue, 9 Apr 2024 18:44:17 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4] posix: Sync tempname with gnulib To: Bruno Haible , libc-alpha@sourceware.org, Adhemerval Zanella References: <20240408184954.2518702-1-adhemerval.zanella@linaro.org> <6820097.n1QcUsQ7Il@nimes> Content-Language: en-US From: Paul Eggert Organization: UCLA Computer Science Department In-Reply-To: <6820097.n1QcUsQ7Il@nimes> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2024-04-09 15:20, Bruno Haible wrote: > - For tmpdir.c, on its way > glibc/sysdeps/posix/tempname.c -> gettext/lib/tmpdir.c -> > gettext/gettext-tools/lib/tmpdir.c -> gnulib/lib/tmpdir.c > that's only me (2011-08-23) and Paul Eggert (2013-07-15). > (I checked the git history.) > > I hereby give the permission to relax the license of tmpdir.[hc] > to LGPLv2+. > > Paul, do you do the same? Yes, that's fine, thanks.