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
This commit is contained in:
parent
a673728cfe
commit
6a61d675bb
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Basic Linear Algebra Subprograms";
|
description = "Basic Linear Algebra Subprograms";
|
||||||
license = "Free, copyrighted";
|
license = "public domain";
|
||||||
homepage = "http://www.netlib.org/blas/";
|
homepage = "http://www.netlib.org/blas/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue