From 3c524f21538e0a2c738cc4584a533ddf34bb0100 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 28 Jan 2018 23:22:08 +0100 Subject: 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(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 90beb6c724..dea8e6696d 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) -- cgit v1.2.3