summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rust/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/rust/package.py')
-rw-r--r--var/spack/repos/builtin/packages/rust/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/rust/package.py b/var/spack/repos/builtin/packages/rust/package.py
index a9b7a7530f..4edf49906f 100644
--- a/var/spack/repos/builtin/packages/rust/package.py
+++ b/var/spack/repos/builtin/packages/rust/package.py
@@ -23,6 +23,8 @@ class Rust(Package):
# As a general rule of thumb Rust can be built with either the previous major
# version or the current version of the compiler as shown above.
+ license("Apache-2.0 AND MIT")
+
# Pre-release versions.
# Note: If you plan to use these versions remember to install with
# `-n` to prevent Spack from failing due to failed checksums.