summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pumi/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/pumi/package.py')
-rw-r--r--var/spack/repos/builtin/packages/pumi/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/pumi/package.py b/var/spack/repos/builtin/packages/pumi/package.py
index 5e99fbfac9..82f594680e 100644
--- a/var/spack/repos/builtin/packages/pumi/package.py
+++ b/var/spack/repos/builtin/packages/pumi/package.py
@@ -23,6 +23,8 @@ class Pumi(CMakePackage):
tags = ["e4s"]
+ license("BSD-3-Clause")
+
# We will use the scorec/core master branch as the 'nightly' version
# of pumi in spack. The master branch is more stable than the
# scorec/core develop branch and we prefer not to expose spack users