From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Hugo =?utf-8?Q?H=C3=B6rnquist?= Newsgroups: gmane.lisp.guile.user Subject: Re: Announcing Guile DNS! Date: Thu, 26 May 2022 18:26:17 +0200 Message-ID: References: <58ac300126eb612534028fb2161c1535184d8fe9.camel@telenet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8769"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Maxime Devos Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu May 26 18:26:57 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nuGK9-00021i-BU for guile-user@m.gmane-mx.org; Thu, 26 May 2022 18:26:57 +0200 Original-Received: from localhost ([::1]:58646 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nuGK8-0000Vr-DO for guile-user@m.gmane-mx.org; Thu, 26 May 2022 12:26:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuGJm-0000Uh-5E for guile-user@gnu.org; Thu, 26 May 2022 12:26:34 -0400 Original-Received: from mail.lysator.liu.se ([2001:6b0:17:f0a0::3]:37165) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuGJg-0007Z5-Nb for guile-user@gnu.org; Thu, 26 May 2022 12:26:32 -0400 Original-Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 22B2A4323 for ; Thu, 26 May 2022 18:26:23 +0200 (CEST) Original-Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 216F44506; Thu, 26 May 2022 18:26:23 +0200 (CEST) Original-Received: from lysator.liu.se (unknown [IPv6:2001:6b0:17:fc09:8ec6:81ff:fed3:8e61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 5FD9241CC; Thu, 26 May 2022 18:26:18 +0200 (CEST) Content-Disposition: inline In-Reply-To: <58ac300126eb612534028fb2161c1535184d8fe9.camel@telenet.be> X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=2001:6b0:17:f0a0::3; envelope-from=hugo@lysator.liu.se; helo=mail.lysator.liu.se X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18277 Archived-At: On Tue, May 24, 2022 at 07:12:35PM +0200, Maxime Devos wrote: > Hugo Hörnquist schreef op di 24-05-2022 om 17:13 [+0200]: > > Dear Guilers! > > > > I'm happy to announce my new library Guile DNS, a pure scheme library > > for DNS lookups. > > > > https://git.lysator.liu.se/hugo/guile-dns > > To avoid potential later packaging problems, and to avoid licensing > problems for libraries using guile-dns, could you clarify in the README > whether it is GPLv3-only or GPLv3-or-later? > > Greetings, > Maxime. > A good point. I updated the README to clarify v3 or later. -- hugo