summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAiden Grossman <agrossman154@yahoo.com>2023-12-12 16:52:42 -0800
committerGitHub <noreply@github.com>2023-12-12 17:52:42 -0700
commitdd82227ae7faf8568910be235dc7050004d4dfb1 (patch)
tree7b4ccbaccdf256055c60438d1ea930ea7297ad73 /var
parenta9028630a521d3ad76d74e431ed78c4d3e6b58c3 (diff)
downloadspack-dd82227ae7faf8568910be235dc7050004d4dfb1.tar.gz
spack-dd82227ae7faf8568910be235dc7050004d4dfb1.tar.bz2
spack-dd82227ae7faf8568910be235dc7050004d4dfb1.tar.xz
spack-dd82227ae7faf8568910be235dc7050004d4dfb1.zip
Remove MCT license annotation (#41593)
This license annotation is currently invalid as it specifies a URL rather than an SPDX expression. Remove it for now until we have a consensus on how to represent this case.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mct/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/mct/package.py b/var/spack/repos/builtin/packages/mct/package.py
index d805f1520d..acae639b9e 100644
--- a/var/spack/repos/builtin/packages/mct/package.py
+++ b/var/spack/repos/builtin/packages/mct/package.py
@@ -16,9 +16,9 @@ class Mct(AutotoolsPackage):
maintainers("climbfuji")
- # This is a custom license that doesn't match any of the ones listed
- # in https://spdx.org/licenses/, but similar to Creative Commons?
- license("https://github.com/MCSclimate/MCT/blob/master/LICENSE")
+ # TODO: MCT uses a custom license not representable by an SPDX identifier.
+ # Once there is a consensus and documentation on how to represent custom
+ # licenses, add a license annotation here.
version("2.11.0", sha256="1b2a30bcba0081226ff1f1f5152e82afa3a2bb911215883965e669f776dcb365")
version("2.10.0", sha256="42f32e3ab8bba31d16a1c6c9533f717a9d950e42c9b03b864b3436335d4e1b71")