From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vagrant Cascadian Newsgroups: gmane.lisp.guile.devel Subject: guile-lib: Fix typo in license declaration. Date: Wed, 01 May 2024 12:56:23 -0700 Message-ID: <8734r1xq54.fsf@wireframe> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34900"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel@gnu.org To: David Pirotte Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed May 01 21:56:59 2024 Return-path: Envelope-to: guile-devel@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 1s2G4Z-0008wh-6S for guile-devel@m.gmane-mx.org; Wed, 01 May 2024 21:56:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s2G4D-0000hX-HZ; Wed, 01 May 2024 15:56:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s2G4C-0000hL-7R for guile-devel@gnu.org; Wed, 01 May 2024 15:56:36 -0400 Original-Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s2G4A-0001aV-5A for guile-devel@gnu.org; Wed, 01 May 2024 15:56:35 -0400 Original-Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 7E4F61A988; Wed, 1 May 2024 12:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1714593386; bh=3DzWnPk+OQi5GkOCMuLo6htmDYU36GR6Rxy6C3A84bU=; h=From:To:Cc:Subject:Date:From; b=UFiFuau5f7Zv0eClRKN8W7u4OOGLT3TIIE4Fu2bWsP++/DHgsjoZ6DoUFyr8463xy t0teZsLyFummpr/AzIqp5ZzP+yKlTwaXtHuXz8Ih7Tto33mYt72oFv+P6VOD5+j44F dgcBkl+BXPELKVWeilNSnf3RKrrHse+d684tDP9qm9Yf1A65i5LZRCM3Vl+S8z0JTt d1rethQ2mKlx75ohAND6+TgDz5riVt8i+HAR7vSp2CgLJwD7tuu2BtkuJ+eMiyojXs 50faLzT/dLfbr86jVH8KFruQLGGqiZ+R8ykgMsIEdxyl+6TQQF5QaRIYk3d45sSh7Z tceZpmGjBxY9g== Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -29 X-Spam_score: -3.0 X-Spam_bar: --- X-Spam_report: (-3.0 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.897, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22409 Archived-At: --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Attached is a patch which fixes a minor typo in the license declaration. Thanks for developing guile-lib! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Fix-typo-in-license-declaration.patch Content-Transfer-Encoding: quoted-printable From=20616bbbeb4bc7d34b1eeb56f133f43aaa283bd198 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 1 May 2024 12:53:51 -0700 Subject: [PATCH] Fix typo in license declaration. =2D-- doc/guile-library.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guile-library.scm b/doc/guile-library.scm index 496c283..563a893 100644 =2D-- a/doc/guile-library.scm +++ b/doc/guile-library.scm @@ -22,7 +22,7 @@ "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published =2Dy the Free Software Foundation; with no Invariant Sections, no +by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled \"GNU Free Documentation License\".") =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZjKeZwAKCRDcUY/If5cW qoRhAP9Kuz7b2yM7stT5AuLzhkU8PIuaKr8RyI+niWjvy6MRXQD+IOMXB+y9Bm/Z L6SwqI5edxcRTwpRvsNVah2NtmB4RQw= =gW/g -----END PGP SIGNATURE----- --==-=-=--