diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-08 10:23:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-08 10:42:51 +0200 |
commit | adb223b8bad3241190dd0fc76662f523b30cf5f0 (patch) | |
tree | 1109af623f8b9090954d55c674ab014514a3569d /gnu/packages/maths.scm | |
parent | 4f6172f1c5c603cd58f85821bf7a80e716b0c67e (diff) | |
download | patches-adb223b8bad3241190dd0fc76662f523b30cf5f0.tar patches-adb223b8bad3241190dd0fc76662f523b30cf5f0.tar.gz |
gnu: scalapack: Use 'non-copyleft' as the license.
* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
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 |