guix-commits
[Top][All Lists]
Advanced

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

04/18: gnu: java-jnacl: Correct license.


From: Ricardo Wurmus
Subject: 04/18: gnu: java-jnacl: Correct license.
Date: Wed, 28 Feb 2018 17:05:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e15864281615d3bc72d772b9bea704accd9262c3
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 27 20:39:38 2018 +0100

    gnu: java-jnacl: Correct license.
    
    * gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index bc2fb32..e7715b4 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7558,7 +7558,7 @@ to use.")
     (synopsis "Java implementation of NaCl")
     (description "Pure Java implementation of the NaCl: Networking and
 Cryptography library.")
-    (license license:mpl2.0)))
+    (license license:bsd-2)))
 
 (define-public java-mvel2
   (package



reply via email to

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