From dd82227ae7faf8568910be235dc7050004d4dfb1 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 12 Dec 2023 16:52:42 -0800 Subject: 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. --- var/spack/repos/builtin/packages/mct/package.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'var') 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") -- cgit v1.2.3-70-g09d2