summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/qemu
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2023-12-23 22:51:38 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2023-12-27 11:20:45 -0800
commit9c47ecaeb25300ac2a6a2609628ecd4c928fcf49 (patch)
tree60223b23acb8bcb6d0ca8975a0275df3fd311791 /var/spack/repos/builtin/packages/qemu
parent19c20563cc86140aaf352d72079bd9de292be0ac (diff)
downloadspack-9c47ecaeb25300ac2a6a2609628ecd4c928fcf49.tar.gz
spack-9c47ecaeb25300ac2a6a2609628ecd4c928fcf49.tar.bz2
spack-9c47ecaeb25300ac2a6a2609628ecd4c928fcf49.tar.xz
spack-9c47ecaeb25300ac2a6a2609628ecd4c928fcf49.zip
directives: add `checked_by` field to `license()`, add some license checks
Add a "checked_by" field to the `license()` directive so that we can track who verified the license for a project. also check the license of 18 or so projects and mark them checked.
Diffstat (limited to 'var/spack/repos/builtin/packages/qemu')
-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")