guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/08: gnu: scalapack: Use 'non-copyleft' as the license.
Date: Mon, 8 Apr 2019 04:42:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit adb223b8bad3241190dd0fc76662f523b30cf5f0
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 8 10:23:48 2019 +0200

    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 a724355..a0323e8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]