gnu: scalapack: Use 'non-copyleft' as the license.

* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.
master
Ludovic Courtès 2019-04-08 10:23:48 +02:00
parent 4f6172f1c5
commit adb223b8ba
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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