From adb223b8bad3241190dd0fc76662f523b30cf5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 8 Apr 2019 10:23:48 +0200 Subject: gnu: scalapack: Use 'non-copyleft' as the license. * gnu/packages/maths.scm (scalapack)[license]: Use LICENSE:NON-COPYLEFT. --- gnu/packages/maths.scm | 4 ++-- 1 file 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 -- cgit v1.2.3