summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-28 23:22:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-29 00:23:27 +0100
commit3c524f21538e0a2c738cc4584a533ddf34bb0100 (patch)
tree8586a95d19c87913c05743269f57d8f73e380113 /gnu/packages/maths.scm
parent94a1eb96d32fcce97ee5d9440ecffe22f7555cd5 (diff)
downloadpatches-3c524f21538e0a2c738cc4584a533ddf34bb0100.tar
patches-3c524f21538e0a2c738cc4584a533ddf34bb0100.tar.gz
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.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
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)