summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/qemu/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/qemu/package.py')
-rw-r--r--var/spack/repos/builtin/packages/qemu/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/qemu/package.py b/var/spack/repos/builtin/packages/qemu/package.py
index 2ba61d2f7c..f71352d1b3 100644
--- a/var/spack/repos/builtin/packages/qemu/package.py
+++ b/var/spack/repos/builtin/packages/qemu/package.py
@@ -15,7 +15,8 @@ class Qemu(AutotoolsPackage):
maintainers("anderbubble")
- license("GPL-2.0-only AND LGPL-2.1-only")
+ # Docs say TCG is "under a BSD license" but all the headers for TCG have the MIT license.
+ license("GPL-2.0-only AND LGPL-2.1-only AND MIT", checked_by="tgamblin")
version("4.1.1", sha256="ed6fdbbdd272611446ff8036991e9b9f04a2ab2e3ffa9e79f3bab0eb9a95a1d2")
version("4.1.0", sha256="656e60218689bdeec69903087fd7582d5d3e72238d02f4481d8dc6d79fd909c6")