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

* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.
This commit is contained in:
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

View file

@ -605,8 +605,8 @@ (define-public scalapack
routines on parallel distributed memory machines. ScaLAPACK solves dense and routines on parallel distributed memory machines. ScaLAPACK solves dense and
banded linear systems, least squares problems, eigenvalue problems, and banded linear systems, least squares problems, eigenvalue problems, and
singular value problems.") singular value problems.")
(license (license:bsd-style "file://LICENSE" (license (license:non-copyleft "file://LICENSE"
"See LICENSE in the distribution.")))) "See LICENSE in the distribution."))))
(define-public gnuplot (define-public gnuplot
(package (package