emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35906: closed ([PATCH] guix import hackage: add tw


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35906: closed ([PATCH] guix import hackage: add two license types)
Date: Sun, 26 May 2019 08:26:02 +0000

Your message dated Sun, 26 May 2019 10:25:19 +0200
with message-id <address@hidden>
and subject line Re: [bug#35906] [PATCH] guix import hackage: add two license 
types
has caused the debbugs.gnu.org bug report #35906,
regarding [PATCH] guix import hackage: add two license types
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35906: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35906
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] guix import hackage: add two license types Date: Sat, 25 May 2019 22:09:51 +0200
Now recognize "BSD-3-Clause" and "PublicDomain".

* guix/import/hackage.scm (string->license): Add two licenses.
---
 guix/import/hackage.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm
index d6f5448cfc..c97b16197f 100644
--- a/guix/import/hackage.scm
+++ b/guix/import/hackage.scm
@@ -160,10 +160,12 @@ version."
    ("LGPL" "'lgpl??")
    ("BSD2" 'bsd-2)
    ("BSD3" 'bsd-3)
+   ("BSD-3-Clause" 'bsd-3)
    ("MIT" 'expat)
    ("ISC" 'isc)
    ("MPL" 'mpl2.0)
    ("Apache-2.0" 'asl2.0)
+   ("PublicDomain" 'public-domain)
    ((x) (string->license x))
    ((lst ...) `(list ,@(map string->license lst)))
    (_ #f)))
-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35906] [PATCH] guix import hackage: add two license types Date: Sun, 26 May 2019 10:25:19 +0200 User-agent: Notmuch/0.28.4 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Robert Vollmert <address@hidden> writes:

> Now recognize "BSD-3-Clause" and "PublicDomain".
>
> * guix/import/hackage.scm (string->license): Add two licenses.

Thanks!  I tweaked the commit message a bit and pushed as
0607f890888d1212ed1005c067bab3e4b9759812.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]