diff options
author | Tae-Young Chung <ty83.chung@samsung.com> | 2018-09-12 13:39:44 +0900 |
---|---|---|
committer | Tae-Young Chung <ty83.chung@samsung.com> | 2018-09-12 13:39:48 +0900 |
commit | 6a29ad92f4c033948e9c2ada4c8572734cc595f9 (patch) | |
tree | 46c62062f069ad309a76e6d2e694f944b81a3170 | |
parent | 6740346308c0dceb89d397c3e1f568b926db1f96 (diff) | |
download | openblas-6a29ad92f4c033948e9c2ada4c8572734cc595f9.tar.gz openblas-6a29ad92f4c033948e9c2ada4c8572734cc595f9.tar.bz2 openblas-6a29ad92f4c033948e9c2ada4c8572734cc595f9.zip |
Update License
Apache2.0 is detected from utest/ctest.h
MIT is detected from relapack/LICENSE
In case of multiple licenses,
all licenses should be notified and
the representative license must be the first(BSD-3-Clause).
Change-Id: Ic68f9d865d41672950edaa3fa6e0d2876ea8137b
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
-rw-r--r-- | packaging/openblas.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/openblas.spec b/packaging/openblas.spec index aca70a60e..52422b59c 100644 --- a/packaging/openblas.spec +++ b/packaging/openblas.spec @@ -2,7 +2,7 @@ Name: openblas Version: 0.2.20 Release: 0 Summary: An optimized BLAS library based on GotoBLAS2 -License: BSD-3-Clause +License: BSD-3-Clause and MIT and Apache-2.0 Group: Productivity/Scientific/Math Url: http://www.openblas.net Source0: %{name}-%{version}.tar.gz |