aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-08 10:23:48 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-08 10:42:51 +0200
commitadb223b8bad3241190dd0fc76662f523b30cf5f0 (patch)
tree1109af623f8b9090954d55c674ab014514a3569d
parent4f6172f1c5c603cd58f85821bf7a80e716b0c67e (diff)
downloadguix-adb223b8bad3241190dd0fc76662f523b30cf5f0.tar
guix-adb223b8bad3241190dd0fc76662f523b30cf5f0.tar.gz
gnu: scalapack: Use 'non-copyleft' as the license.
* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a7243557ee..a0323e8e41 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -605,8 +605,8 @@ problems in numerical linear algebra.")
routines on parallel distributed memory machines. ScaLAPACK solves dense and
banded linear systems, least squares problems, eigenvalue problems, and
singular value problems.")
- (license (license:bsd-style "file://LICENSE"
- "See LICENSE in the distribution."))))
+ (license (license:non-copyleft "file://LICENSE"
+ "See LICENSE in the distribution."))))
(define-public gnuplot
(package