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.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-28 23:22:08 +01:00
parent 94a1eb96d3
commit 3c524f2153
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1676,7 +1676,7 @@ (define-public slepc
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)