summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cosma/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/cosma/package.py')
-rw-r--r--var/spack/repos/builtin/packages/cosma/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/cosma/package.py b/var/spack/repos/builtin/packages/cosma/package.py
index 19db9a0531..df10b0902e 100644
--- a/var/spack/repos/builtin/packages/cosma/package.py
+++ b/var/spack/repos/builtin/packages/cosma/package.py
@@ -17,6 +17,8 @@ class Cosma(CMakePackage):
url = "https://github.com/eth-cscs/COSMA/archive/refs/tags/v2.6.6.tar.gz"
git = "https://github.com/eth-cscs/COSMA.git"
+ license("BSD-3-Clause")
+
# note: The default archives produced with github do not have the archives
# of the submodules.
version("master", branch="master", submodules=False)