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-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A4B8B1F9FD for ; Sat, 6 Mar 2021 16:26:21 +0000 (UTC) Received: from localhost ([::1]:58218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIZky-0005ph-IG for normalperson@yhbt.net; Sat, 06 Mar 2021 11:26:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIZkv-0005nN-EL for bug-gnulib@gnu.org; Sat, 06 Mar 2021 11:26:17 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:57102) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIZkt-0005TI-2n for bug-gnulib@gnu.org; Sat, 06 Mar 2021 11:26:16 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 10EF916015B; Sat, 6 Mar 2021 08:26:11 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id xgKvQ_yoj6bE; Sat, 6 Mar 2021 08:26:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id CED4016015D; Sat, 6 Mar 2021 08:26:09 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IhXuRV-pyvnu; Sat, 6 Mar 2021 08:26:09 -0800 (PST) Received: from [192.168.1.9] (cpe-23-243-218-95.socal.res.rr.com [23.243.218.95]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 7E3ED16015B; Sat, 6 Mar 2021 08:26:09 -0800 (PST) Subject: Re: [PATCH 1/2] parse-datetime2: new module To: Bruno Haible References: <20210301082922.1121342-1-eggert@cs.ucla.edu> <7310414.fi537E5Mvj@omega> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <57fb5ae5-3b23-ae65-6eb8-2d400571628d@cs.ucla.edu> Date: Sat, 6 Mar 2021 08:26:09 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <7310414.fi537E5Mvj@omega> Content-Type: multipart/mixed; boundary="------------F1763ADC968CB3A608DD2750" Content-Language: en-US Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gnulib bugs Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" This is a multi-part message in MIME format. --------------F1763ADC968CB3A608DD2750 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 3/2/21 7:25 PM, Bruno Haible wrote: > $ ./gnulib-tool --create-testdir --dir=../testdir-all --single-configure > gnulib-tool: warning: module parse-datetime2 depends on a module with an incompatible license: gettime ... Thanks for the heads-up; I had forgotten about the parse-datetime special case for licensing. I installed the attached 1-byte patch to work around the issue. --------------F1763ADC968CB3A608DD2750 Content-Type: text/x-patch; charset=UTF-8; name="0001-parse-datetime2-fix-licensing.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-parse-datetime2-fix-licensing.patch" >From 487b9551b63ef936a6be6df38d1c9484cd97810c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 6 Mar 2021 08:23:48 -0800 Subject: [PATCH] parse-datetime2: fix licensing Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2021-03/msg00017.html * gnulib-tool (func_get_license): Treat parse-datetime2 (actually, anything starting with "parse-datetime") like parse-datetime, as far as licenses go. --- ChangeLog | 9 +++++++++ gnulib-tool | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 86c3e04e8..9706d7826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-03-06 Paul Eggert + + parse-datetime2: fix licensing + Problem reported by Bruno Haible in: + https://lists.gnu.org/r/bug-gnulib/2021-03/msg00017.html + * gnulib-tool (func_get_license): Treat parse-datetime2 + (actually, anything starting with "parse-datetime") + like parse-datetime, as far as licenses go. + 2021-03-06 Bruno Haible free-posix: Update documentation. diff --git a/gnulib-tool b/gnulib-tool index 2ba5dec65..23b2c4456 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -2683,7 +2683,7 @@ func_get_license () ;; esac case "$1" in - parse-datetime ) + parse-datetime* ) # These modules are under a weaker license only for the purpose of some # users who hand-edit it and don't use gnulib-tool. For the regular # gnulib users they are under a stricter license. -- 2.27.0 --------------F1763ADC968CB3A608DD2750--