summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/autoconf-archive/package.py
diff options
context:
space:
mode:
authorAiden Grossman <agrossman154@yahoo.com>2023-12-22 11:29:11 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2023-12-27 11:20:45 -0800
commit19c20563cc86140aaf352d72079bd9de292be0ac (patch)
tree9822add495fa8c8e7cb16d8a6de924879d9ea868 /var/spack/repos/builtin/packages/autoconf-archive/package.py
parent7143f1f9fa486b8900c8cf88d23d4caef0c5931b (diff)
downloadspack-19c20563cc86140aaf352d72079bd9de292be0ac.tar.gz
spack-19c20563cc86140aaf352d72079bd9de292be0ac.tar.bz2
spack-19c20563cc86140aaf352d72079bd9de292be0ac.tar.xz
spack-19c20563cc86140aaf352d72079bd9de292be0ac.zip
Initial License Checkin
This patch adds license information for about 5,300 packages from automated sources. The license information was obtained from Alpine Linux and PyPI and processed using tooling available in https://github.com/boomanaiden154/spack-license-utils. The license field was added in after all other directives in an automated fashion. Note that while this license information is probably fairly accurate, it is not guaranteed to be accurate. In addition some of the license strings from Alpine Linux might not be valid SPDX license strings. Invalid SPDX identifiers can be picked up and fixed once we have validation/parsing infrastructure in place for the solver, and issues can be fixed as they come up.
Diffstat (limited to 'var/spack/repos/builtin/packages/autoconf-archive/package.py')
-rw-r--r--var/spack/repos/builtin/packages/autoconf-archive/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/autoconf-archive/package.py b/var/spack/repos/builtin/packages/autoconf-archive/package.py
index 0c51708635..b702312dbe 100644
--- a/var/spack/repos/builtin/packages/autoconf-archive/package.py
+++ b/var/spack/repos/builtin/packages/autoconf-archive/package.py
@@ -14,6 +14,8 @@ class AutoconfArchive(AutotoolsPackage, GNUMirrorPackage):
homepage = "https://www.gnu.org/software/autoconf-archive/"
gnu_mirror_path = "autoconf-archive/autoconf-archive-2019.01.06.tar.xz"
+ license("GPL-3.0-or-later")
+
version(
"2023.02.20", sha256="71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33"
)