guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: slepc: Update licence.


From: Tobias Geerinckx-Rice
Subject: 05/10: gnu: slepc: Update licence.
Date: Sun, 28 Jan 2018 18:24:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3c524f21538e0a2c738cc4584a533ddf34bb0100
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 28 23:22:08 2018 +0100

    gnu: slepc: Update licence.
    
    SLEPc has been released under a 2-clause BSD licence since version 3.8.
    
    * gnu/packages/maths.scm (slepc)[licence]: Switch to bsd-2.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 90beb6c..dea8e66 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1676,7 +1676,7 @@ as well as other related problems such as the singular 
value decomposition.
 The emphasis of the software is on methods and techniques appropriate for
 problems in which the associated matrices are sparse, for example, those
 arising after the discretization of partial differential equations.")
-    (license license:lgpl3)))
+    (license license:bsd-2)))
 
 (define-public slepc-complex
   (package (inherit slepc)



reply via email to

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