From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] gnu: Add signify. Date: Thu, 07 Apr 2016 23:23:16 +0200 Message-ID: <871t6h9kqj.fsf@gnu.org> References: <7de93343ae37513e9c9ab72bafc77a1ced83788d.1459033650.git.leo@famulari.name> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoHOc-0005oc-5n for guix-devel@gnu.org; Thu, 07 Apr 2016 17:23:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoHOZ-0004rN-1C for guix-devel@gnu.org; Thu, 07 Apr 2016 17:23:22 -0400 In-Reply-To: <7de93343ae37513e9c9ab72bafc77a1ced83788d.1459033650.git.leo@famulari.name> (Leo Famulari's message of "Sat, 26 Mar 2016 19:19:00 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > * gnu/packages/crypto.scm (signify): New variable. [...] > + (synopsis "Create and verify cryptographic signatures") > + (description "The signify utility creates and verifies cryptographic > +signatures using the elliptic curve Ed25519.") > + (home-page "https://github.com/aperezdc/signify") > + (license (list bsd-3 bsd-4 isc public-domain)))) ; FIXME: IBM licens= e on base64.c? Please comment on the meaning of this list. As discussed with Alex Vong, =E2=80=98non-copyleft=E2=80=99 would probably capture =E2=80=9Cthe IB= M license=E2=80=9D well enough. Otherwise OK, thanks! :-) Ludo=E2=80=99.