gnu: scalapack: Use 'non-copyleft' as the license.
* gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT.master
parent
4f6172f1c5
commit
adb223b8ba
|
@ -605,8 +605,8 @@ problems in numerical linear algebra.")
|
||||||
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
|
||||||
|
|
Reference in New Issue