diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-06 15:41:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-06 15:42:18 +0200 |
commit | fe418cc5b28f82b07034bb3115906cf4f23c72ab (patch) | |
tree | 81900ba49d8991e7f948fd389ec84b6a2100dd2b /gnu/packages/maths.scm | |
parent | 2aa78c8f04660fbbca9fc57ecee19788ee6f4e32 (diff) | |
download | guix-fe418cc5b28f82b07034bb3115906cf4f23c72ab.tar.gz guix-fe418cc5b28f82b07034bb3115906cf4f23c72ab.zip |
gnu: armadillo: Change license to ASL 2.0.
Armadillo versions 7.800 and onwards are licensed under the Apache License
2.0.
* gnu/packages/maths.scm (armadillo)[license]: Change to ASL 2.0.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a877fe5ca2..5a06afa220 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2183,7 +2183,7 @@ environments. It can be used for machine learning, pattern recognition, signal processing, bioinformatics, statistics, econometrics, etc. The library provides efficient classes for vectors, matrices and cubes, as well as 150+ associated functions (eg. contiguous and non-contiguous submatrix views).") - (license license:mpl2.0))) + (license license:asl2.0))) (define-public muparser ;; When switching download sites, muparser re-issued a 2.2.5 release with a |