From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: Re: Announcing Guile DNS! Date: Tue, 24 May 2022 19:12:35 +0200 Message-ID: <58ac300126eb612534028fb2161c1535184d8fe9.camel@telenet.be> References: 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="23652"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Hugo =?ISO-8859-1?Q?H=F6rnquist?= , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue May 24 19:13:21 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 1ntY5w-0005xQ-Dv for guile-user@m.gmane-mx.org; Tue, 24 May 2022 19:13:20 +0200 Original-Received: from localhost ([::1]:52856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntY5v-0003UP-AV for guile-user@m.gmane-mx.org; Tue, 24 May 2022 13:13:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntY5O-0003To-5d for guile-user@gnu.org; Tue, 24 May 2022 13:12:46 -0400 Original-Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]:58426) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ntY5K-0004Kc-R6 for guile-user@gnu.org; Tue, 24 May 2022 13:12:45 -0400 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id ahCb2700D4UW6Th01hCbhy; Tue, 24 May 2022 19:12:35 +0200 In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1653412355; bh=yBj7ojA8nMUimITIjp5yjhO8wErZSZnNeFlFvJaHcFU=; h=Subject:From:To:Date:In-Reply-To:References; b=m3DGdnbx1rlFDBz7eUiytMs07PEkU610lpkmnBrrNJYworzAVUI4C7+VexCba2lbN jqwtDQg9cPQAZUF+NrpAZe61nsOCU74kjM/uDGcV+MK+R/mR3T+m5gfd8ZYRg+dXm1 JZfGUotTgIAmB7ccen9r59M+awAUr4//QAM2q9StYEO1n3794qCTL4/6yiQSag9jc+ EhePG4q4Stw00C/NY1j+1qCrBvTYVMIqwXiEz30N3EndbKPeuQ/dsY/hJ17Z3vWdYl cVL7qi3n9u4+07Tb86k61O58mrk3iCJ3fW1591wT5hQux8/DxuF7KSG9oFFQQojKrN AjdtH3tWZ4E/A== Received-SPF: pass client-ip=2a02:1800:120:4::f00:14; envelope-from=maximedevos@telenet.be; helo=xavier.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, 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:18274 Archived-At: 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.