From 6a61d675bba4b01817f53d09af4f479b9a754f98 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 26 Jan 2010 19:28:03 +0000 Subject: [PATCH] pkgs/development/libraries/science/math/blas: set license to "public domain" It's not entirely clear whether BLAS is in the public domain, but according to <87636orixx.fsf@gnu.org> Debian did classify it that way, and the license text sure feels like the authors intend the package to be in the public domain. So here we are. svn path=/nixpkgs/trunk/; revision=19686 --- pkgs/development/libraries/science/math/blas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/science/math/blas/default.nix b/pkgs/development/libraries/science/math/blas/default.nix index 5d0f1fa90d7..22eced7d070 100644 --- a/pkgs/development/libraries/science/math/blas/default.nix +++ b/pkgs/development/libraries/science/math/blas/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation { meta = { description = "Basic Linear Algebra Subprograms"; - license = "Free, copyrighted"; + license = "public domain"; homepage = "http://www.netlib.org/blas/"; }; }