Skip to content
Snippets Groups Projects
Unverified Commit fe418cc5 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

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.
parent 2aa78c8f
No related branches found
No related tags found
No related merge requests found
...@@ -2183,7 +2183,7 @@ (define-public armadillo ...@@ -2183,7 +2183,7 @@ (define-public armadillo
signal processing, bioinformatics, statistics, econometrics, etc. The library signal processing, bioinformatics, statistics, econometrics, etc. The library
provides efficient classes for vectors, matrices and cubes, as well as 150+ provides efficient classes for vectors, matrices and cubes, as well as 150+
associated functions (eg. contiguous and non-contiguous submatrix views).") associated functions (eg. contiguous and non-contiguous submatrix views).")
(license license:mpl2.0))) (license license:asl2.0)))
(define-public muparser (define-public muparser
;; When switching download sites, muparser re-issued a 2.2.5 release with a ;; When switching download sites, muparser re-issued a 2.2.5 release with a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment