From 19c20563cc86140aaf352d72079bd9de292be0ac Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Fri, 22 Dec 2023 11:29:11 -0800 Subject: 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. --- var/spack/repos/builtin/packages/autoconf-archive/package.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'var/spack/repos/builtin/packages/autoconf-archive/package.py') 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" ) -- cgit v1.2.3-60-g2f50