summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/acl
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/acl
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/acl')
-rw-r--r--var/spack/repos/builtin/packages/acl/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/acl/package.py b/var/spack/repos/builtin/packages/acl/package.py
index f64903270d..800de1ee6e 100644
--- a/var/spack/repos/builtin/packages/acl/package.py
+++ b/var/spack/repos/builtin/packages/acl/package.py
@@ -12,7 +12,7 @@ class Acl(AutotoolsPackage):
homepage = "https://savannah.nongnu.org/projects/acl"
url = "https://git.savannah.nongnu.org/cgit/acl.git/snapshot/acl-2.2.53.tar.gz"
- license("LGPL-2.1-or-later AND GPL-2.0-or-later")
+ license("LGPL-2.1-or-later AND GPL-2.0-or-later", checked_by="tgamblin")
version("2.2.53", sha256="9e905397ac10d06768c63edd0579c34b8431555f2ea8e8f2cee337b31f856805")
version("2.2.52", sha256="f3f31d2229c903184ff877aa0ee658b87ec20fec8aebb51e65eaa68d7b24e629")